Summary: | KMountPoint::List::findByPath does not handle btrfs mounts | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | mike |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | fanzhuyifan, kdelibs-bugs, nate |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mike
2023-09-19 06:18:05 UTC
just some findings: zfs, the filesystem that would be comparable, does add matching st_dev entries in mountinfo. It also shows every subvolume there with a matching st_dev, so no special handling is required here. The underlying device is obviously "missing" since it is, like with btrfs it would be 1..n devices. the "device" in mountinfo is more or less the same string as the mountpoint. Btrfs puts the device used when mounting the filesystem (that could be any of the devices that are part of that fs) This seems a duplicate of 395023. Closing this so we could move all the discussion there. *** This bug has been marked as a duplicate of bug 395023 *** |