https://bugs.kde.org/show_bug.cgi?id=428932
Bug ID: 428932
Summary: Partition Manager fails to remount when mount point
has a space
Product: partitionmanager
Version: 4.2.0
Platform: Archlinux Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
Partition Manager fails to remount when the mount point, as defined in
/etc/fstab has a space in the name, using the control character(?) \040.
STEPS TO REPRODUCE
1. Create an entry for a partition with a mount point in fstab with a space in
the name i.e. /media/first\040last refers to '/media/first last'.
2. Unmount this partition.
3. Mount the partition in KDE Partition Manager.
OBSERVED RESULT
/dev/sdc1 mounted at '/media/Virtual Machine' produces the error:
The file system on partition '/dev/sdc1' could not be mounted.
Details:
=====
Command: mount --verbose /dev/sdc1 /media/Virtual\040Machine
=====
EXPECTED RESULT
The partition would mount to '/media/Virtual Machine' correctly.
SOFTWARE/OS VERSIONS
Linux/KDE Plasma(?): 5.9.6-arch1-1
KDE Plasma Version: 5.20.2
KDE Frameworks Version: 5.75.0
Qt Version: 5.15.1
ADDITIONAL INFORMATION
Strangely, mounting the partition manually (running 'sudo mount /dev/sdc1
"/media/Virtual Machine"') and refreshing in Partition Manager, then unmounting
and mounting does not produce the error. The error begins to occur again after
restarting Partition Manager.
--
You are receiving this mail because:
You are watching all bug changes.