Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115467 - Problem determining vfat filesystem type when mounting USB storage device
Summary: Problem determining vfat filesystem type when mounting USB storage device
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo's Team for Core System packages
URL: https://bugzilla.redhat.com/bugzilla/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 14:39 UTC by Marcin Deranek
Modified: 2007-07-02 19:22 UTC (History)
0 users

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 Marcin Deranek 2005-12-13 14:39:21 UTC
libblkid from e2fsprogs does not recognise vfat filesystem when formatted on
Windows. In such case 'mount -t auto' won't work whereas 'mount -t vfat' will.
Full description of the bug + patch is provided at given URL.

Reproducible: Always
Steps to Reproduce:
1.get pre-formatted USB storage
2.try to mount it mount it without '-t' option or '-t auto'
3.

Actual Results:  
mount fails

Expected Results:  
mount should work

patch is confirmed to work on my amd64.
I think 'emerge --info' is not necessary in this case, but if you really need it
please let me know..
Comment 1 SpanKY gentoo-dev 2005-12-13 16:14:35 UTC
we need to know what version of e2fsprogs you're using
Comment 2 Marcin Deranek 2005-12-14 03:55:14 UTC
Forgot to mention - latest the greatest e2fsprogs-1.38
The patch provided on Redhat site is for 1.37 (didn't test it), but it worked
fine with 1.38 as well (tested).
Comment 3 SpanKY gentoo-dev 2005-12-24 11:16:45 UTC
1.38-r1 should have this fixed
Comment 4 Marcin Deranek 2006-01-23 11:33:15 UTC
It seems that version 1.38-r1 does not fix the problem.. :-(
If you need image of vfat filesystem (image provided on included URL is not available anymore) please let me know..
To fix the problem (actually to be able to mount filesystem) either I need to apply provided patch (look at URL) or compile util-linux with HAVE_BLKID=no in MCONFIG
Comment 5 Marcin Deranek 2007-07-02 19:22:35 UTC
Looks like problem has already been fixed in one of the recent releases. Closing bug.