Sailfish OS - Alte BTRFS snapshots löschen

root@jolla:~# mount -o subvolid=0 /dev/mmcblk0p28 /mnt/ root@jolla:~# du -sh /mnt/* 2.8G /mnt/@ 907M /mnt/@home 0 /mnt/@swap 833M /mnt/factory-@ 70M /mnt/factory-@home 1.6G /mnt/rec-20140303_124453_@ 3.6G /mnt/rec-20140303_124453_@home root@jolla:~#
WICHTIG: Nur Dateien die mit "rec-" anfangen dürfen gelöscht werden

Dies sind snapshots von factory images, welche nach einem factory reset oder anderen recovery Tätigkeiten übrig geblieben sind.

root@jolla:~# btrfs subvolume delete /mnt/rec* Transaction commit: none (default) Delete subvolume '/mnt/rec-20140303_124453_@' Delete subvolume '/mnt/rec-20140303_124453_@home' root@jolla:~#

Abschliessend (auch wenn man keine rec-Dateien gefunden hat):

root@jolla:~# umount /dev/mmcblk0p28