Re: Question on read & write from Linux to OpenBSD

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Olivier Mehani
Date: Wednesday, April 7, 2010 - 9:23 pm

On Wed, Apr 07, 2010 at 04:34:39PM -0700, Super Biscuit wrote:

Mounting the fs in two steps, as follows, worked for me.

# mount -t ufs -o ufstype=44bsd /dev/sda4 /mnt
# mount -orw,remount /dev/sda4 /mnt

However, it requires your UFS support to have been built with the
UFS_FS_WRITE at (Linux kernel) compile time (bUFS file system write
supportb, only available if bPrompt for development and/or incomplete
code/driversb is enabled) which is --as far as my experience goes-- not
the case by default with many distros. You may need to recompile your
module and/or kernel.

--
Olivier Mehani <shtrom@ssji.net>
PGP fingerprint: 4435 CF6A 7C8D DD9B E2DE  F5F9 F012 A6E2 98C6 6655

[demime 1.01d removed an attachment of type application/pgp-signature]
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Question on read &amp; write from Linux to OpenBSD, Super Biscuit, (Wed Apr 7, 4:34 pm)
Re: Question on read &amp; write from Linux to OpenBSD, Edwin Eyan Moragas, (Wed Apr 7, 7:38 pm)
Re: Question on read & write from Linux to OpenBSD, Olivier Mehani, (Wed Apr 7, 9:23 pm)