日期:2014-05-17  浏览次数:20720 次

mount远程windows计算机共享目录

远程mout一个windows的共享分区

?

?mount -t cifs //ntserver/download -o username=vivek,password=myPassword /mnt/ntserver

cifs//文件格式

ntserver/download //远程计算机的共享目录

vivek ?//登录使用用户名

myPassword ?//登录使用密码

/mnt/ntserver //mount 的本地目录

?

http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html

http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html

启动自动mount

http://www.cyberciti.biz/faq/configure-a-system-to-automount-a-samba-share-with-etcfstab/