MR3020 - Unable to mount USB stick after OpenWRT installation

Posted by anybastard 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Now, this forum is in read-only mode. You find details Details hereContinue on /r/PirateBox
MR3020 - Unable to mount USB stick after OpenWRT installation
November 28, 2014 09:55AM
Hello guys ,

I need your help/advice about a problem with my MR3020 .
Basically I have installed openwrt image (openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin ) and all seems to be OK , I'm able to log in by telnet or ssh with my new password .

The problem was born when I tried to install the pirate box . I had same problem found in another tread

[for]​um.pirateb​ox.cc/read​.php?2,108​04,10804

and here the suggestion was ...use a new installation method .

Currently I' m following update procedure but I'm not able to mount usb stick , this command cd /mnt/usb
return -ash: cd : can't cd to /mnt/usb confused smiley

If I try only cd /mnt is ok but when try cd /usb I have same error

What is wrong ? I have already tried several usb stick ( single partition / fat32 ) and the switch is on 3G

Please help me

Thanks a lot in advance

BR
Pietro
Re: MR3020 - Unable to mount USB stick after OpenWRT installation
November 30, 2014 03:47PM
Hi,
where did you download the openwrt image file?

and please post the output of the troubleshooting commands


regards Matthias
Re: [SOLVED] MR3020 - Unable to mount USB stick after OpenWRT installation
December 05, 2014 10:10PM
Hi Matthias , all

first for all a big sorry for my delay eye rolling smiley

Yes , I solved my issue and now all seems to be OK .

Below my steps so can be useful for other guys

/etc/init.d/boot start
dmesg | tail -n 20
mount /dev/sda1 /mnt
cd /mnt
mtd write openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin firmware
reboot -f

Now you can continue with post installation steps

Bye
Pietro