aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-02-13-ubuntu-emergency-mode.md
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-05-01 21:45:52 -0500
committerChristian Cleberg <[email protected]>2024-05-01 21:45:52 -0500
commit7d3b5175f2d9d016b06190273fcfeb380a460b3f (patch)
tree71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2024-02-13-ubuntu-emergency-mode.md
parent7c70a351e25106ceff49ff8ee0a38e2a545f62f0 (diff)
downloadcleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.gz
cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.bz2
cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.zip
prettier formatting and rewrap lines
Diffstat (limited to 'content/blog/2024-02-13-ubuntu-emergency-mode.md')
-rw-r--r--content/blog/2024-02-13-ubuntu-emergency-mode.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/2024-02-13-ubuntu-emergency-mode.md b/content/blog/2024-02-13-ubuntu-emergency-mode.md
index 4b41406..073b665 100644
--- a/content/blog/2024-02-13-ubuntu-emergency-mode.md
+++ b/content/blog/2024-02-13-ubuntu-emergency-mode.md
@@ -14,7 +14,7 @@ creating the ZFS pool.
My server was stuck in the boot process and showed the following error on the
screen:
-``` txt
+```txt
You are in emergency mode.
After logging in, type "journalctl -xb" to view system logs,
"systemctl reboot" to reboot, "systemctl default"
@@ -25,7 +25,7 @@ After rebooting the server and watching the logs scroll on a monitor, I noticed
the root cause was related to a very long search for certain drives. I kept
seeing errors like this:
-``` txt
+```txt
[ TIME ] Timed out waiting of device dev-disk-by/[disk-uuid]
```
@@ -49,7 +49,7 @@ Within the `fstab` file, I needed to comment/remove the following lines at the
bottom of the file. You can comment-out a line by prepending a `#` symbol at the
beginning of the line. You can also delete the line entirely.
-``` conf
+```conf
# What it looked like when running into the issue:
UUID=B64E53824E5339F7 /mnt/white-01 ntfs-3g uid=1000,gid=1000 0 0
UUID=E69867E59867B32B /mnt/white-02 ntfs-3g uid=1000,gid=1000 0 0