ricardomv / snapper-gui

GUI for snapper, a tool for Linux filesystem snapshot management, works with btrfs, ext4 and thin-provisioned LVM volumes
GNU General Public License v2.0
222 stars 32 forks source link

snapper-gui should try to mount the snapshot #25

Closed marco44 closed 7 years ago

marco44 commented 7 years ago

In case of a lvm snapshot, it has to be mounted beforehand so call MountSnapshot beforehand. call UmountSnapshot for all timeline snapshot when closing snapper-gui too, to avoid leaving open snapshots

For issue #24

marco44 commented 7 years ago

I'm quite bad at python, so this is my attempt, but I could have missed something. It makes lvm(ext4) snapshots usable for me. I couldn't verify that it doesn't brake btrfs snapshots, as I don't have any to test on

ricardomv commented 7 years ago

Hi thanks for the pull request, can you merge the last commit with the first and force push to github.

marco44 commented 7 years ago

Done

ricardomv commented 7 years ago

Merged, thanks.