From 5ad8d9d8a6a95c54976db97c4c275c623b345336 Mon Sep 17 00:00:00 2001 From: threeoh6000 <98581137+threeoh6000@users.noreply.github.com> Date: Thu, 17 Feb 2022 10:56:00 +0000 Subject: [PATCH] Fix typo of lsblk Not really that important to a seasoned Linux user however still useful to fix. --- pages/_en-US/ds-index/hardmod.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/_en-US/ds-index/hardmod.md b/pages/_en-US/ds-index/hardmod.md index 1f63e642..15dd6e1e 100644 --- a/pages/_en-US/ds-index/hardmod.md +++ b/pages/_en-US/ds-index/hardmod.md @@ -76,9 +76,9 @@ You will first need to remove the NOCASH footer from the backup you are flashing 1. Work out where the SD card is mounted - Linux: 1. Unplug the SD card adapter - 1. Run `lbslk` in a terminal + 1. Run `lsblk` in a terminal 1. Plug in the SD card adapter - 1. Run `lbslk` again + 1. Run `lsblk` again 1. This time a new device should appear - It may be called `/dev/sdb`, make sure you note down what it is called on *your* computer