The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: wkt@tuhs.org (Warren Toomey)
Subject: [Unix-jun72] Help needed with my mkfs.c
Date: Sun, 4 May 2008 19:02:03 +1000	[thread overview]
Message-ID: <20080504090203.GA32355@minnie.tuhs.org> (raw)

I've just checked in my latest tools/mkfs.c into the svn repository. Could
a few people eyeball it and look for errors. Even better, if you can eyeball
the working rf0.dsk image and compare it to an image made by my mkfs.c.

At present, I can make an rk0.dsk image with mkfs. I can run up a warm kernel
and try to mount the rk0 image as /usr, with my /tmp/a.out. But when I try
to chdir /usr, I get a Bad directory message.

So something is screwy with the rk0.dsk that my mkfs.c is making.

Thanks,
	Warren

P.S typescript of warm boot:

:login: root
root
# check					# check indicates rk0.dsk is OK
RF:
 119 files
   6 large
   6 indirect
 255 used
 399 free
 336 missing

RK:
  43 files
   0 large
   0 indirect
   2 used
4784 free
   0 missing
# /tmp/a.out				# I try to mount it
/dev/rk0# chdir /usr			# but the chdir fails
Bad directory
# du /usr				# du /usr shows no results
# df /usr				# and df shows it is empty
0
# df					# but df shows the free space on RF/RK
399+4784



             reply	other threads:[~2008-05-04  9:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-04  9:02 Warren Toomey [this message]
2008-05-04 13:06 ` Brad Parker

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=20080504090203.GA32355@minnie.tuhs.org \
    --to=wkt@tuhs.org \
    /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).