Hi,
I am logged in as super use and want to set owner of a root folder to a specific user.
#chown -R user1:group1 /u01
This gives the message:
chown: /u01: Read-only file system
chown: lost+found: Read-only file system
#ls -l
drwxr-xr-x 3 root system 256 Mar 21 16:42 u01
chmod 777 does not work either:
# chmod 777 /u01
chmod: /u01: Read-only file system
How can I rectify th
i tried root my wt19i mobile.
recently i upgraded it to ICS by using flashtool
bt i coudn't root it bcos it says
busybox: /system/xbin/showkey: Read-only file system
busybox: /system/xbin/slattach: Read-only file system
busybox: /system/xbin/sleep: Read-only file system
busybox: /system/xbin/smemcap: Read-only file system
busybox: /system/xbin/softlimit: Read-only file system
busybox: /s
I'm running Ubuntu 12.10, Upon opening any shell I get the following error:
/home/jack/.rbenv/libexec/rbenv-init: line 87: cannot create temp file for here-document: Read-only file system
I realised this wasn't simply a rbenv issue, as any file I try to write to returns an error saying the system is Read-only.
I don't know how else to describe my problem, each time I boot up the system goes th
I have a VPS and today I noticed apache was not running, I got in SSH, the httpd status says:
[root@adrimail ~]# service httpd status
httpd dead but pid file exists
Tried to restart it and I get this:
[root@adrimail ~]# service httpd restart
rm: cannot remove `/var/run/httpd.pid': Read-only file system [FAILED]
rm: cannot remove `/var/lock/subsys/httpd': Read-only file system
rm: cannot remov
gtkipod manager will not write to my ipod
Failed to create file '/media/JBBIPOD/iPod_Control/iTunes/iTunesDB.JE3KAW': Read-only file system
Hello #!
Hello #!
I'm doing two system calls (linux 3.2). I've created these two system calls, and I have compiled the kernel. These two system calls need to write and read on a file. I'll modify two system calls, read and write to read this file. So this file need to be accessible for these four system calls (read, write and my two system calls).
I've resized a partition (ext4) from a Live CD with GParted, and after reboot it says that the file system is read-only.
I've rebooted again from the CD and checked it with GParted with no errors.
How could I find out why does it re-mount the file system in read-only mode?