Computing.Net > Forums > Linux > Mounting a FAT32 drive

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Mounting a FAT32 drive

Reply to Message Icon

Name: Redlazer
Date: December 23, 2002 at 21:06:11 Pacific
OS: Red Hat Linux 8.0 (update
CPU/Ram: Athlon/256
Comment:

Hello,

I am trying to recover my Windows 200 Pro files, and i have managed to do it soem of it through Red Hat 8.0 (I felt very smart, hehe). However, considering that i am still a newbie at Linux, i cannot manage to mount my other harddrive, drive D:. Whenever i try to mount it, i get an error message. I type this command, and this is excactly how it appears:

# mount /dev/hda4 /mnt/windows -t vfat32 -r
mount: fs type vfat32 not supported by kernel

Any ideas? Stupid mistakes im making? i would greatly appreciate an email to Redlazer2000@yahoo.com with some feedback, or more questions.

Thanks in advance,

-Red

PS. i weitehr get that error message, or, i get:

mount /dev/hda4 /mnt/win -t vfat -r
mount: wrong fs type, bad option, bad superblock on /dev/hda4,
or too many mounted file systems
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)



Sponsored Link
Ads by Google

Response Number 1
Name: kyfs
Date: December 23, 2002 at 22:35:36 Pacific
Reply:

you might have the partition wrong. try it with hda3, maye even hdb. you could try geting rid of the v in fat.

mount /dev/hda4 /mnt/windows -t fat32 -r



0

Response Number 2
Name: egkenny
Date: December 24, 2002 at 01:20:20 Pacific
Reply:

Are you sure of the partition type. To list the partitions type the command:
$ fdisk -l /dev/hda

To mount a /dev/hda4 fat32 partition type
$ mount -t vfat /mnt/hda4 /mnt/windows

To mount a /dev/hda4 ntfs partition type
$ mount -t ntfs /mnt/hda4 /mnt/windows

Of course if you want to mount nfts (read-only) partitions you have to add support for it.
http://linux-ntfs.sourceforge.net/info/redhat.html


0

Response Number 3
Name: portchop
Date: December 24, 2002 at 10:15:48 Pacific
Reply:

I don't know why you guys put all those options. just try:

cd /mnt
mkdir drive_d
mount /dev/hda4 /mnt/drive_d
ls /mnt/drive_d

if it's not OK try other hda2, hda3, hda5...
sometime when you make a lot of re-partitionning you get hda5 right after hda1 and stuff like that.. even a second disk will not start as hdb1 but hdb5 or something.

I never added options like -t -vfat -whatever and never had trouble mounting stuff...


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Mounting a FAT32 drive

I can't mount a fat32 drive www.computing.net/answers/linux/i-cant-mount-a-fat32-drive/15907.html

Mounting a W2k Fat32 drive in Linux www.computing.net/answers/linux/mounting-a-w2k-fat32-drive-in-linux-/11123.html

mounting a zip drive www.computing.net/answers/linux/mounting-a-zip-drive/26324.html