On Thu, Feb 11, 2010 at 4:02 PM, VIGNESH PRABHU stove311987@gmail.com wrote:
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....
Alternatively you can unmount the device and type mount -a Then check with mount Helps in case of multiple devices.