Skip to content

Instantly share code, notes, and snippets.

@germanow
Created April 16, 2021 07:54
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 germanow/f201f5338709fcfd68798b2b80e6a708 to your computer and use it in GitHub Desktop.
Save germanow/f201f5338709fcfd68798b2b80e6a708 to your computer and use it in GitHub Desktop.
Mount second hdd linux mint
# get uuid
sudo blkid
sudo mkdir /disk2
sudo chmod 1777 /disk2
# At the end of this file add an entry like (where you replace 00000000-0000-0000-0000-000000000000 with the UUID the blkid command gave you):
# UUID=00000000-0000-0000-0000-000000000000 /disk2 ext4 defaults 0 2
sudo edit /etc/fstab
sudo mount -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment