Almost as Simple: Mounting FAT32 partition from ATA Controller
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Almost as Simple: Mounting FAT32 partition from ATA Controller
Thanks for the help on my previous problem mounting a drive.
(Info: RH 9, Celeron 300, Abit BH6)
This time I need to mount a drive that is attached through a promise ATA card (came with the WD drive). I am trying to mount a FAT32 partition on a WD 160gig drive.
Here is the input and error:
input: mount -t vfat /dev/hde1 /mnt/backup
Error: FAT: bogus logical sector size 64543
VFS: Can't find a valid FAT filesystem on dev 21:01.
mount: wrong fs type, bad option, bad superblock on /dev/hde1, or too many mounted file systems
Same message if I do /dev/hde and also doesn't work for /dev/hde2.
(I did make the directory for the mounting point)
Here is the output:
Disk /dev/hde: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hde1 * 1 19457 156288321 c Win95 FAT32 (LBA)
I have a win98se ver of command.com on it, otherwise the drive is empty.
I'm going to try formatting it again just in case.
I reformated the drive and but I still get an error message.:
input: mount -t vfat /dev/hde1 /mnt/backup
mount: wrong fs type, bad option, bad superblock on /dev/hde1,
or too many mounted file systems
I did notice something odd when I ran fdisk -l again:
Disk /dev/hdc: 40.0 GB, 40027029504 bytes
255 heads, 63 sectors/track, 4866 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 4866 39086113+ c Win95 FAT32 (LBA)
Notice the + symbol in the blocks column. Could this mean anything? (I can mount this drive w/ no problems).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.