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
226 stars 32 forks source link

call snapper mount before mounting #24

Closed marco44 closed 7 years ago

marco44 commented 7 years ago

Hi,

I'm using snapper with lvm(ext4) configuration. So snapshots have to be mounted before they are used, using "snapper mount" command.

I don't think snapper-gui does that right now (I couldn't find this in the code).

Could this be added ?

Regards