Skip to content

Instantly share code, notes, and snippets.

@ikoner
Created April 23, 2017 10:22
Show Gist options
  • Save ikoner/c1a781d899db022ba3e8e4ff0416b9e6 to your computer and use it in GitHub Desktop.
Save ikoner/c1a781d899db022ba3e8e4ff0416b9e6 to your computer and use it in GitHub Desktop.
automatic HDD mount
Create the mount point. You’ll probably need to use sudo
sudo mkdir /mnt/disk2
sudo chown <user name> /mnt/disk2
Menu -> Accessories -> Disk
Click on the HDD, click on the partition, click on the two cogs, select “Mount Options”
Change the Mount Point to /mnt/disk2
Reboot to check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment