Windows共有をmountする

# apt-get install samba

だけではsmbmountが入ってこないんで,どこよと探すとsmbfsらしいのでinstall.

# apt-get install smbfs

漢字コードが異なるのでその差異を吸収するためにsmb.confに下記を記載.

unix charset = UTF-8
dos charset = CP932
display charset = UTF-8

そしてmount.

$ smbmount //ip.add.ress/dir /mnt/windows -o username=username,password=password,iocharset=utf8

ファイル名の漢字コードが面倒だったんで,これで移行しやすくなった.

 
comments powered by Disqus