Quote:
Originally Posted by Latman
I have couple of partitions which I am having to mount every time I reboot the server.
These are:
/dev/sda3 /sybasedev
/dev/sda4 /sybaselog
I found that I need to edit /etc/fstab and add these lines in there for permanent fix:
/dev/sda3 /sybasedev sybasedev defaults 0 0
/dev/sda4 /sybaselog sybaselog defaults 0 0
I have done the above, but still not working.
Can someone point what I am doing wrong?
|
shouldnt that look like this?
/dev/sda3 /sybasedev <fstype> defaults 0 0
/dev/sda4 /sybaselog <fstype> defaults 0 0