https://bugs.kde.org/show_bug.cgi?id=430475
--- Comment #3 from Andrius Štikonas <[email protected]> --- (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). -- You are receiving this mail because: You are watching all bug changes.
