Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Mounting a FAT32 XP partition w fst
Name: rob Date: April 20, 2003 at 07:45:25 Pacific OS: Redhat 8 CPU/Ram: athlon / 256
Comment:
hi all,
When trying to mount my FAT32 XP partition through fstab using
/dev/hda2 /mnt/music vfat auto 1 1
, I get the following error message. Can anyone please help me out
thanks rob
Error me-----
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?)
Name: Balram Adlakha Date: April 20, 2003 at 11:40:44 Pacific
Reply:
ya so aren't you trying to mount an extended partitition, instead of some logical partition inside?
type the following as root on the command-line:
fdisk /dev/hda2
and then press "p"
you will see that there are many logical partitions inside /dev/hda2. You need to find out which one is your music partition and use that instead. press "q" to exit fdisk.
Summary: 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 n...
Summary: From another machine in SaMBa? or from same drive. This is a Red Hat side of it: You'll have to recompile the kernel to support ntfs partions and then I don't know. i always make a small fat32 part wh...
Summary: Hi , i got a problem i try to mount a Fat32 Drive from my Windows 2000 PC into my Linux Red Hat 7.0 but i always got message RPC timeout ... Network is OK ... works fine. Some one have idea or a good...