diskinfo -tv
on partitions on the start and end of the disk.matoatlantis said:Well, I guess it's too late to answer now .. but it's good to try out these migration scenarios in virtual machine (VM). I had to do this on one of my servers without remote console (Intel s1200bts) and I'm glad I did use VM before touching the actual hardware. Migration was done without single glitch (which, I must say, I was really surprised).
matoatlantis said:Btw. what's up with that free space between partitions ?
[root@:~] # gpart show ada0
=> 34 625142381 ada0 GPT (298G)
34 128 1 freebsd-boot (64k)
162 616562560 2 freebsd-ufs (294G)
616562722 8388608 3 freebsd-swap (4.0G)
624951330 191085 - free - (93M)
[root@:~] # for i in 1 2 3 ;do diskinfo ada0p$i; done
ada0p1 512 65536 128 0 17408 0 16 63
ada0p2 512 315680030720 616562560 0 82944 611669 16 63
ada0p3 512 4294967296 8388608 0 2147501056 8322 16 63
[root@:~] #