NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Check if file system is clean



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 <bsiegert%gmail.com@localhost> 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


Home | Main Index | Thread Index | Old Index