linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* btrfs quota examples?
@ 2013-06-10  6:21 Tomasz Chmielewski
  2013-06-10  7:41 ` Arne Jansen
  0 siblings, 1 reply; 6+ messages in thread
From: Tomasz Chmielewski @ 2013-06-10  6:21 UTC (permalink / raw)
  To: linux-btrfs

I'm trying to use btrfs quotas, but I'm unable to find reliable
documentation on its usage.

Let's start with an empty subvolume:

- assign 200 MB space to it:

# btrfs qgroup limit 200m /mnt/btrfs-backup/tester/


- see the usage:

# btrfs qgroup show /mnt/btrfs-backup/tester/
0/803 0 0


- let's add a 100 MB file:

# dd if=/dev/urandom of=bigfile bs=1M count=100


- sync the FS to make sure quota is updated:

# btrfs filesystem
sync /mnt/btrfs-backup/ FSSync '/mnt/btrfs-backup/'


- see current quota usage:

# btrfs qgroup show /mnt/btrfs-backup/backuppc/tester/
0/803 104882176 104882176


Now, my questions:

- what do both 104882176 104882176 numbers represent?

- how can I verify the quota assigned to any given subvolume? I've assigned 200 MB, but how can I verify that number?


-- 
Tomasz Chmielewski
http://wpkg.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-08-02  6:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-10  6:21 btrfs quota examples? Tomasz Chmielewski
2013-06-10  7:41 ` Arne Jansen
2013-06-10  7:47   ` Tomasz Chmielewski
2013-06-10  9:24   ` Wang Shilong
2013-07-29  8:05   ` Tomasz Chmielewski
2013-08-02  6:23     ` Arne Jansen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).