Re: impact of 4k sector size on the IO & FS stack
From: Alan Cox <hidden>
Date: 2007-03-12 11:14:15
Also in:
linux-fsdevel, linux-scsi
From: Alan Cox <hidden>
Date: 2007-03-12 11:14:15
Also in:
linux-fsdevel, linux-scsi
Now, if this disk was copied byte per byte (/bin/dd) to a 4096-based disk, and Linux would start using a sector size of 4096, then I would suddenly have
The ATA drives I'm aware of report 512 byte sector size, do 512 byte I/O's but use 4K physical sectors and to get sane performance except the OS to issue sensible sized I/O requests.