February 21, 2012

Creare una partizione per un disco Advanced Format / 4K

Questa è una mini-guida su come creare una partizione adatta ad un disco Advanced Format o 4K sector size (indicano la stessa cosa); gli esempi sono condotti su di un WD20EARS (/dev/sdb).




[root@debian]# fdisk -H 224 -S 56 -c /dev/sdb
The number of cylinders for this disk is set to 311465.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): n
Partition type:
 p primary (0 primary, 0 extended, 4 free)
 e extended
Select (default p): p
Partition number (1-4, default 1): 1
First cylinder (1-311465, default 1): 1
Last cylinder or +size or +sizeM or +sizeK (1-311465, default 311465): 311465
Using default value 311465
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.

ora proviamo a testare le performance (i miei valori non saranno proprio ottimali perché il server nel frattempo sta compiendo degli altri task)
[root@debian]# hdparm -Tt /dev/sdb
/dev/sdb:
Timing cached reads: 2388 MB in 2.00 seconds = 1193.70 MB/sec
Timing buffered disk reads: 304 MB in 3.04 seconds = 101.24 MB/sec

non male per un disco Green... certo se fosse stato un WD Caviar Black i valori sarebbero stati più alti ma a fronte di un consumo di corrente più che doppio!

Alla prossima! ;-)