Quote:
Originally Posted by Brian1
You need to edit the file as root using an editor. Depends on what you installed and gui you are using as to what is easier to say to do.
Basically goto /etc/ directory and change user to root with the command su. Then type maybe ' gedit /etc/fstab ' modify and save. No reboot is required. Or maybe kedit, vi, nano, nedit, kate, or any number of other editors.
Brian
|
Thanks Brian1
Here is the output of fstab:
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
Where is my DVD-RAM device?
Thanks again for your help.