Mailinglist Archive: opensuse (3627 mails)
| < Previous | Next > |
Re: [SLE] Hosed file system read only!! NEED ADVISE!!
- From: dizzy <dizzy73@xxxxxxxxxx>
- Date: Mon, 25 Jun 2001 06:15:08 -0500
- Message-id: <3B371D3C.C12E9995@xxxxxxxxxx>
> >
> > Is this correct?
>
> No it is not correct. /dev/null should be a character special device with
> major number 1 and minor number 3
>
> rm /dev/null
> mknod /dev/null c 1 3
>
BINGO!!!!
that was the problem. Thank you very much. How my /dev/null got out of
line I dont know, but that fixed it. System booted, performed fscks
along the way. No errors!
thank you kind sir!
rob
> > Is this correct?
>
> No it is not correct. /dev/null should be a character special device with
> major number 1 and minor number 3
>
> rm /dev/null
> mknod /dev/null c 1 3
>
BINGO!!!!
that was the problem. Thank you very much. How my /dev/null got out of
line I dont know, but that fixed it. System booted, performed fscks
along the way. No errors!
thank you kind sir!
rob
| < Previous | Next > |