Mark Weaver wrote:
where "x" is in /dev/hdax above x = the partition number. Since windows insists on being the first OS on the drive I'm willing to bet that the device name on your computer is the same as it is on mine, which would be /dev/hda1. So your fstab entry would look like this: /dev/hda1 /mnt/windows vfat defaults 0 0
Yes, logically it should work. I added the line to the FSTAB, and I could save it.
But here's what it's giving me:
[root@iq mehdi]# mount -t vfat /dev/hda1 /mnt/windows mount: special device /dev/hda1 does not exist