Linux Lite Forums
How do I permanently/auto mount my second hard drive? - Printable Version

+- Linux Lite Forums (https://www.linuxliteos.com/forums)
+-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6)
+--- Forum: Hard Drives and SSDs (https://www.linuxliteos.com/forums/forumdisplay.php?fid=26)
+--- Thread: How do I permanently/auto mount my second hard drive? (/showthread.php?tid=6977)



How do I permanently/auto mount my second hard drive? - 198471598347 - 05-10-2020

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.


Re: How do I permanently/auto mount my second hard drive? - 198471598347 - 05-10-2020

Solved my own problem by unmounting the drive from /media/myname/Storage and remounting it in the home/myname/Storage directory.  ;D