THANKS!! i did the following:

mount -o remount,rw /
cd /dev
rm -rf null
mknod -m 0666 null c 1 3

and its all better now, thanks!!
Michael
-----Original Message-----
From: Walker Aumann
To: [EMAIL PROTECTED]
Cc: MW Mike Weiner (5028)
Sent: 1/4/03 6:40 PM
Subject: Re: System Repair 

"MW Mike Weiner (5028)" wrote:
> First, how can i change null to be a, i believe, character device with
> correct perms (i.e. crw-rw-rw),

mknod -m 0666 null2 c 1 3

> And secondly, how can i do this on a
> read-only file system. The box boots with
> grub so i am not sure how to bring it up in single user mode, even tho
i
> believe that 
> would fail anyway, same reasons as above

mount -o remount,rw /

Hope this helps!
Walker



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to