|
Crash when I edit fstab to mount drives
Here's my fstab file....
# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/opt /opt ext3 defaults 1 2
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
LABEL=/var /var ext3 defaults 1 2
LABEL=SWAP-hda2 swap swap defaults 0 0
/dev/hdd /media/cdrecorder auto pamconsole,ro,exec,noauto,managed 0 0
/dev/hdc /media/cdrom auto pamconsole,ro,exec,noauto,managed 0 0
/dev/fd0 /media/floppy auto pamconsole,exec,noauto,managed 0 0
And here's the mount command I used that worked.
mount -t vfat -o ro /dev/hdg1 /mnt/windows
I still wish to edit fstab without the computer locking up. I think one of the problems I had was referencing /dev/hdg instead of /dev/hdg1. Could using a gui editor cause the lockup?
|