|
Re: Mounting Nas
Hello,
Here is how my NAS mounted by /etc/fstab. I do not have a password setup so I do not use that option.
/etc/fstab
nas:/media /export/NAS nfs rsize=8192,wsize=8192,timeo=14,intr
need to add name and IP to /etc/hosts
192.168.1.90 NAS nas # Netgear NAS server
create mount point
mkdir /export/NAS
I hope this helps. This is my info need to change to match yours
|