On Friday 10 May 2013 17:28:32 Walter Dnes wrote: > While I'm on the general topic of setting up the disk, I notice that > fdisk startup output includes.. > > > Sector size (logical/physical): 512 bytes / 4096 bytes > > I/O size (minimum/optimal): 4096 bytes / 4096 bytes > > Since I'll be using ext2 for the 250 meg / and ext4 for the biggie > /home partition, should I force mkefs* block size (the "-b" parameter) > to 4096 to match the underlying hardware?
If you run 'fdisk -c -u /dev/sda' it should start the first sector at 2048, which will ensure alignment of logical and physical blocks. Then you can use fs block of 2048 or 4096 if you really want to, but I suspect that would be quite wasteful on a partition that will store many smaller files. -- Regards, Mick
signature.asc
Description: This is a digitally signed message part.

