The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: g4klx@pop.agri.ch (Jonathan Naylor)
Subject: V7 filesystem work
Date: Sat, 20 Feb 1999 19:10:45 +0100 (CET)	[thread overview]
Message-ID: <Pine.LNX.4.05.9902201906360.1385-100000@g4klx.agri.ch> (raw)

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





             reply	other threads:[~1999-02-20 18:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-02-20 18:10 Jonathan Naylor [this message]
1999-02-21  2:13 Mike Allison

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.05.9902201906360.1385-100000@g4klx.agri.ch \
    --to=g4klx@pop.agri.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).