Sparse files
From Whonix
Introduction[edit]
Wikipedia notes: [1]
In computer science, a sparse file is a type of computer file that attempts to use file system space more efficiently when the file itself is partially empty. This is achieved by writing brief information (metadata) representing the empty blocks to disk instead of the actual "empty" space which makes up the block, using less disk space. The full block size is written to disk as the actual size only when the block contains "real" (non-empty) data.
When reading sparse files, the file system transparently converts metadata representing empty blocks into "real" blocks filled with null bytes at runtime. The application is unaware of this conversion.
Check Real Size[edit]
You must change directory into the correct folder first. For your home folder. Depending on which one you want to check.
cd ~
Or.
cd /var/lib/libvirt/images/
Run.
du -h Whonix-Gateway-*.qcow2
Should show something like this.
2.5G Whonix-Gateway-*.qcow2
Check Apparent Size[edit]
Run.
du -h --apparent-size Whonix-Gateway-*.qcow2
Should show something like this.
101G Whonix-Gateway-*.qcow2
Also See[edit]
Maybe interesting:
- virt-sparsify [archive] (available in Debian in package libguestfs-tools [archive])
Footnotes[edit]
Whonix ™ is Supported by Evolution Host DDoS Protected VPS. Stay private and get your VPS with Bitcoin or Monero.
100px | |
Fosshost | About Advertisements |
Search engines: YaCy | Qwant | ecosia | MetaGer | peekier | Whonix ™ Wiki
Did you know that Whonix ™ could provide protection against backdoors? See Verifiable Builds. Help is wanted and welcomed.
Priority Support | Investors | Professional Support
Whonix ™ | © ENCRYPTED SUPPORT LP | Freedom Software / Open Source (Why?)
The personal opinions of moderators or contributors to the Whonix ™ project do not represent the project as a whole.