You are not logged in.

#1 2012-11-15 17:13:56

memax
Member
Registered: 2012-04-27
Posts: 19

[SOLVED] read only filesystem prevents login

Hi everyone.
I have this problem after changing from initscript to systemd and adding an external ntfs-3g drive to /etc/fstab. when i log in i get this message and xfce4 doesnt start :

-bash: /home/bb/.xlog : read-only file system
ls -la /

     gives output  rwxr-xr-x   for /home
i also tried

 #mount -o remount,rw /dev/sda4  / 

    with no results.
when i try to change /etc/fstab entries i get an error message saying that system is read-only...
chmod and chown dont work either with the same error message
how am i supposed to change something in a read-only system?

Last edited by memax (2012-11-15 17:39:45)

Offline

#2 2012-11-15 17:22:45

memax
Member
Registered: 2012-04-27
Posts: 19

Re: [SOLVED] read only filesystem prevents login

i ve not removed 'ro' from booting cmd and / is mounted with rw,relatime,data=ordered 0 1   in /etc/fstab  as options

Offline

#3 2012-11-15 17:39:22

memax
Member
Registered: 2012-04-27
Posts: 19

Re: [SOLVED] read only filesystem prevents login

solved : #mount -o remount,rw /

Offline

Board footer

Powered by FluxBB