https://bugs.kde.org/show_bug.cgi?id=483446
Bug ID: 483446 Summary: partitionmanger fails to create a valid entry in /etc/fstab when creating new part talel and filesystem in one batch Classification: Applications Product: partitionmanager Version: 24.02.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: andr...@stikonas.eu Reporter: hartmann.christ...@gmail.com Target Milestone: --- SUMMARY partitionmanger fails to create a valid entry in /etc/fstab when creating new part table and filesystem in ONE batch (new entry is valid when the same operation is done in two steps (or batches)) STEPS TO REPRODUCE 1. attach a new disk without a partition table 2. open partition manager 3. add new partition table, new filesystem and add mount point 4. click on 'Apply' OBSERVED RESULT new line in /etc/fstab, missing file system type and/or partition identification. when trying to mount by LABEL the line is: LABEL=DUMMY /mnt defaults 0 0 when trying to mount by UUID the new line is: New Partition /mnt defaults 0 0 # Use 'blkid' to print the universally unique identifier for a device; this may both at the new first line in file, both are missing the file system type (ext4 here) EXPECTED RESULT a valid new line in /etc/fstab such as: UUID=80c16a75-da24-4970-a903-e94dd64bd125 /mnt ext4 defaults 0 0 SOFTWARE/OS VERSIONS Linux/KDE Plasma: neon KDE Plasma Version: 6.0.2 KDE Frameworks Version: 6.0.0 ADDITIONAL INFO: new entry is valid when the same operation is done in TWO steps (or batches) -- You are receiving this mail because: You are watching all bug changes.