Sector size of 4096 bytes (not 512)

Poul-Henning Kamp phk at phk.freebsd.dk
Tue Aug 26 07:43:36 UTC 2008


In message <48B3A11C.6030504 at gmail.com>, Sten Daniel Soersdal writes:
>
>Does anyone know if i might run into any surprises if my hdd has 4096 
>byte sized sectors and not the regular 512, it is low-level formatted 
>that way.

That's no problem, as long as the sectorsize is a power of two, larger
than or equal to 512, you should have no trouble.

>I want to run a regular FreeBSD (v7) installation on it for a machine 
>that goes into production relatively soon after that.

In the disk menu where you create filesystems, you will need to use the
set the newfs arguments (is it 'N' in the menu ?) to
	-b 32768 -f 4096

-- 
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.


More information about the freebsd-fs mailing list