Helps for mounting a drive connected to a Netgear Router in Linux.
smbtree
In my case it's READYSHARE
nmblookup [hostname(readyshare)]
fstab
to get it to mount at launchsudo vim /etc/fstab
//[ip]/[directory(USB_Storage)] /mnt/[dir] cifs user,guest,uid=[user],sec=ntlm,_netdev 0 0
sudo mount -a