Myles wrote: I am still getting the Dolphin crashes as soon as I open "Local Disks" in MCC (3 failures) and also on reboot ("kdeinit5" error). See image below. I really don't think that they are related to me having used my old /home drive on reinstall as I have done that before. Just don't know what is causing it.
I think you are right, these are probably Plasma bugs. I was able to reproduce the dolphin crash (but only once so far) doing this:
- Code: Select all
Connect an external USB drive
In the Device Notifier pop-up, select Open with File Manager
Start MCC and select Local disks/Manage disk partitions
Another issue, which may well have the same root cause, I am able to consistently re-produce.
If an external USB drive is connected, starting MCC and selecting Local disks/Manage disk partitions makes the external drive disappear from the Device Notifier (and from the devices list of dolphin, if started). After this the Device Notifier no longer detects connection of external disks.
I also have occasionally seen the closed unexpectedly pop-up on reboot, only in my case it was the System Monitor application.
Myles wrote: So maybe I'll persevere with this install for the time being. I going to see if I can dynamically relocate my /swap partition so I can expand my /var. Would I be able to do that with a partitioning tool outside Mageia and then just reboot with newly expanded /var or is it a whole new reinstall again??? (he says with crossed fingers

).
With two MGA installations, I think it could even be done from within Mageia, but getting GParted live:
https://gparted.org/livecd.php is probably a simpler and safer solution.
Please read the caution in the GParted Manual though.
the gparted application allows you to create, delete, resize and even move partitions.
If your disk is GPT, re-sizing should be straightforward. If it is msdos partitioned and one partition is inside and the other outside an extended partition, it may become more complicated.
If you note the UUID of the current swap partition and assign the same value to the new one, I don't think any changes are required for the Mageia installs.
Alternatively, you could also consider moving your user data directory from /var to another partition and create a symbolic link to it, if your programs need to access it as a sub-directory under /var.