Hi there,
I have a dual boot system, and I want to have a FAT32 partition that I can view over both Fedora and Windows. The problem is that I don't know how to mount the FAT32 partition. I've found documentation on how to use the mount command, but I need to know the hda# of the partition. For instance, I think I can do this ...
mount -t vfat /dev/hda1 /mnt
but that would only work if the FAT32 partition was hda1 (I think that's how it works any way??). Does anyone know how I can find out which hda# it is?
Any advice would be appreciated.
I have a dual boot system, and I want to have a FAT32 partition that I can view over both Fedora and Windows. The problem is that I don't know how to mount the FAT32 partition. I've found documentation on how to use the mount command, but I need to know the hda# of the partition. For instance, I think I can do this ...
mount -t vfat /dev/hda1 /mnt
but that would only work if the FAT32 partition was hda1 (I think that's how it works any way??). Does anyone know how I can find out which hda# it is?
Any advice would be appreciated.