What's new

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
 

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