Skip to main content
deleted 1 character in body
Source Link
not-a-user
  • 1.7k
  • 3
  • 16
  • 17

A workaround is to calculate the offset of the BSD partition within the extendedlogical partition and use a loop device with offset:

mount -t ufs -o loop,offset=8192,ro,ufstype=ufs2 /dev/sda6 /mnt

A workaround is to calculate the offset of the BSD partition within the extended partition and use a loop device with offset:

mount -t ufs -o loop,offset=8192,ro,ufstype=ufs2 /dev/sda6 /mnt

A workaround is to calculate the offset of the BSD partition within the logical partition and use a loop device with offset:

mount -t ufs -o loop,offset=8192,ro,ufstype=ufs2 /dev/sda6 /mnt
Source Link
not-a-user
  • 1.7k
  • 3
  • 16
  • 17

A workaround is to calculate the offset of the BSD partition within the extended partition and use a loop device with offset:

mount -t ufs -o loop,offset=8192,ro,ufstype=ufs2 /dev/sda6 /mnt