LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   root mounted as read only (https://www.linuxquestions.org/questions/linux-newbie-8/root-mounted-as-read-only-126502/)

behmjose 12-16-2003 10:34 PM

root mounted as read only
 
I just installed linux from scratch 5.0, and I booted and I have a problem I can't write to my system I recived this message when i logged in.

unable to change tty /dev/tty1: Read-only filesystem

The same is true for all my consoles, what did i do wrong?

thanks, behmjose

jailbait 12-16-2003 11:05 PM

"what did i do wrong?"

It is hard to say. /dev/tty* devices have a variety of configurations and there are a lot of them.
/dev/tty1 should be root root 600 Major=4 Minor=1
/dev/tty2 should be root root 600 Major=4 Minor=2
.
.
.
/dev/tty9 should be root root 600 Major=4 Minor=9

Then the rest of the /dev/tty* fall into three types although each has a unique Major and Minor number.

root tty 660
root tty 640
root uucp 660

So use another Linux OS to check the /dev files in the LFS partition to see if the ownership and permissions are reasonable.

"unable to change tty /dev/tty1: Read-only filesystem"

It is also possible that you booted into a read only / filesystem. Check /etc/fstab and your bootloader parameters.

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites


All times are GMT -5. The time now is 12:33 AM.