Skip to content

Instantly share code, notes, and snippets.

@nyx-rattapoom
Last active January 7, 2023 16:25
Show Gist options
  • Save nyx-rattapoom/0e55b3a06213e2829d182df69d1ea9ee to your computer and use it in GitHub Desktop.
Save nyx-rattapoom/0e55b3a06213e2829d182df69d1ea9ee to your computer and use it in GitHub Desktop.
fstab for mount external storage for rpi
UUID from `blkid` command
```
UUID=501d62de-a465-48e1-bdda-60c2ef81aeeb /mnt/external ext4 defaults,nofail,noatime 0 1
```
# Resource
https://windowsbulletin.com/fstab/
https://manpages.debian.org/bullseye/mount/fstab.5.en.html
https://wiki.debian.org/fstab
https://manpages.debian.org/bullseye/mount/mount.8.en.html # mount option is here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment