search for: btrfstest

Displaying 2 results from an estimated 2 matches for "btrfstest".

2008 Jan 19
1
[bugreport] btrfs 0.11
Hi, uname -a: Linux btrfstest 2.6.24-4-generic #1 SMP Mon Jan 14 17:30:39 UTC 2008 i686 GNU/Linux btrfs version: 0.11 fs: /dev/sda5 on /mnt type btrfs (rw) root@btrfstest:/tmp# dd if=/dev/zero of=foobar bs=1024 count=100000 100000+0 records in 100000+0 records out 102400000 bytes (102 MB) copied, 15.5326 seconds, 6.6 MB/s r...
2010 Dec 15
0
btrfsck says snapshots have errors
...rs? ---------- cut script here ---------------------------------------- #!/bin/bash -u # Test a btrfs partition: one-snap creation and btrfsck # -Ian! D. Allen - idallen@idallen.ca - www.idallen.com BTRFS=/mnt/sdc1 BTRFSDEV=/dev/sdc1 echo "Using $BTRFS $BTRFSDEV" set -x mkfs.btrfs -L BTRFStest $BTRFSDEV || exit $? mount -o noatime $BTRFSDEV $BTRFS || exit $? btrfs subvolume snapshot $BTRFS $BTRFS/snap1 umount $BTRFSDEV btrfsck $BTRFSDEV ---------- cut script here ---------------------------------------- ---------- script output here ------------------------------------- # ./btrfstes...