ColinTaylor
Part of the Furniture
What is the native filesystem type of the drive plugged into the Asus?
Try issuing this command interactively and see if it works or you get error messages. (I suspect you just need to specify the version)
If that works try unmounting the share and using your credentials file. You can remove the uid and gid options because the router ignores them.
Try issuing this command interactively and see if it works or you get error messages. (I suspect you just need to specify the version)
Code:
mount -t cifs //Asus/Media /mnt/Media -o "vers=2.0,username=Media,password=XXXX"
Code:
umount /mnt/Media
mount -t cifs //Asus/Media /mnt/Media -o "vers=2.0,credentials=/home/pi/.smbcredentials"