I am trying to mount an additional hard drive under /etc/fstab, but am having some trouble. I'm using Fedora 6, and am a little unfamiliar with the VolGroup00/LogVol terminology in fstab.
Below is the fstab entry with the sdc1 drive that I am trying to automount at boot.
/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
sdc1 /mnt/sdc1 vfat defaults 1 1
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
When I manual mount it, it shows up as sda1, and contains nothing. Very wierd. I appreciate any tips or advice. Thank You
2006-12-28
08:37:05
·
2 answers
·
asked by
zachsandberg
3
in
Computers & Internet
➔ Software