====== Netgear Router ======
===== Readyshare =====
==== Mounting on Linux ====
Helps for mounting a drive connected to a Netgear Router in Linux.
- To see if/how it's connectedsmbtree
In my case it's READYSHARE
- Then to get the IP address of the device usenmblookup [hostname(readyshare)]
- Then you need to add things to your ''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
- Then this to mount it if you don't wanna wait for a rebootsudo mount -a
{{tag>guide hardware Internet linux Netgear}}