From owner-pups@minnie.cs.adfa.edu.au Sun Feb 21 13:10:33 1999
Received: (from major@localhost)
	by minnie.cs.adfa.edu.au (8.9.1/8.9.1) id NAA02403
	for pups-liszt; Sun, 21 Feb 1999 13:08:41 +1100 (EST)
Received: from mail.konnections.com (mail.konnections.com [207.173.185.6])
	by minnie.cs.adfa.edu.au (8.9.1/8.9.1) with ESMTP id NAA02397
	for <pups@minnie.cs.adfa.edu.au>; Sun, 21 Feb 1999 13:08:29 +1100 (EST)
Received: from Default (ip185-90.konnections.com [207.173.185.90])
	by mail.konnections.com (8.9.1/8.8.7) with SMTP id TAA18682;
	Sat, 20 Feb 1999 19:03:40 -0700 (MST)
	(envelope-from mallison@konnections.com)
Message-Id: <199902210203.TAA18682@mail.konnections.com>
X-Sender: mallison@mail.konnections.com
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Sat, 20 Feb 1999 19:13:38 -0700
To: g4klx@g4klx.demon.co.uk, pups@minnie.cs.adfa.edu.au
From: mallison@konnections.com (Mike Allison)
Subject: Re: V7 filesystem work
X-Mailer: <Windows Eudora Version 2.0.2>
Sender: owner-pups@minnie.cs.adfa.edu.au
Precedence: bulk

Yeah, I'm interested.  Can you write up what changes the linux port entailed???

-Mike


At 07:10 PM 2/20/99 +0100, g4klx@g4klx.demon.co.uk wrote:
>Hello All
>
>A couple of weeks ago I hacked the program v7 from the bostic_tools to
>work under all sorts of different Unix versions. It worked great and
>allowed me to snoop around the V7 file system images from native Linux.
>Anyone who wants a copy can send me an e-mail.
>
>Anyway I had a few hours spare today, and decided to try adding the V7
>filesystem to the Linux kernel. Results so far are encouraging:
>
>
>g4klx:/usr/src/linux# ls -l /mnt
>total 333
>drwxrwxrwx   7 root     root          224 Sep 22  1988 .
>drwxr-xr-x  19 root     root         1024 Feb 14 11:55 ..
>drwxrwxr-x   2 3        3            2512 Sep 22  1988 bin
>-rwxr-xr-x   1 3        3            8986 Jun  8  1979 boot
>drwxrwxr-x   2 3        3             160 Sep 22  1988 dev
>drwxrwxr-x   2 3        3             336 Sep 22  1988 etc
>-rwxr-xr-x   1 daemon   daemon      53302 Jun  8  1979 hphtunix
>-rwxr-xr-x   1 daemon   daemon      52850 Jun  8  1979 hptmunix
>drwxrwxr-x   2 3        3             192 Sep 22  1988 lib
>drwxrwxr-x   2 root     lp             96 Sep 22  1988 mdec
>-rwxr-xr-x   1 root     daemon      50990 Jun  8  1979 rkunix
>-rwxr-xr-x   1 root     daemon      51982 Jun  8  1979 rl2unix
>-rwxr-xr-x   1 daemon   daemon      51790 Jun  8  1979 rphtunix
>-rwxr-xr-x   1 daemon   daemon      51274 Jun  8  1979 rptmunix
>g4klx:/usr/src/linux# df
>Filesystem         1024-blocks  Used Available Capacity Mounted on
>/dev/hda1            3031184 1920771   953665     67%   /
>/dev/loop0              1919    1877       42     98%   /mnt
>g4klx:/usr/src/linux#
>
>
>I am using the loop block device to allow me to mount a file as a block
>device, this saves me having to add a new partition to my disc. There
>should be no reason why it won't work with a true disc partition. The V7
>filesystem under Linux is read/write.
>
>Anyone interested ?
>
>Jonathan
>
>
>
>


