Total Pageviews

Tuesday, October 12, 2010

mounting freeNAS NFS on ubuntu

http://hardforum.com/showthread.php?t=1262438

apt-get install nfs-common on client system

mount -t nfs <192.168..>:/mnt/folder /mnt/folder

automatic mount on boot:
open /etc/fstab and entry:
<ip>:/mnt/<folder> <localfolder> nfs defaults 0 0

NOTE: in NFS server edit /etc/exports as below
/mnt/<folder name> -alldirs -mapall=root -network 192.168.5.0 -mask 255.255.255.0





make sure the authorised network is  same as ur network range; eg: 192.168.5.0

mouonting ssh file system:
http://www.ubuntugeek.com/mount-a-remote-folder-using-ssh-on-ubuntu.html

http://www.neowin.net/forum/topic/574196-setup-a-simple-nas-device/


https://help.ubuntu.com/community/SettingUpNFSHowTo

No comments: