Difference between revisions of "Read-only file system"

From wikieduonline
Jump to navigation Jump to search
 
(5 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
  
  
kernel: [[EXT4-fs]] (sda2): Remounting filesystem read-only
 
  
Aug 10 03:23:58 SERVER kernel: EXT4-fs (sda2): INFO: recovery required on readonly filesystem
 
  
 +
  Oct 12 12:55:03 SERVER swapon[449]: [[swapon]]: [[/swap.img]]: swapon failed: [[Read-only file system]]
  
== Related terms ==
+
 
 +
== Related commands ==
 
* [[Review ext4 journalctl logs]]
 
* [[Review ext4 journalctl logs]]
 +
* <code>[[mount]]</code>
  
 +
== See also ==
 +
* {{fs}}
  
== See also ==
+
[[Category:Linux]]
* {{ext4}}
 
* {{rm}}
 

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: