Created
October 7, 2018 08:39
-
-
Save lattice0/91daaa8279e79dc80ab79b54fdb2b9cf to your computer and use it in GitHub Desktop.
fstab with external drive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| proc /proc proc defaults 0 0 | |
| PARTUUID=c14edef9-01 /boot vfat defaults 0 2 | |
| PARTUUID=c14edef9-02 / ext4 defaults,noatime 0 1 | |
| PARTUUID=df63cda7-01 /media/external ext4 defaults,auto,nofail,users,rw 0 0 | |
| # a swapfile is not a swap partition, no line here | |
| # use dphys-swapfile swap[on|off] for that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment