Find the answer to your Linux question:
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 ...
  1. #1
    Linux Newbie
    Join Date
    Aug 2008
    Posts
    119

    Exclamation 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

  2. #2
    Linux 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

  3. #3
    Linux 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

  4. #4
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    Make sure you have installed. autofs package.
    Open /etc/auto.master file

    Add a entry in file.
    /directory /etc/auto.directory
    Create a file /etc/auto.directory

    Open the newly created file and add entry
    directory -fstype=nfs directory:/path/to/directory
    replace directory with directory name.

    Follow this guide for extra details.
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  5. #5
    Linux Newbie
    Join Date
    Aug 2008
    Posts
    119
    Hi b2bwild,

    I got it and working very fine.

    Thanks
    Webby

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...