Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73205 - VFAT Kernel Driver is not able to load any partition AMD64
Summary: VFAT Kernel Driver is not able to load any partition AMD64
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-03 02:38 UTC by risq
Modified: 2005-01-26 07:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description risq 2004-12-03 02:38:14 UTC
since 2.6.8 and i used libata (/dev/sda instead of /dev/hda) i'm not
able to mount any vfat partitions on amd64 kernel

i always get:

wrong fs type, bad option, bad superblock [...] while mounting like this

mount -t vfat /dev/sda9 /win/d

this is really strange:

- even after a fresh installation of 2004.r3 with kernel 2.6.9-r1 and vfat module i cant mount any vfat partitions, while i could mount them after a boot from the live-cd ...which is the same kernel 2.6.9-r1

- even if i use mkfs.vfat -F32 to create a partition instead of using the xp created one i cant mount it

..obviously i have all win file system driver in my config: dos, vfat and ntfs ...and never had a problem mounting ntfs


Reproducible: Always
Steps to Reproduce:
1. create any vfat partition (xp, partition magic mkfs.vfat etc..)
2. compile kernel 2.6.8> on AMD64 (module,build-in)
3. mount -vfat /dev/xx /xx


Actual Results:  
mount: wrong fs type, bad option, bad superblock on /dev/sda1, or too many
mounted file systems

Expected Results:  
mount the vfat partition

the necessary codepage is installed, other gentoo users experience similar
problems: http://forums.gentoo.org/viewtopic.php?t=261268
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2004-12-03 03:11:34 UTC
Please upload "dmesg" output (as attachment)
Comment 2 tklauser 2004-12-04 06:59:41 UTC
Check what modules are loaded when you boot from LiveCD and compare them to the modules loaded when you boot your installed system.
Also check where the configs differ from each other (LiveCD's and your own)
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2004-12-14 01:10:14 UTC
Please reopen with requested info