From 2fda91e228ca30f0abad7ae4149c4a73d120ef87 Mon Sep 17 00:00:00 2001 From: bavarianledger <48831982+bavarianledger@users.noreply.github.com> Date: Thu, 9 Dec 2021 22:56:59 +0100 Subject: [PATCH] Fixed typo in /etc/fstab (#831) replaced /mnt/extnew with /data --- bonus/raspberry-pi/boot-from-microsd-card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus/raspberry-pi/boot-from-microsd-card.md b/bonus/raspberry-pi/boot-from-microsd-card.md index da5594208..c037d34e5 100644 --- a/bonus/raspberry-pi/boot-from-microsd-card.md +++ b/bonus/raspberry-pi/boot-from-microsd-card.md @@ -113,7 +113,7 @@ The external drive is then attached to the file system and becomes available as ``` ``` - UUID=123456 /mnt/extnew ext4 rw,nosuid,dev,noexec,noatime,nodiratime,auto,nouser,async,nofail 0 2 + UUID=123456 /data ext4 rw,nosuid,dev,noexec,noatime,nodiratime,auto,nouser,async,nofail 0 2 ``` 🔍 *more: [complete fstab guide](https://linuxconfig.org/how-fstab-works-introduction-to-the-etc-fstab-file-on-linux){:target="_blank"}*