Versions Compared

Key

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

...

Code Block
sudo systemctl unmask var-lib-docker.mount ndslabs.mount
sudo systemctl enable var-lib-docker.mount ndslabs.mount
sudo systemctl start var-lib-docker.mount ndslabs.mount

Fixing Filesystem Errors

Code Block
languagebash
>> Use fdisk to list partition table to identify partition to run fsck on
>> See https://wiki.archlinux.org/index.php/Fdisk

fdisk -l /dev/xxx
fsck /dev/xxx9

lsblk lists block devices

fdisk sgdisk gdisk list partitions

fsck to list problems


if problems found, Ctrl+C and rerun with -y flag to fix problems