helloSystem / helloSystem/Utilities
Format Disk: Recognize FUSE mounts better
Open
- Dominant language
- Python
- Stars
- 29
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Assuming that all FUSE related mount commands start with `mount.*` is potentially a bug. Looks like
`ntfs-3g -o recover -o noatime /dev/daXsY /media/Name`
is not covered by
https://github.com/helloSystem/Utilities/blob/b6ace0b5c0cdffb55195b1fc69dca102b22774ab/System/Format%20Disk.app/Resources/formatdisk.py#L121
Is there a more robust way of finding out which FUSE mounts are there for a given `/dev/daX`?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.