Operating System - Linux
1753424 Members
4785 Online
108793 Solutions
New Discussion

Re: mount automatically not in fstab

 
Fadia Almarei
Super Advisor

mount automatically not in fstab

i want to mount file systems automatically without adding it to /etc/fstab file in RHEL 4.6, i need to add them to startup
fadia.marei
1 REPLY 1
Ivan Krastev
Honored Contributor

Re: mount automatically not in fstab

If it is local file system use rc.local script.
Add mount ....

If it is remote (NFS,SAMBA) use init.d scripts - add your own start/stop script after networking is up.

regards,
ivan