Difference between revisions of "Read-only file system"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == See also ==")
Tags: Mobile web edit, Mobile edit
 
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Draft}}
+
{{lc}}      
 +
[[touch]] file.txt
 +
touch: cannot touch 'file.txt': Read-only file system
  
 +
[[mkdir -p]] /path/to/your/new/dir
 +
mkdir: cannot create directory ‘/path’: Read-only file system
 +
 +
 +
 +
 +
  Oct 12 12:55:03 SERVER swapon[449]: [[swapon]]: [[/swap.img]]: swapon failed: [[Read-only file system]]
 +
 +
 +
== Related commands ==
 +
* [[Review ext4 journalctl logs]]
 +
* <code>[[mount]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{fs}}
 +
 +
[[Category:Linux]]

Latest revision as of 05:52, 9 August 2022

touch file.txt
touch: cannot touch 'file.txt': Read-only file system
mkdir -p /path/to/your/new/dir
mkdir: cannot create directory ‘/path’: Read-only file system



 Oct 12 12:55:03 SERVER swapon[449]: swapon: /swap.img: swapon failed: Read-only file system


Related commands[edit]

See also[edit]

Advertising: