https://bugs.kde.org/show_bug.cgi?id=446218
Bug ID: 446218
Summary: If mount point includes a space Partition Manager
misses the space before the next column in fstab
Product: partitionmanager
Version: 21.08.3
Platform: Archlinux Packages
OS: Linux
Status: REPORTED
Severity: critical
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
***
If mount point includes a space KDE Partition Manager misses the space before
the next column in fstab
***
STEPS TO REPRODUCE
1. In KDE Partion Manager edit the mount point for a partition
2. Include a space in the mount point, for example:
- /dev/sdc1 (ntfs): /home/imauser/Window Library
OBSERVED RESULS
/etc/fstab contains the following:
/dev/sdc1
/home/imauser/Windows\040Libraryntfs defaults
0 0
This results in an unbootable system.
EXPECTED RESULT
/etc/fstab should contain the following:
/dev/sdc1 /home/imauser/Windows\040Library
ntfs defaults 0 0
SOFTWARE/OS VERSIONS
Operating System: EndeavourOS
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2
Kernel Version: 5.15.5-arch1-1 (64-bit)
Graphics Platform: X11
ADDITIONAL INFORMATION
Also observed in other versions and distros (eg KDE Neon) going back months at
least.
--
You are receiving this mail because:
You are watching all bug changes.