While porting a backup script to the router and trying to mount a windows share on rt-ac56u (380.57) I discovered that I can't mount a subdirectory of the share like I could on desktop linux. For example, for host HH if my share is called SS and the directory at the root of the share is called SD this fails on the router:
Maybe this is due to older kernel or smb client code? Anyhow, my workaround is to just mount the whole share:
Don't see any mention in changelog or git history log that latest version, 380.61, affects this.
Code:
mount //HH/SS/SD /cifs1 -t cifs -o username=uuuu,password=pppp
mount: mounting //HH/SS/SD on /cifs1 failed: No such device or address
Code:
mount //HH/SS /cifs1 -t cifs -o username=uuuu,password=pppp