After copying an exiting FreeBSD installation from one partition to another using cp -a /part1/ /part2/ I tried booting from part2 and it seemed to work, but after running mount it showed that / was mounted on part1.
After realising I hadn't changed /etc/fstab I could understand why that happened. But after correcting /etc/fstab mount continues to show that / is mounted on part1.
Can anyone explain why? Is there some other setting under /boot which has been carried over from the copy which overides the value in fstab?
After realising I hadn't changed /etc/fstab I could understand why that happened. But after correcting /etc/fstab mount continues to show that / is mounted on part1.
Can anyone explain why? Is there some other setting under /boot which has been carried over from the copy which overides the value in fstab?