Hi all,
When I was installing FreeBSD 10.1 the HDD was on one SATA port alone.
I need to move it to another port and attach 2 more drives with Windows and Linux.
Boot drive will be selected in the BIOS boot menu.
What configuration files do I need to edit to accommodate moving the HDD?
Now it is
The new device designation will be
When I was installing FreeBSD 10.1 the HDD was on one SATA port alone.
I need to move it to another port and attach 2 more drives with Windows and Linux.
Boot drive will be selected in the BIOS boot menu.
What configuration files do I need to edit to accommodate moving the HDD?
Now it is
ada0
and the partitions are 1 /boot
, 2 swap
and 3 root
. /etc/fstab
says
Code:
/dev/ada0p2 none swap sw 0 0
The new device designation will be
ada2
.