To mount an OpenBSD root slice in GNU/Linux, first create a folder.
sudo mkdir /mnt/openbsd
Then, run the following command:
sudo mount -r -t ufs -o ufstype=44bsd /dev/hdb5 /mnt/openbsd
The key is to locate the OpenBSD root slice in Linux. To do so, type dmesg | grep bsd in a terminal emulator. This will list the devices that are associated with BSD.
No comments:
Post a Comment