2025-03-29, 06:06 PM
Thank you for your response!
Also replying to make notes for myself and others. I'll update if I get this working.
I've spent an evening searching and reading and getting frustrated that I can't understand how to do this.
Learned a bit about fstab, spent a long time trying to figure out where the udisksctl / udisksd config files are, but I guess there isn't any and it just auto-mounts whatever it can find. I found this https://help.ubuntu.com/community/Automa...Partitions
I tried fstab edit using this line:
/dev/nvme0n1p4 /media/Chris/Data btrfs defaults 0 0
I took note of this message and followed the instructions.
And so far I'm at the point where my changes are breaking more things than they fix. Especially puzzled that If I remount partitions during a session, it breaks my KDE application launcher "shut down" and "restart" buttons, and I need to ctrl+alt+del to restart the computer. Wish me luck.
Also replying to make notes for myself and others. I'll update if I get this working.
I've spent an evening searching and reading and getting frustrated that I can't understand how to do this.
Learned a bit about fstab, spent a long time trying to figure out where the udisksctl / udisksd config files are, but I guess there isn't any and it just auto-mounts whatever it can find. I found this https://help.ubuntu.com/community/Automa...Partitions
I tried fstab edit using this line:
/dev/nvme0n1p4 /media/Chris/Data btrfs defaults 0 0
I took note of this message and followed the instructions.
Code:
mount: (hint) your fstab has been modified, but systemd still uses the old version; use 'systemctl daemon-reload' to reload.
And so far I'm at the point where my changes are breaking more things than they fix. Especially puzzled that If I remount partitions during a session, it breaks my KDE application launcher "shut down" and "restart" buttons, and I need to ctrl+alt+del to restart the computer. Wish me luck.