[partitionmanager] [Bug 460222] partitionmanager does not support ntfs3

2022-11-18 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=460222 soredake changed: What|Removed |Added CC||ndrzj1...@relay.firefox.com -- You are receiving

[partitionmanager] [Bug 460222] partitionmanager does not support ntfs3

2022-10-13 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=460222 --- Comment #4 from Andrius Štikonas --- Argh, this is a mess on the ntfs side... Partition Manager was indeed relying on mount command to be smart enough to pick file system type. One could add -t ntfs3 but then that would break support for people

[partitionmanager] [Bug 460222] partitionmanager does not support ntfs3

2022-10-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460222 --- Comment #3 from 1900011...@pku.edu.cn --- https://wiki.archlinux.org/title/NTFS The correct mount should be: ``` # mount -t ntfs3 /dev/nvme0n1p3 /home/xxx/C ``` if there is a mounting bug: https://bugs.kde.org/show_bug.cgi?id=445468 If you have

[partitionmanager] [Bug 460222] partitionmanager does not support ntfs3

2022-10-12 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=460222 --- Comment #2 from Andrius Štikonas --- What's the error if you run mount command manually? Partition Manager seems to be running mount --verbose /dev/nvme0n1p3 /home/xxx/C which looks to me like a correct command. -- You are receiving this mail

[partitionmanager] [Bug 460222] partitionmanager does not support ntfs3

2022-10-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=460222 --- Comment #1 from 1900011...@pku.edu.cn --- And I have set this: ``` cat /etc/udisks2/mount_options.conf [defaults] ntfs_defaults=uid=$UID,gid=$GID ``` but still the bug exists. -- You are receiving this mail because: You are watching all bug