Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36722 - mount doesn't read msdos or vfat LABEL
Summary: mount doesn't read msdos or vfat LABEL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-29 05:35 UTC by Michael Brandt
Modified: 2003-12-29 15:08 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 Michael Brandt 2003-12-29 05:35:03 UTC
hi *,

LABEL=USB_STICK /mnt/usbstick   vfat  noauto,users,noatime,sync       0 0
LABEL=DIGICAM   /mnt/digicam    vfat  noauto,users,noatime,sync       0 0

doesn't work, because mount 2.12 does not read msdos or vfat labels..



Reproducible: Always
Steps to Reproduce:
# mlabel -s c:
  Volume label is USB_STICK

# mount /mnt/usbstick/
  mount: no such partition found

after mounting /dev/sda (no label info)
# mount -l
/dev/hda2 on / type ext3 (rw,noatime) [gentoo_root]
/dev/sda1 on /mnt/usbstick type vfat (rw)

Actual Results:  
 

Expected Results:  
# mount -l 
/dev/hda2 on / type ext3 (rw,noatime) [gentoo_root] 
/dev/sda1 on /mnt/usbstick type vfat (rw) [USB_STICK] 

solution + patch has been posted here: 
http://bugs.debian.org/cgi-bin/bugreport.cgi/mount-2.12-fat.patch?bug=124010&msg=22&att=1 
 
see patch mount-2.12-fat.patch 
 
i tested this patch and it worked fine..
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-12-29 15:08:22 UTC
Added to -r4, thanks.