I install Openstep 4.2.And the system is accidentally shut down,now when I boot, it come s out a Alert box and freeze?Can I repair this or reinstall? Thanks very much.
try typing in
-s
at the boot prompt and a
fsck -y /
good luck!
Thanks.I tired: I type -s and -fsck -y/;the computer comes out "Can't open /dev/rhd1a".Why this?
before I try fsck,I tried
ed /etc/fstab
s/0/1/p
w
q
is this a problem?
Quote from: "qianwan1999"before I try fsck,I tried
ed /etc/fstab
s/0/1/p
w
q
is this a problem?
Why on earth would you do that?!
VI works just fine in single user mode... you've trashed the table, I don't supose you've backed it up prior?
Anyways here is my fstab. I have two hard disks, each with two partitions.
/dev/sd0a / 4.3 rw,noquota,noauto 0 1
/dev/sd0b /usr/src 4.3 rw,noquota 0 2
/dev/sd1a /usr/local/apache/htdocs 4.3 rw,noquota 0 3
/dev/sd1b /usr/local/apache/htdocs/files/books 4.3 rw,noquota 0 3Keep in mind this is from a cube on scsi disks.
On a machine with IDE it'll look like this:
/dev/hd0a / 4.3 rw,noquota,noauto 0 1
I reinstalled OS42.Luckily it is blank with no data.I will be careful next time.