From owner-freebsd-hackers Tue Sep 3 13:24:44 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA23306 for hackers-outgoing; Tue, 3 Sep 1996 13:24:44 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA23301 for ; Tue, 3 Sep 1996 13:24:35 -0700 (PDT) Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.7.5/8.6.6) with ESMTP id OAA27886; Tue, 3 Sep 1996 14:23:18 -0600 (MDT) Message-Id: <199609032023.OAA27886@rover.village.org> To: Jake Hamby Subject: Re: FreeBSD vs. Linux 96 (my impressions) Cc: "Hr.Ladavac" , Dennis , hackers@freebsd.org In-reply-to: Your message of Tue, 03 Sep 1996 11:15:22 PDT Date: Tue, 03 Sep 1996 14:23:18 -0600 From: Warner Losh Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk : Disadvantage: I couldn't mount either FreeBSD or Solaris-formatted UFS : filesystems, even though there is a (read-only) UFS filesystem support. I : just got a bunch of messages (including "f**king Sun blows me" whatever : that's supposed to mean!!) and an empty mount point. The Solaris port of Linux does a much better job. The patches to grok UFS file systems were considered too big to be included in 2.0. This is second hand information, but I believe it to be reliable. : Advantage: Linux supports the Amiga filesystem. Pretty cool since I : happened to have an Amiga-formatted Zip disk lying around! The NetBSD and OpenBSD have something called adosfs. I don't know if it is endian clean or not. I don't know the effort of porting to FreeBSD, but that might not be a bad place to start if someone was wanting this bad enough... : read it (or maybe not, I forget whether ext2fs is byte-swapped on 680x0 or : not!). It is supposed to understand FreeBSD and Solaris slice info as The 68k port of Linux uses the file system in native byte order, rather than intel byte order. There has been some talk of making ext2fs endian clean, but I've not seen the results of this effort yet. Warner