I'm installing FreeBSD 9.1 on a PC with a 1 TB Western Digital Green drive with 4K sectors.
Disk details from dmesg:
I was following the instructions from the handbook chapter for allocating disk space and it said that using even multiples of 1M or 1G helps to ensure proper alignment. However, the boot sector can only be 512K which will throw off the rest of the partitions. What it the best way to get around this? Can I create an unused 512K partition after the boot partition and then create the rest of the partitions that I want to use?
Disk details from dmesg:
Code:
ada0 at ata3 bus 0 scbus2 target 0 lun 0
ada0: <WDC WD1001FALS-00J7B1 05.00K05> ATA-8 SATA 2.x device
ada0: 150.000MB/s transfers (SATA, UDMA5, PIO 8192bytes)
ada0: 953869MB (1953525168 512 byte sectors: 16H 63S/T 16383C)
ada0: Previously was known as ad6
I was following the instructions from the handbook chapter for allocating disk space and it said that using even multiples of 1M or 1G helps to ensure proper alignment. However, the boot sector can only be 512K which will throw off the rest of the partitions. What it the best way to get around this? Can I create an unused 512K partition after the boot partition and then create the rest of the partitions that I want to use?