顯示具有 cifs 標籤的文章。 顯示所有文章
顯示具有 cifs 標籤的文章。 顯示所有文章

2013年3月14日 星期四

Linux mount CIFS Windows Share

# mount -t cifs //192.168.24.200/share-name /mnt -o username=shareuser,password=sharepassword,uid=1000



# vi /etc/fstab
192.168.5.3:/share/data     /mnt   nfs     defaults        0       0



Reference :
Linux mount CIFS Windows Share