Results 1 to 5 of 5
Hi Frndz
Hear I halted with a Problem, I created a nfs share in sys-1 and I mounted sucessfully in sys-2 and for perment mounting I entered the following syntax ...
- 02-26-2009 #1Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
How to Mount NFS Share Permenently
Hi Frndz
Hear I halted with a Problem, I created a nfs share in sys-1 and I mounted sucessfully in sys-2 and for perment mounting I entered the following syntax in sys-2's "cat /etc/fstab"
"200.200.2.54:/moon /sun ext3 defaults 0 0"
but after reboot its getting failed.
So any one Plz help me
Thanks in Advance
Webby
- 02-26-2009 #2Linux Newbie
- Join Date
- Feb 2009
- Posts
- 99
notice your filesystem is not ext3 ..
try nfs better.
use fstab mount nfs sharing is not a good idea. try automount services --> autofs
- 02-26-2009 #3Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Hi Frnd,
I am Jus new and gettting to Linux can you plz explain in detail abt autofs.
Thnks in Advance
Webby
- 02-26-2009 #4
Make sure you have installed. autofs package.
Open /etc/auto.master file
Add a entry in file.
Create a file /etc/auto.directory/directory /etc/auto.directory
Open the newly created file and add entry
replace directory with directory name.directory -fstype=nfs directory:/path/to/directory
Follow this guide for extra details.
- 03-05-2009 #5Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Hi b2bwild,
I got it and working very fine.
Thanks
Webby


Reply With Quote