gatorback
Regular Contributor
Goal: mount a Samba share to /mnt/hub of RT-AC68U on Merlin 378.55
Samba share was successfully accessed via Win7 by either:
\\192.168.8.213\WDTVLiveHub
\\LIVEHUBDOT\WDTVLiveHub
Attempts at router command-line:
user@HOST:/tmp/home/root# mkdir /mnt/hub
user@HOST:/tmp/home/root# mount -t CIFS //Livehubdot/WDTVLiveHub /mnt/hub
mount: mounting //Livehubdot/WDTVLiveHub on /mnt/hub failed: No such device
user@HOST:/tmp/home/root# mount -t CIFS //192.168.8.213/WDTVLiveHub /mnt/hub
mount: mounting //192.168.8.213/WDTVLiveHub on /mnt/hub failed: No such device
Do I need to download (ipkg) a newer version of mount or is there something in the syntax above to be corrected? Actionable suggestions are appreciated. Thank you
Samba share was successfully accessed via Win7 by either:
\\192.168.8.213\WDTVLiveHub
\\LIVEHUBDOT\WDTVLiveHub
Attempts at router command-line:
user@HOST:/tmp/home/root# mkdir /mnt/hub
user@HOST:/tmp/home/root# mount -t CIFS //Livehubdot/WDTVLiveHub /mnt/hub
mount: mounting //Livehubdot/WDTVLiveHub on /mnt/hub failed: No such device
user@HOST:/tmp/home/root# mount -t CIFS //192.168.8.213/WDTVLiveHub /mnt/hub
mount: mounting //192.168.8.213/WDTVLiveHub on /mnt/hub failed: No such device
Do I need to download (ipkg) a newer version of mount or is there something in the syntax above to be corrected? Actionable suggestions are appreciated. Thank you