Skip to content

Instantly share code, notes, and snippets.

@lattice0
Created October 7, 2018 08:39
Show Gist options
  • Save lattice0/91daaa8279e79dc80ab79b54fdb2b9cf to your computer and use it in GitHub Desktop.
Save lattice0/91daaa8279e79dc80ab79b54fdb2b9cf to your computer and use it in GitHub Desktop.
fstab with external drive
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