[11634] in Hotline Meeting
bettylou
daemon@ATHENA.MIT.EDU (jchase@Athena.MIT.EDU)
Fri Nov 6 14:37:40 1992
From: jchase@Athena.MIT.EDU
To: hotline@Athena.MIT.EDU
Date: Fri, 06 Nov 92 14:37:22 EST
------- Forwarded Message
Received: from ATHENA-AS-WELL.MIT.EDU by po6.MIT.EDU (5.61/4.7) id AA01652; Fri, 6 Nov 92 14:19:27 EST
Received: from KIDCRASH.MIT.EDU by Athena.MIT.EDU with SMTP
id AA24535; Fri, 6 Nov 92 14:19:23 EST
From: bwmelans@Athena.MIT.EDU
Received: by kidcrash (5.57/4.7) id AA00806; Fri, 6 Nov 92 14:19:21 -0500
Message-Id: <9211061919.AA00806@kidcrash>
To: jchase@Athena.MIT.EDU
Cc: jjmorey@Athena.MIT.EDU
Subject: newfs'ing a scsi disk drive
Date: Fri, 06 Nov 92 14:19:20 EST
John(s), here is the scoop.
Bettylou has two internal disk drives. The root disk is on scsi port 3.
You said the other disk is on scsi port 1. I know this is true because
I checked dslogger.
rz1 at sii0 slave 1 (RZ23)
rz3 at sii0 slave 3 (RZ23)
Anyway to be able to use the disk on port 1 do the following.
1) login as root.
2) scan the disk for bad blocks
/bin/rzdisk -s 0 -1 /dev/rrz1c : this scans the entire disk
disk for bad blocks. IF
there are no disk errors procede
with the next steps.
3) type: /etc/newfs -v /dev/rrz1c rz23
NOTE: this will take a few minutes to make a filesystem
on the disk drive.
4) fsck /dev/rrz1c
make sure that the filesystem is ok.
5) edit /etc/fstab using your favorite editor.
emacs /etc/fstab
at the bottom of the file add this entry.
/dev/rz1c:/u1:rw:1:3:ufs::
Save /etc/fstab
5) Mount the disk drive.
a) mount /u1 or
b) reboot the workstation to make sure that the filesytem entry
you added to /etc/fstab is correct and mounts automatically.
6) Thats all. If she wants it partitioned a differently then let me know.
This should suffice for now. Any questions just ask.
Brian Melanson
Distributed Systems
Systems Support Group
------- End of Forwarded Message