Displaying 1 result from an estimated 1 matches for "test_btrfs".
2012 Jul 13
1
[Bug 9041] New: Feature request: Better handling of btrfs based sources
...creasing the link count like a hard link would.
Here is a simple example using 2 small btrfs filesystems on a Gentoo Linux
system with current btrfs tools...
# I start with 2 empty filesystems...
> df -hT /test/*/
Filesystem Type Size Used Avail Use% Mounted on
/dev/mapper/vg-test_btrfs btrfs 1.0G 56K 382M 1% /test/btrfs
/dev/mapper/vg-test_rsync btrfs 1.0G 56K 382M 1% /test/rsync
# I create a subvolume within the btrfs filesystem
> btrfs sub create btrfs/current
Create subvolume 'btrfs/current'
# I copy 2 mp3 files into the subvolume
> cp -v *.mp3 btrf...