On Mon, Mar 19, 2018 at 10:34:05AM -0700, Bill Wether wrote: > This has been mentioned before in > <https://groups.google.com/forum/#!msg/qubes-users/Y1QjsK5fp1A>, but I don't > see anywhere that it's fixed. > > In R3.2, df in Dom0 would show how much actual disk space remained. That's a > critical piece of data for production use, given the sheer amount of breakage > caused by running out of space. > > I have a 1TB SSD with Qubes 4.0 RC5 and about 450GB of restored VMs, but when > I type 'df' in dom0 I get: > > Use% Mounted on > devtmpfs 1995976 0 1995976 0% /dev > tmpfs 2009828 0 2009828 0% /dev/shm > tmpfs 2009828 1612 2008216 1% /run > tmpfs 2009828 0 2009828 0% /sys/fs/cgroup > /dev/mapper/qubes_dom0-root 935037724 3866076 883604596 1% / > tmpfs 2009828 8 2009820 1% /tmp > xenstore 2009828 416 2009412 1% > /var/lib/xenstored > /dev/sda1 999320 79676 850832 9% /boot > tmpfs 401964 8 401956 1% /run/user/1000 > > You'd never know that the disk is actually half full or a little more. I have > no idea how to manage my disk space on Qubes 4.0. > > Suggestions? > > Thanks > > BillW >
Qubes 4.0 uses LVM thin pools. Try using sudo lvs to see the actual data used in the pool. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20180319175535.losf43hvkrsyls4a%40thirdeyesecurity.org. For more options, visit https://groups.google.com/d/optout.
