FSCK on a running server

if you’re using FSCK for check integrity, it can just fail cause user’s input, but it shouldn’t damage files. If you run --repair then there cannot be user’s input cause it can crash whole library.

Do not run FSCK repair while server running or is accesable to other users/clients.

So:
check -> RO
repair -> RW
export -> RO

1 Like