Bug 1582491
| Summary: | blkid does not recognize ntfs partition when cluster size is over 65K | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jean-Pierre André <jean-pierre.andre> | ||||||
| Component: | util-linux | Assignee: | Karel Zak <kzak> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 27 | CC: | jonathan, kzak, Winfrid.Tschiedel | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | util-linux-2.32.1 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2018-07-18 13:13:32 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Jean-Pierre André
2018-05-25 12:05:51 UTC
Fixed by upstream commit 7816ee22d596a8d406add0ee50c8aefd192ceb11 (but need more tests). Created attachment 1441640 [details]
Sample test partition with big clusters
This is a sample ntfs partition image for testing. Using big clusters implies having a big partition, and this is a (void) 4TB one. You can of course extract it in a sparse file for testing, it will just use 103MB.
Packing such a test partition using "tar -S" takes ages. I gave up after half an hour.
To extract the image, you need ntfsclone updated for big clusters (see reference and updated rpms in the original bug report), and execute (do not forget the isolated dash at the end of command) :
xz -cd big-rebuilt.img.xz | ntfsclone -r -O big-rebuilt.ntfs -
Then you try "blkid big-rebuilt.ntfs"
|