RHEL 4 : how to remove /home automount ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DannyMc
    New Member
    • Aug 2007
    • 20

    RHEL 4 : how to remove /home automount ?

    Hi, I have installed RHEL4 in a box and right now i wanted to have symlink for /home.

    The /home by default is automounted(com e with installation). I wanted to remove the automount and create the symlink from /home -> /mydir .

    What i did was kill /home process, and rename it to home.old.

    Then i create a symlink

    ln -s /mydir /home

    it works until you reboot the server and the automount will take place.

    May i know how to stop the system automount for /home? thanks in advance
  • micmast
    New Member
    • Mar 2008
    • 144

    #2
    you should check /etc/fstab that file contains all the automatic mounts when you start your system

    Comment

    Working...