Skip to content

Commit

Permalink
Fixed typo in /etc/fstab (raspibolt#831)
Browse files Browse the repository at this point in the history
replaced /mnt/extnew with /data
  • Loading branch information
bavarianledger authored Dec 9, 2021
1 parent aa68f79 commit 2fda91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bonus/raspberry-pi/boot-from-microsd-card.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}*
Expand Down

0 comments on commit 2fda91e

Please sign in to comment.