Wed Mar 27, 2013 5:42 pm
Wed Mar 27, 2013 6:23 pm
dzz wrote:22G? is the entire Debian repo installed? (or maybe you have been doing vid editing! One uncompessed avi can be 10G+)
I would be looking for monster vob, mpeg, wav, avi, flac.. Maybe saved application project data
Try first <umount -a> then rerun the command I posted earlier, changing "~" for "/"
Take a look in /root, maybe you did something as root then forgot
Wed Mar 27, 2013 9:43 pm
Thu Mar 28, 2013 3:23 am
dzz wrote:Snapshot already excludes /media/* but.. I'm not sure what happens with symlinks to mounts.. worth checking that
dzz wrote:After umount -a "find" can't go beyond / (except what cannot be umounted) No need to reboot after, just mount -a to remount them
# umount -a
umount: /mnt/sqbu: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
umount: /home: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
umount: /dev: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
umount: /: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
dzz wrote:EDIT The "find" command I posted works on a loop-mounted squashfs, that (or a variation of) should tell you what's in the snapshot that should not be
Thu Mar 28, 2013 4:00 am
su
mkdir /media/isomount
mkdir /media/squashmount
mount -o loop path/to/iso /media/isomount
mount -o loop /media/isomount/live/filesystem.squashfs /media/squashmount
find /media/squashmount -type f -size +50M -exec du -h {} \; 2> /dev/null
# when done
umount /media/isomount
umount /media/squashmount
# or leave them there
rmdir /media/isomount /media/squashmount
Thu Mar 28, 2013 4:42 pm
dzz wrote:
- Code:
su
mkdir /media/isomount
mkdir /media/squashmount
mount -o loop path/to/iso /media/isomount
mount -o loop /media/isomount/live/filesystem.squashfs /media/squashmount
find /media/squashmount -type f -size +50M -exec du -h {} \; 2> /dev/null
# when done
umount /media/isomount
umount /media/squashmount
# or leave them there
rmdir /media/isomount /media/squashmount
- /home/*/Documents/*
- /home/*/Videos/*
Thu Mar 28, 2013 5:04 pm
how to empty root trash
su
rm -rf /root/.local/share/Trash/*
- /home/*/Documents/*
- /home/*/Videos/*
Thu Mar 28, 2013 6:35 pm
dzz wrote:how to empty root trash
- Code:
su
rm -rf /root/.local/share/Trash/*
dzz wrote:That's not in default excludes yet but should probably be added
- /root/.local/share/Trash/*
dzz wrote:
- Code:
- /home/*/Documents/*
- /home/*/Videos/*
is commented out (preceeding #) in default exludes.list, it's a user option to uncomment
dzz wrote:How large is ~/.wine?
Thu Mar 28, 2013 8:15 pm
- /home/*/Documents/*
- /home/*/Videos/*
Thu Mar 28, 2013 8:31 pm