Originally posted by xterminator
ZFS is the choice for Solaris and will stay. Btrfs seems to be the FS for linux in future. Btrfs is newer and suits better for block devices than ZFS.
blkid /dev/sdb1: /dev/sdb1: UUID="04bf1179-a858-4ac9-935b-9279722f6b4a" UUID_SUB="f0983cb3-eb7e-45c3-b086-e58baa798d45" TYPE="btrfs" blkid /dev/sda1: /dev/sda1: UUID="04bf1179-a858-4ac9-935b-9279722f6b4a" UUID_SUB="5062890f-f8fe-46da-b90c-68c2bf096403" TYPE="btrfs"
UUID=04bf1179-a858-4ac9-935b-9279722f6b4a / btrfs defaults,compress=lzo,autodefrag,subvol=@ 0 0 UUID=04bf1179-a858-4ac9-935b-9279722f6b4a /home btrfs defaults,compress=lzo,autodefrag,subvol=@home 0 0
[pid 13710] write(5, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 16384) = 16384 <0.000020> [pid 13710] fsync(5) = 0 <0.033889> [pid 13710] close(5) = 0 <0.000005> [pid 13710] mkdir("./", 0777) = -1 EEXIST (File exists) <0.000005>
dd if=sample1.mkv of=/dev/null bs=1M 4085+1 records in 4085+1 records out 4283797121 bytes (4.3 GB) copied, 15.3844 s, 278 MB/s
time dd if=/root/sample2.mkv of=test bs=1M; time sync; 9428+1 records in 9428+1 records out 9886602935 bytes (9.9 GB) copied, 35.6332 s, 277 MB/s real 0m35.635s user 0m0.010s sys 0m2.666s real 0m2.665s user 0m0.000s sys 0m0.077s
Leave a comment: