A G-Dock 2.0 USB device A router that is compatible with OpenWRT (like a TP-Link TL-WR1043ND or a Netgear WNDR4300) A USB cable to connect the G-Dock 2.0 to your router
Step 2: Detect the G-Dock 2.0 Log in to your router’s LuCI web panel (typically http://192.168.1.1 or http://openwrt.lan) and go to the System > USB page. Your G-Dock 2.0 should be recognized and displayed on this page.
Step 4: Mount the Disks Make a attach location for your disks and attach them using the mount command. For example: $\(mkdir /mnt/gdock\)\( \)\(mount /dev/sdb1 /mnt/gdock\)$ Replace /dev/sdb1 with the current device name of your disk. Step 5: Setup fstab To automagically attach your disks on boot, you’ll need to add an entry to the /etc/config/fstab file. For example: $\(uci add fstab mount\)\( \)\(uci set fstab.@mount[0].target=/mnt/gdock\)\( \)\(uci set fstab.@mount[0].device=/dev/sdb1\)\( \)\(uci set fstab.@mount[0].fstype=ext4\)\( \)\(uci commit fstab\)$ Substitute
Step 1: Connect the G-Dock 2.0 to Your Router Plug in the G-Dock 2.0 to your router using a USB cable. Make sure your router is running and executing OpenWRT.