User Tools

Site Tools


software:linux:ubuntu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
software:linux:ubuntu [2023/12/11 01:25] – [Ubuntu] superwizardsoftware:linux:ubuntu [2023/12/11 01:33] – [fsck the file system] superwizard
Line 8: Line 8:
 2023-12-10 2023-12-10
  
 +
 +    hold space bar to get to Grub menu
 +    select recovery
 +     
     fsck /dev/mount/ubuntu--vs-root     fsck /dev/mount/ubuntu--vs-root
          
Line 14: Line 18:
  
 </WRAP> </WRAP>
 +
 +
 +====== fsck the file system ======
 +
 +<WRAP center round box >
 +2023-12-10
 +
 +   In older versions of Ubuntu, fsck used to work from the Recovery Mode. 
 +   However, later versions of Ubuntu leave the primary HDD/SSD mounted, 
 +   so fsck no longer works.
 +
 +   Let's check/repair your filesystem...
 +
 +    boot to a Ubuntu Live DVD/USB in “Try Ubuntu” mode
 +    open a terminal window by pressing Ctrl+Alt+T
 +    type sudo fdisk -l
 +    identify the /dev/sdXX device name for your "Linux Filesystem"
 +    type sudo fsck -f /dev/sdXX, replacing sdXX with the number you found earlier
 +    repeat the fsck command if there were errors
 +    type reboot
 +    
 + https://askubuntu.com/questions/1359037/how-to-run-fsck-on-the-root-partion-from-the-grub-menu
 +
 +</WRAP>
 +
  
 ====== xRDP for remote access to Ubuntu ====== ====== xRDP for remote access to Ubuntu ======
software/linux/ubuntu.txt · Last modified: 2023/12/11 01:33 by superwizard