Author: PoojanWagh
Date: 24-08-10 04:18
Quote:
gpart add -b 2048 -s 3906617453 -t freebsd-zfs -l disk00 ada0
where:
* -b 2048 - starts the partition 2048 sectors in from the start of the disk (leaving 1KB free)
Should be:
* -b 2048 - starts the partition 2048 sectors in from the start of the disk (leaving 1MB free)
|
|