Mount a windows network folder to Linux

上一篇 / 下一篇  2012-01-31 15:21:52 / 个人分类:Linux&Unix

[root@xPlore mnt]# mkdir /mnt/winshare

[root@xPlore package]# mount -t cifs -o username=dmadmin //client/sharelocation /mnt/winshare


It will then prompt for password. All settled!

To unmount the share folder:

[root@xPlore mnt]# umount /mnt/winshare


TAG:

 

评分:0

我来说两句

Open Toolbar