Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We always want to test the fstab before rebooting (an incorrect fstab can render a disk unbootable).  To test do:

Code Block
languagebash
sudofindmnt mount --averify

check the last line for errors.  Warnings can help in improving your fstabIf nothing is returned (e.g. no errors) then you should be good to go.

Unmounting drive with umount

...