1 Jan 2010 12:26
Re: File system blocks alignment
Poul-Henning Kamp <phk <at> phk.freebsd.dk>
2010-01-01 11:26:10 GMT
2010-01-01 11:26:10 GMT
In message <200912311712.18347.pieter <at> degoeje.nl>, Pieter de Goeje writes: >Ok, as Miroslav wrote, it does not report 4k sectors: If you care to, and have the time, try the following: for N in (0...7) for M in (0..2) create partition starting at byte offset N*512 newfs -f 4096 -b 32768 /dev/foo mount /dev/foo /mnt time restore(8) a filesystem into it. unmount /mnt time fsck_ffs /dev/foo mount /dev/foo /mnt time tar cf /dev/null /mnt unmount /mnt -- -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk <at> FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ freebsd-arch <at> freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-arch To unsubscribe, send any mail to "freebsd-arch-unsubscribe <at> freebsd.org"
Poul-Henning
PS: The reason I asked for 3 iterations, was so we could calculate
a standard deviation (See: ministat(8)) in order to have a statistical
sound conclusion. With a factor 14 in time difference, I will for
once conceede it unnecessary
RSS Feed