repair-filesystems.sh 88 B

12345
  1. #!/usr/bin/env bash
  2. set -euo pipefail # bash strict mode
  3. sudo umount -a
  4. sudo fsck -ARyf