Technology

Mounting disk images read/write in KDE

Submitted by Falken on

All the advice on articles like https://unix.stackexchange.com/questions/47080/mounting-iso-in-linux-kde don't work in modern KDE, or are about mounting .iso files, which is now built in, or a disk image as read only.

I needed to mount disk images read/write, which appears to be more complicated because it needs to run as root, so prompt for the password, fingerprint or what have you.

Sections

The end of btrfs

Submitted by Falken on

Well that's the end of btrfs for me; barely a month in it's shat itself and taken my /home with it.

I've lived this long without metadata checksum and snapshot...

I was able to extract a list of trees, even though it wouldn't mount, even with the various recovery options, using

btrfs-find-root /dev/mapper/vgkubuntu-home 

This will split out a bunch 'well' things. I got lucky and when I passed the number of one of those to

Sections