I have a FAT32 partition (/dev/hda1) which I can read/write to in Windows XP just fine, but when I try to mount it in FC5, I get the following error:
Quote:
mount: /dev/hda1 is not a valid block device
|
I verified with fdisk -l that the drive is where I think it is, and it shows:
Quote:
/dev/hda1 1 24321 195358401 c W95 FAT32 (LBA)
|
I've created /mnt/fat32 and tried to mount using mount -t vfat /dev/hda /mnt/fat32, and that's when I receive the 'not a valid block device' error.
What am I doing wrong? I'm fairly new to Linux, so dumb it down for me if you would. Thanks in advance.