[11400] in Hotline Meeting
(A248) [V] m33-222-10 floppy drive
daemon@ATHENA.MIT.EDU (jjmorey@Athena.MIT.EDU)
Fri Oct 23 08:54:26 1992
From: jjmorey@Athena.MIT.EDU
To: hotline@Athena.MIT.EDU
Date: Fri, 23 Oct 92 08:54:13 EDT
------- Forwarded Message
Received: from ATHENA-AS-WELL.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA27387; Thu, 22 Oct 92 17:06:48 EDT
Received: from GODZILLA.MIT.EDU by Athena.MIT.EDU with SMTP
id AA04763; Thu, 22 Oct 92 17:06:43 EDT
From: ylsul@Athena.MIT.EDU
Received: by godzilla (5.57/4.7) id AA05186; Thu, 22 Oct 92 17:06:40 -0400
Message-Id: <9210222106.AA05186@godzilla>
To: dcns-cluster@Athena.MIT.EDU
Subject: [ylsul@Athena.MIT.EDU: Using floppies on a Maxine]
Date: Thu, 22 Oct 92 17:06:39 EDT
Sorry, I should have cc'd this earlier!
-y
- ------- Forwarded Message
Received: from ATHENA-AS-WELL.MIT.EDU by po5.MIT.EDU (5.61/4.7) id AA05185; Thu, 22 Oct 92 13:38:26 EDT
Received: from CENTRAL.MIT.EDU by Athena.MIT.EDU with SMTP
id AA15595; Thu, 22 Oct 92 13:38:18 EDT
From: ylsul@Athena.MIT.EDU
Received: by central (5.57/4.7) id AA26682; Thu, 22 Oct 92 13:38:17 -0400
Message-Id: <9210221738.AA26682@central>
To: jchase@Athena.MIT.EDU
Cc: op@Athena.MIT.EDU
Subject: Using floppies on a Maxine
Date: Thu, 22 Oct 92 13:38:12 EDT
Hi John!
Ok, here's the scoop:
When using a DEC RX26K floppy (4.0M) -- you can tell because there
will be 'ED' printed in white on the disk,
to format:
fddisk -fmt /dev/rfd0a
OR (if you're reformatting a diskette)
fddisk -fmt -f /dev/rfd0a (I suppose the -f means 'force')
To write, you can either:
dd if=/etc/athena/rc.conf of=/dev/rfd0a
tar cvf /dev/rfd0a /etc/athena/rc.conf
To read:
dd if=/dev/rfd0a | more (assuming you used dd to write)
tar tvf /dev/rfd0a (assuming you used tar -- note this will only do a
kind of 'ls' on that tar file)
I initially used vmunix to copy to the disk, but since it isn't text,
you can't tell if its a good copy.
You can do other stuff to /dev/rfd0a, like fsck'ing and other stuff you
would normally do to a hard drive.....
Hope this helps...
-y
- ------- End of Forwarded Message
------- End of Forwarded Message