To mount:
mount -t cifs -o username=guest,password=pass //192.168.0.103/public /media/nfs
To unmount:
umount /media/nfs
might need to issue this command first -
echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled
That is it.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment