Summary: | KDE partition manager crashes when started | ||
---|---|---|---|
Product: | [Applications] partitionmanager | Reporter: | steven.kitching |
Component: | general | Assignee: | Andrius Štikonas <andrius> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
steven.kitching
2020-12-16 18:36:27 UTC
Do you have sshfs mounts? Not sure what sshfs is, in fstab I mount varous remote nfs shares. Also my OS is installed on a M.2 SSD drive and I have another internal SSD drive mounted. (In reply to steven.kitching from comment #2) > Not sure what sshfs is, in fstab I mount varous remote nfs shares. Also my > OS is installed on a M.2 SSD drive and I have another internal SSD drive > mounted. Probably same thing with NFS. If you are you using old syntax with # then it crashes Partition Manager. Workaround is to switch to new syntax. fstab manpange mentions how to do that. mount(8) and umount(8) support filesystem subtypes. The subtype is defined by '.subtype' suffix. For example 'fuse.sshfs'. It's recommended to use subtype notation rather than add any prefix to the first fstab field (for example 'sshfs#example.com' is deprecated). *** This bug has been marked as a duplicate of bug 429191 *** Thank you, that solved it! my fstab file was non-standard, I had omitted the fourth field on my NFS mounts. (In reply to steven.kitching from comment #5) > Thank you, that solved it! > > my fstab file was non-standard, I had omitted the fourth field on my NFS > mounts. Can you try to paste a small reproducer line that crashes KPM? I changed: 192.168.1.31:/other /mnt/other nfs to: 192.168.1.31:/other /mnt/other nfs defaults 0 2 The mount worked, it just crashed kpm |