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/

猜你喜欢

转载自foolraty.iteye.com/blog/744905