Last active
September 1, 2015 06:28
-
-
Save mamemomonga/0e7ec7ea7f88bc1389ee to your computer and use it in GitHub Desktop.
Debianから「Windowsファイル共有」サーバへ接続する
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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