View Single Post
Old 8th May 2018
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

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.
Reply With Quote