Hi all. My first time post and very new to linux.
I am using linux Mint Debian version.
My goal is to auto mount 2 external harddrives (Each hard drive is 2TB) attached to the 2 usb ports on my asus wireless router model rt-n56r.
I have succeeded in auto mounting my first drive HDD1 by configuring fstab file:
//192.168.1.1/HDD1 /media/public cifs username=**,password=**,rw,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
At boot this partition is mounted without issue.
In attempting to mount the second hard drive HDD2 I added another entry in fstab as follows:
//192.168.1.1/HDD2 /media/public cifs username=**,password=**,rw,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
It appears that both HDD1 and HDD2 mount however, when entering the partition only files and directories of the second hard drive appear.
So I changed the mount point in the second hard drive to reflect /media1/public1 and after the configuration neither hard drive appears to have mounted.
I tried using UUID instead of path to partition but cannot get even 1 attached hard drive to mount.
I appreciate in advance the help and assistance to my query.