aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2024-02-13-ubuntu-emergency-mode.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-05-01 21:45:52 -0500
committerChristian Cleberg <hello@cleberg.net>2024-05-01 21:45:52 -0500
commitdc1261d703ae1e1a14841b030888e3f87ff7c38f (patch)
tree71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2024-02-13-ubuntu-emergency-mode.md
parentba6b552c8256cc2e071c910ef7821c82443f1f82 (diff)
downloadcleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.gz
cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.bz2
cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.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