#debugfs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #debugfs, aggregated by home.social.
-
Uh oh, I should have used
findmnt --verify --verboseto validate fstab, notmount -a. Well, I did learn something in the process.Using
debugfsto modify files directly on the filesystem, without mounting it at all. Withdebugfs, the read-only (ro) flag doesn’t apply. -
If you have a S.M.A.R.T. monitored disk and get "unreadable (pending) sectors" or "failed command: READ FPDMA QUEUED" or "Offline uncorrectable sectors" errors or such, here's how to find out which file system blocks and files are affected, and how to force the about to be failing disk to reallocate (map out) those sectors:
https://www.smartmontools.org/wiki/BadBlockHowto#SMART #smartmontools #smartd #smartctl #tune2fs #badblocks #debugfs #dd