Advertisement
Guest User

Untitled

a guest
Feb 7th, 2025
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1.  
  2.  
  3. A disk check of one filesystem failed on boot Ubuntu Server 22.04.5 LTS
  4.  
  5. After removing (commenting) that item from the fstab file and booting normally I ran fsck against that i.e. /dev/sdg1 in this case with the following messages:
  6.  
  7. /dev/sdg1 has unsupported feature(s): FEATURE_C12
  8.  
  9. DATABACKUP.BACKU ***** WARNING: FILESYSTEM STILL HAS ERRORS
  10.  
  11.  
  12. I booted the same computer from a thumb drive with Ubuntu Desktop 24 and ran fsck -vf against the same file system i.e. /dev/sdg1 without errors.
  13.  
  14. I removed the disk from the external drive bay, connected it to my Fedora 39 desktop, ran the same thing fsck -vf without errors
  15.  
  16. I.E. two newer versions of fsck in util-linux did not throw errors
  17.  
  18. Also ran smartmontools long test without errors
  19.  
  20. At this point i figured there is nothing wrong with the drive or the filesystem
  21.  
  22. I edited the grub configuration file to allow the system to skip the file system boot check but I wasn't happy with that.
  23.  
  24. I looked online and found the following fix:
  25.  
  26. Booting from Ubuntu Desktop 24 live usb again I ran
  27.  
  28. tune2fs -O ^orphan_file /dev/sdg1
  29.  
  30. then update-grub
  31.  
  32. I uncommented the fs in question from the fstab file, rebooted, and the boot finished without errors.
  33.  
  34. Q.E.D.
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement