Bytes Per Physical Sectors on a Modern Hard Drive
Bytes Per Physical Sectors on a Modern Hard Drive
How many bytes are there on a physical sector on modern hard drives? I read recently in some places that its 4K bytes (4096 bytes). Just want to be sure before I start reading/writing on hard drive.
- NickJohnson
- Member
- Posts: 1249
- Joined: Tue Mar 24, 2009 8:11 pm
- Location: Sunnyvale, California
Re: Bytes Per Physical Sectors on a Modern Hard Drive
It's practically always 512 bytes, AFAIK. CDs are also almost always 2048 bytes per sector. In any case, it should be possible to read the number of bytes per sector using the ATA interface if you want to handle the weird hardware.
Re: Bytes Per Physical Sectors on a Modern Hard Drive
http://en.wikipedia.org/wiki/Advanced_Format
However, early adopters translate to 512-byte sectors in the Disk Controller to support legacy systems.
However, early adopters translate to 512-byte sectors in the Disk Controller to support legacy systems.