Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 4k sector disks



rjs%fdy2.co.uk@localhost (Robert Swindells) writes:

>I used 'newfs -S 4096' on one of them

Don't use 'newfs -S'. The drive says it uses 512byte sectors, newfs
should record this in the superblock.

The only thing you have to assure is _alignment_.

-> Align partitions to a real sector boundary or a multiple of it.

-> Use a 'fragment size' of a real sector or multiple with 'newfs -f'.

-> Chose a 'block size' as a multiple of the the 'fragment size'
   with 'newfs -b' (the default is probably fine).



Home | Main Index | Thread Index | Old Index