Bug 693662
Summary: | dosfslabel shows problem when try to label it Seek to 114116076544:Invalid argument | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jaroslav Škarvada <jskarvad> |
Component: | dosfstools | Assignee: | Jaroslav Škarvada <jskarvad> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 13 | CC: | jscotka, jskarvad |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | dosfstools-3.0.9-6.fc14 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 688128 | Environment: | |
Last Closed: | 2011-05-10 03:26:48 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
dosfstools-3.0.11-4.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/dosfstools-3.0.11-4.fc15 dosfstools-3.0.9-6.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/dosfstools-3.0.9-6.fc14 dosfstools-3.0.9-5.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/dosfstools-3.0.9-5.fc13 Package dosfstools-3.0.11-4.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dosfstools-3.0.11-4.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/dosfstools-3.0.11-4.fc15 then log in and leave karma (feedback). dosfstools-3.0.11-4.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. dosfstools-3.0.9-6.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
--- Additional comment from jskarvad on 2011-04-05 11:07:20 CEST --- It seems to be broken for a while on FAT32. Cloned to all Fedoras and sent patch upstream. Reproducer: # dd if=/dev/zero of=/tmp/img bs=512 count=200k # mkdosfs -F 32 /tmp/img # dosfslabel /tmp/img test --- Additional comment from jskarvad on 2011-04-05 11:08:21 CEST --- Created attachment 489943 [details] Proposed patch