Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@AaronNGray
Created June 7, 2018 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AaronNGray/b9244a0b52b8f2b876be38c18e04dd94 to your computer and use it in GitHub Desktop.
Save AaronNGray/b9244a0b52b8f2b876be38c18e04dd94 to your computer and use it in GitHub Desktop.
/etc/fstab for BananaPi Raspbian Stretch with SATA SSD
proc /proc proc defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 2
/dev/sda2 / ext4 errors=remount-ro 0 1
/dev/sda3 none swap sw 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