wangjangle

Members
  • Posts

    7
  • Joined

  • Last visited

wangjangle's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hello, Once I delete files on my Windows VM the space isn't being released on the disk. root@Tower:/mnt/user/domains/Windows 10# qemu-img info vdisk1.img image: vdisk1.img file format: raw virtual size: 2 TiB (2199023255552 bytes) disk size: 1.18 TiB root@Tower:/mnt/user/domains/Windows 10# du -h vdisk1.img 1.2T vdisk1.img root@Tower:/mnt/user/domains/Windows 10# What do I need to do to make the on disk usage represent the actual usage? Cheers
  2. Thanks folks, I didn't know du had this limitation.
  3. I'm trying to see where the space is actually being used, since du reports a value 200GB lower. root@Tower:/mnt/ssd# du -sh . 1.4T .
  4. edit: deleted diag zip as issue has been resolved.
  5. Thanks for the reminder. Any specific diag files you were looking or the whole zip?
  6. Hey all, not sure what I'm missing here but the disk space available on my SSD pool isn't matching everywhere. From a 2x1TB BTRFS RAID0 Pool named ssd unRAID "Main" tab disk details reports: Data, RAID0: total=1.65TiB, used=1.64TiB (this seems to match above) root@Tower:/mnt/ssd# df -h /mnt/ssd Filesystem Size Used Avail Use% Mounted on /dev/nvme0n1p1 1.9T 1.7T 171G 91% /mnt/ssd Where is that 200GB extra being used? root@Tower:/mnt/ssd# du -h . [..] 1.4T /mnt/ssd Cheers