Bug 403222 - KDE Partition Manager is using device name's for fstab entries instead of uuids.
Summary: KDE Partition Manager is using device name's for fstab entries instead of uuids.
Status: RESOLVED NOT A BUG
Alias: None
Product: partitionmanager
Classification: Applications
Component: general (show other bugs)
Version: 3.3
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Andrius Štikonas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-15 03:49 UTC by Erik
Modified: 2019-01-16 02:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik 2019-01-15 03:49:37 UTC
SUMMARY

KDE Partition Manager is using the device name instead of the uuid when updating partition mount points in fstab

STEPS TO REPRODUCE
1. Put in a flash drive
2. Open KDE Partition Manager
3. Unmount the flash drive
4. Change the mount point of the flash drive
5. Apply
6. "Save Changes"
7. less /etc/fstab
8. Look at the bottom, it should say something like:

/dev/sdh       /home/me/test     vfat    defaults        0       0


OBSERVED RESULT

Device name is used to define the partition in the fstab

EXPECTED RESULT

Uuid is used to define the partition in the fstab

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.14.5
KDE Frameworks Version: 5.54.0
Qt Version: 5.11.2
Kernel: 4.19.0
Comment 1 Andrius Štikonas 2019-01-15 13:19:00 UTC
> Uuid is used to define the partition in the fstab

Have you selected UUID in combobox? It should use whathever you tell it 
to... (path, label, uuid, GPT partition label, GPT partition UUID)
Comment 2 Erik 2019-01-16 02:27:07 UTC
I've been very tired recently.