Summary: | VFAT partition detection problem on an USB flash | ||
---|---|---|---|
Product: | hal | Reporter: | Stanislav Brabec <sbrabec> |
Component: | misc | Assignee: | David Zeuthen (not reading bugmail) <zeuthen> |
Status: | RESOLVED NOTOURBUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | lshal_flash.lst |
Description
Stanislav Brabec
2008-05-13 04:36:10 UTC
Novell bug was closed as WONTFIX with this comment: The partition looks like a FAT32 volume, but it misses the signature to identify the volume. It is defined by the FAT filesystem: LeadSig: 0x41615252 "The signature is used to validate that this is a Info sector" We can not relax that check, because we will very likely wrongly identify volumes which are not FAT32. Sorry, you have to reformat the volume, if you want autodetection. - From the UI view, it would be nice to provide an information, that a flash memory with an unknown/invalid format was inserted. If you have the following entries in lshal: volume.fstype = '' (string) volume.fsusage = '' (string) volume.is_partition = true (bool) You (or the desktop) can assume there is no filesystem on the partition or that there were problems to identify the fstype. It's up to the desktop to do something with these info. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.