You can check if it was unmounted cleanly the filesystem: with dumpfs and looking for the flag clean.
But if you want to check if it is clean or consistent you must do a fsck. On Mon, Sep 15, 2025 at 1:36 PM Benny Siegert <[email protected]> wrote: > > Hi! > > I would like to run a command to check if a file system is clean, > WITHOUT also running fsck on it. Is there a way to do this? > > -- > Benny
