a technical notebook
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
672 B

9 years ago
  1. <h1>Sunday, February 8</h1>
  2. systemd & fsck
  3. --------------
  4. I just hit my first real frustration with systemd, which is running on the
  5. Novena. The default storage here is a microSD card, and I've had to
  6. force-reboot this thing enough times that I'd like to run `fsck` on the
  7. root filesystem.
  8. It used to be that you could call `shutdown -F` to force an fsck on boot.
  9. The old aliases still exist, but I think the thing I'm supposed to do here
  10. is `systemctl reboot`, and there doesn't seem to be an analogous pattern any
  11. more.
  12. On the other hand, some of the choices immediatly evident in the design of
  13. `systemctl` and `journalctl` seem interesting and not without merit.