On Thu, Jan 2, 2014 at 3:17 PM,  <vadi...@gmail.com> wrote:
> On 1/2/14, Geoff Steckel <g...@oat.com> wrote:
>> In return, of course, that Linux wouldn't mount an OpenBSD FFS.
>
> I used to have /home shared between OpenBSD and Linux a couple of
> years ago when I was migrating. It was FFS for the reason discussed in
> this thread. The version of OpenBSD was 5.0. I do not remember the
> Linux kernel version but it looks very unlikely to me that they
> dropped support for FFS.

>From the mount man-page on an up-to-date Arch Linux system:

Mount options for ufs
       ufstype=value
              UFS is a filesystem widely used in different operating
systems.  The problem are differences among implementations. Features
of some implementations are undocumented, so its hard to recognize the
type of ufs automatically.  That's why the user must specify the type
of ufs by mount option.   Pos‐
              sible values are:

              old    Old format of ufs, this is the default, read
only.  (Don't forget to give the -r option.)

              44bsd  For filesystems created by a BSD-like system
(NetBSD,FreeBSD,OpenBSD).

              ufs2   Used in FreeBSD 5.x supported as read-write.

              5xbsd  Synonym for ufs2.

              sun    For filesystems created by SunOS or Solaris on Sparc.

              sunx86 For filesystems created by Solaris on x86.

              hp     For filesystems created by HP-UX, read-only.

              nextstep
                     For filesystems created by NeXTStep (on NeXT
station) (currently read only).

              nextstep-cd
                     For NextStep CDROMs (block_size == 2048), read-only.

              openstep
                     For filesystems created by OpenStep (currently
read only).  The same filesystem type is also used by Mac OS X.

Reply via email to