Hi, got many hours (15-20) trying to get what I thought was simple after buying a 4TB USB drive. I have tried it on 3 routers.
2 WRT1900 and a WRT3200. All with the same results (see picture) Access is Denied. Also tried for Android and a media player but no error, just failed.
I have used the OpenWRT official install guide, youtube, web search all the same result. I do \10.0.0.1 from windows and see the share but never get in. Any log to look at? My Linux was good years ago but have been retired for 6 years so please try and keep it detailed. Or even better some detailed instructions that worked for you. This router is a test bench so no problem starting over with some good instructions
Looking for someone that may have experienced this same problem only.
Just enable ‘force root’ on the Luci Network Shares page to make sure it opens the folder then troubleshoot your user account. I don’t recommend enabling/using SMB 1.0.
This is a short tutorial I wrote when experimenting with samba a few years ago. Hope it's still working.
• Add user at OS level
Add a new user by editing below 3 files, add new user at last line of each file, with below information (assume UID and GID 1000 is unused!)
Like I said " My Linux was good years ago but have been retired for 6 years so please try and keep it detailed. Or even better some detailed instructions that worked for you. "
Did you recheck the wiki and follow it carefully? I've been running Samba and Ksmbd (depending on builds etc.) for years currently no issues on Linux, Android, or Windows 11. Guide is as mbo2o linked above: [https://openwrt.org/docs/guide-user/services/nas/cifs.server]
Make sure you install packages for your USB3 drivers, filesystem, then mount your device the usual /mnt/sda1, then point to it in the samba config, then restart samba.
You can do all that in LuCI webUI via two tabs: "System > Mount Points", and "Services > Network Shares". I'm running it right now works great so no issues with current snapshots.