What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Mount remote SMB share on RT-AC56U

note4shawn

New Around Here
Hi,
I am trying to mount SMB shares (usb) on the RT-AC56U from my Linux Mint computer. I was able to do this in my previous router/setup but using the same logic I am unable to get it to connect.

Can someone please help me with the correct path. My router IP is 192.168.100.1. I have two drives currently attached via usb. The drives have labels (TV_Shows & Movies). I have made a directory at media/share.

Here is what I have tried just to temporarily connect. This worked fine on my previous setup to test.
Code:
sudo mount -t cifs //192.168.100.1/mnt/Movies2/  /media/share  -o username=me,password=,iocharset=utf8,file_mode=0777,dir_mode=0777

Here is what is in my fstab
Code:
//192.168.100.1/mnt/Movies2/  /media/share cifs username=me,password=,nounix,uid=server,gid=server,rw,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0

I keep getting the
mount: can't find 192.168.100.1 in /etc/fstab or /etc/mtab

Can someone help with this? Is my path correct to my drives?

Thanks
 
Similar threads
Thread starter Title Forum Replies Date
Z Zyxel VMG8623-T50B remote management Routers 0

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top