Hello. I am wondering how I would go about mounting my usb share on my router on a headless ubuntu server. Im using a rt-n66u with shibby 1.08. The routers address is 192.168.1.1 and I have a usb hdd mounted and I can access it with a gui. I when I go to my network in windows it shows my pc's and also 'unknown' which is where my usb hdd samba share is located.
Would the command be something like 'mount -t cifs //192.168.1.1/mnt/sda1/ /mnt/path/' or something similar? any help would be greatly appreciated.