Difference between revisions of "Read-only file system"

From wikieduonline
Jump to navigation Jump to search
 
Line 2: Line 2:
 
  [[touch]] file.txt
 
  [[touch]] file.txt
 
  touch: cannot touch 'file.txt': Read-only file system
 
  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
 +
  
  

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: