riven Posted January 10, 2004 Share Posted January 10, 2004 I want to be able to mount (bind) a folder from one location to another automatically on startup. I can do it manually in a console, but i don't know how to make it automatically happen on startup. editing the fstab doesnt seem to work. im using redhat 9, heres the script: mount --bind "/mnt/windows/Documents and Settings/Joe1/My Documents/My Music" /home/joe/music any ideas? Link to comment Share on other sites More sharing options...
MrA Posted January 10, 2004 Share Posted January 10, 2004 try shoving that comand into your rc.local file in /etc/rc.d/ Link to comment Share on other sites More sharing options...
riven Posted January 10, 2004 Author Share Posted January 10, 2004 yup, that worked nicely, thanks Link to comment Share on other sites More sharing options...
Recommended Posts