search for: sc65

Displaying 1 result from an estimated 1 matches for "sc65".

Did you mean: 6c65
2005 Mar 22
0
win2k vs smbmount, number of cifs ops required
...s 1068 ops # win32 dd @ 2048 bs 869 ops # win32 dd @ 4096 bs 833 ops # linux cp 3006 ops # dd @ 1024 bs 12321 ops # dd @ 2048 bs 6321 ops # dd @ 4096 bs 3321 ops my $bs = 2048; my $skip = 0; my $count = 94; for(0..63) { $skip = $_ * $count; my $dd = qq|dd if=/home/users/barryr/test.jpg of=/mnt/sc65/foo.jpg bs=$bs count=$count seek=$skip skip=$skip|; warn "$dd\n"; system( $dd ); }