Linux Lite Forums

Full Version: How do I permanently/auto mount my second hard drive?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have two drives:
1. File System
2. Storage (NTFS)

Storage (/dev/sdb) is mounted at /media/myname/Storage


When I reboot my PC, Storage does not auto-mount, even though I have checked the setting to mount at startup. I still have to click it and type in my password for it to mount. I've tried sudo chmod -R 777 /dev/sdb and sudo chmod -R 777 /media/myname/Storage, but nothing has changed.

Perferably, I want it to just stay mounted at all times.
Solved my own problem by unmounting the drive from /media/myname/Storage and remounting it in the home/myname/Storage directory.  ;D