LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   single user mod question (https://www.linuxquestions.org/questions/linux-newbie-8/single-user-mod-question-681791/)

mokku 11-07-2008 10:44 AM

single user mod question
 
When we go as single user mode, all the file systems are in ready only mode? If so, how to verify?

jailbait 11-07-2008 01:26 PM

Use fsck. fsck works independently of the file system software and is thus not affected by the read only status. The read only status ensures that the file system software will not try to update the file system structure at the same time that fsck is modifying the file system structure.

------------------
Steve Stites

estabroo 11-07-2008 01:40 PM

You can verify by using mount with no options, it'll print out all the current mounts and how they are mounted.


All times are GMT -5. The time now is 03:54 PM.