View Single Post
Old 8th May 2018
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Quote:
Originally Posted by IdOp View Post
The following command under Linux works for me to mount an OpenBSD partition:

# mount -t ufs -o ro,ufstype=44bsd /dev/sdb2 /mnt/openbsd

Of course you should change the source device and mount point to suit your situation. Only read-only access is supported.
Code:
$ cd /dev/
Code:
$ ls sdb*
sdb  sdb4  sdb5  sdb6  sdb7  sdb8
Code:
$ sudo mount -t ufs -o ro,ufstype=44bsd /dev/sdb4 /mnt/
Code:
$ cd /mnt/
Code:
/mnt$ ls
ls: reading directory '.': Input/output error
The same is happening with with all the partitions.
Reply With Quote