Created
April 23, 2017 10:22
-
-
Save ikoner/c1a781d899db022ba3e8e4ff0416b9e6 to your computer and use it in GitHub Desktop.
automatic HDD mount
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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