Saturday, February 14, 2009

iomega storcenter mounting

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.