Bug 812914
Summary: | os-prober hangs in mount("/dev/sda2", "/var/lib/os-prober/mount", "fuseblk" | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mads Kiilerich <mads> |
Component: | ntfs-3g | Assignee: | Tom "spot" Callaway <tcallawa> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | bkozdemb, hedayatv, tcallawa, zdenek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-04-17 18:56:14 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: |
Description
Mads Kiilerich
2012-04-16 14:45:07 UTC
IMHO it is too unrealistic to expect os-prober to be prepared that "every external program might hang"! Maybe mount.ntfs is really not expected to hang and a bug against it instead? Another thing which comes to my mind is to mount partitions read only. It might prevent mount.ntfs from trying to fix the problem completely as I can see in its man page. If your partition is still unclean, can you try mount with -o ro option to see if it doesn't hang? I can confirm this behaviour, similar situation but fuse-2.8.7-1.fc17.x86_64 kernel-3.3.2-1.fc17.x86_64 Partition was unmounted cleanly, but now it cannot be mounted even read only: mount.ntfs -o ro /dev/sda1 /mnt hangs (10+ minutes) in fuse_get_req. In f16 os-prober and mount work as expected. I really think that this bug should be assigned to ntfs-3g or fuse rather than os-prober. *** This bug has been marked as a duplicate of bug 812798 *** |