Displaying 1 result from an estimated 1 matches for "8io".
Did you mean:
8i
2013 May 21
2
rsync behavior on copy-on-write filesystems
...300G 21G 273G 7% /vol/jobarchive_Ajobarchivetest2
## 5) Change the first 4k bytes of the original file
$ time dd if=/dev/urandom of=src/10gb bs=4k count=1 conv=notrunc
1+0 records in
1+0 records out
4096 bytes (4.1 kB) copied, 0.000601676 s, 6.8 MB/s
0.001u 0.001s 0:00.03 0.0% 0+0k 32+8io 1pf+0w
$ df -h .
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/jobarchive-Ajobarchivetest2
300G 21G 273G 7% /vol/jobarchive_Ajobarchivetest2
## 6) Use rsync --inplace to make a copy of the first file.
## Note:
## - We use --inplace to copy ove...