Skip to content

Instantly share code, notes, and snippets.

@polyakoff
Created August 20, 2021 20:25
Show Gist options
  • Save polyakoff/3cdafd75bd60bd5ec671ed5e8b318ab2 to your computer and use it in GitHub Desktop.
Save polyakoff/3cdafd75bd60bd5ec671ed5e8b318ab2 to your computer and use it in GitHub Desktop.
sudo mkdir /media/hdd
sudo blkid # note the drive UUID from here
sudo vi /etc/fstab
# Insert the following (not the tab delimiters between entries):
# Samsung HDD
UUID=3d352762-c75b-4ffb-be0e-32db04a746ee /media/hdd ext4 defaults 0 2
sudo mount -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment