-
Did you use/used a custom openwrt image that has built-in also the Gdisk, or do used a standard one?
-
To find your dev, remove the USB drive and do a
ls /dev/s*
. Then insert the drive and run it again. You should see a new device show up. In my case it was/dev/sda1
. The one you want is the one with a number. Then you mount it like this (usb1 can be whatever name you like:)@zaq
mkdir /mnt/usb1
mount /dev/sda1 /mnt/usb1