Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Last active September 1, 2015 06:28
Show Gist options
  • Select an option

  • Save mamemomonga/0e7ec7ea7f88bc1389ee to your computer and use it in GitHub Desktop.

Select an option

Save mamemomonga/0e7ec7ea7f88bc1389ee to your computer and use it in GitHub Desktop.
Debianから「Windowsファイル共有」サーバへ接続する
# locale
LANG=ja_JP.UTF-8
LANGUAGE=
LC_CTYPE="ja_JP.UTF-8"
LC_NUMERIC="ja_JP.UTF-8"
LC_TIME="ja_JP.UTF-8"
LC_COLLATE="ja_JP.UTF-8"
LC_MONETARY="ja_JP.UTF-8"
LC_MESSAGES=en_US.UTF8
LC_PAPER="ja_JP.UTF-8"
LC_NAME="ja_JP.UTF-8"
LC_ADDRESS="ja_JP.UTF-8"
LC_TELEPHONE="ja_JP.UTF-8"
LC_MEASUREMENT="ja_JP.UTF-8"
LC_IDENTIFICATION="ja_JP.UTF-8"
LC_ALL=
# aptitude install cifs-utils
# mount -t cifs //サーバのホスト名/パス /mnt -o username=ユーザ名,rw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment