On Thu, Feb 11, 2010 at 1:42 PM, Richard Victor Correia richard@florix.net wrote:
Hi.
I have a linux server, centos 5.X
I have following mount points on the server and I need to restart the server.
What is the ideal location where I should put this commands so that in case of reboot following mounts will be in place?
mount --bind /var/www/html/Dell /var/www/html/PSB/Dell mount --bind /var/www/html/Ideas_images /var/www/html/Idea_Research/Ideas_images
Should I put it in rc.local?
Why not use the good old /etc/fstab? http://www.linuxquestions.org/questions/linux-general-1/mount-bind-fstab-pro...