On Thu, Feb 11, 2010 at 2:01 PM, Nadeem M. Khan nadeem.m.khan@gmail.com wrote:
On Thu, Feb 11, 2010 at 12:22 PM, Richard Victor Correia richard@florix.net wrote:
So in this case the fstab syntax will be as follows
/var/www/html/Dell /var/www/html/PSB/Dell bind defaults,bind 0 0
(The additional space is just for clarity )
Please let me know.
Once you have edited the /etc/fstab file, best way i found to check whether you have used proper syntax is to use mount command and just give the device name as the argument and dont specify the mount point. If the syntax in /etc/fstab is right, then mount command will select the mount point from the file. I hope I am right....