• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to mount fat32 partition in RH Linux 7.3

Mucho

Guest
LinuxNewBie, I have a dual boot RH 7.3 and Win2K. Win2K is on the primary master drive "C" which has a fat32 partition "D". RH is on the secondary drive "E", CDROM "F" and Burner "G". I would like to access the files on "D" I've typed the command at root "mount -t vfat /dev/hda2 /mnt/windows however I cant access the drive "D"
 
Ok mate, this is this what I got.

[root@CPE0080c8df52c4 mucho]# mount -t vfat /dev/hda2 /mnt/windows
mount: wrong fs type, bad option, bad superblock on /dev/hda2,
or too many mounted file systems
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)
The partition I want to mount is on hda2
 
The reason I mentioned hda5 is that if you created an extended partition, hda5 I believe, would be the first logical partition inside that extended partition.
 
Back
Top