GotJazz
01-12-2003, 10:31 AM
I used to be able to mount my C:\ drive (vfat). I spent a good amount of time trying to modify my lilo bootup when I had to reconfigure my hard drives / CD-ROM drives.
My system (RH 8.0) is running pretty well after quite a few "linux rescue" sessions. However, my C:\ doesn't mount anymore. I get errors during boot-up stating that the "/c-drive" is busy, or that /boot is already allocated to /dev/hda1 (Which is where my C:\ drive is).
Here's my mtab:
/dev/hda7 / ext3 rw 0 0
none /proc proc rw 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
/dev/hda1 /boot ext3 rw 0 0
/dev/hda5 /d-drive vfat rw 0 0
none /dev/pts devpts rw,gid=5,mode=620 0 0
none /dev/shm tmpfs rw 0 0
When I modify the /dev/hda1 /boot ext3 rw 0 0 line, and change it to: /dev/hda1 /c-drive vfat rw 0 0, it is changed back after the next reboot.
Here's my fstab:
/dev/hda7 / ext3 rw 0 0
none /proc proc rw 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
/dev/hda1 /boot ext3 rw 0 0
/dev/hda5 /d-drive vfat rw 0 0
none /dev/pts devpts rw,gid=5,mode=620 0 0
none /dev/shm tmpfs rw 0 0
Again, changing /dev/hda1 /boot ext3 rw 0 0 into /dev/hda1 /c-drive vfat rw 0 0 doesn't work, and the system changes it back after the next reboot.
Please help!
GotJazz
My system (RH 8.0) is running pretty well after quite a few "linux rescue" sessions. However, my C:\ doesn't mount anymore. I get errors during boot-up stating that the "/c-drive" is busy, or that /boot is already allocated to /dev/hda1 (Which is where my C:\ drive is).
Here's my mtab:
/dev/hda7 / ext3 rw 0 0
none /proc proc rw 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
/dev/hda1 /boot ext3 rw 0 0
/dev/hda5 /d-drive vfat rw 0 0
none /dev/pts devpts rw,gid=5,mode=620 0 0
none /dev/shm tmpfs rw 0 0
When I modify the /dev/hda1 /boot ext3 rw 0 0 line, and change it to: /dev/hda1 /c-drive vfat rw 0 0, it is changed back after the next reboot.
Here's my fstab:
/dev/hda7 / ext3 rw 0 0
none /proc proc rw 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
/dev/hda1 /boot ext3 rw 0 0
/dev/hda5 /d-drive vfat rw 0 0
none /dev/pts devpts rw,gid=5,mode=620 0 0
none /dev/shm tmpfs rw 0 0
Again, changing /dev/hda1 /boot ext3 rw 0 0 into /dev/hda1 /c-drive vfat rw 0 0 doesn't work, and the system changes it back after the next reboot.
Please help!
GotJazz