Following the procedure that is described in the  http://wiki.openwrt.org/doc/howto/extroot
I had to mount a filesystem in which the overlay will be copied to.
I am using a Verbatim Store 'n' Stay Nano USB Drive - 8GB ,  (FAT32 filesystem)
and I have to configure OpenWRT to recognize this device.  
I have installed the following additional packages :  

kmod-usb-storage, kmod-fs-vfat , block-mount.

After rebooting and plug-ing the USB,  I had the interface in /dev/sda and /dev/sda1 and the web page of the router seemed like this:
http://wiki.openwrt.org/doc/recipes/usb-storage-samba-webinterface

Next step was to mount, I followed the instructions as described in the http://wiki.openwrt.org/doc/howto/usb.storage

mkdir -p /mnt/share
mount -t vfat /dev/sda1 /mnt/share -o rw,sync
But I received an error mount: mounting /dev/sda1 on /mnt/usb failed: Invalid argument. I have searched a bit around web to find any solution but it seems that sth is missing.
Have you encountered a similar problem with OpenWRT on TP-LINK(3040)?
Thanks in advance,

Theodoros

On Wed, Jan 29, 2014 at 10:40 AM, Tom Sparks <tom_a_sparks@yahoo.com.au> wrote:






On Wednesday, 29 January 2014 8:06 PM, "ibr-dtn-request@ibr.cs.tu-bs.de" <ibr-dtn-request@ibr.cs.tu-bs.de> wrote:

Date: Wed, 29 Jan 2014 09:57:21 +0100
>From: Theodoros Bourchas <bourchast@gmail.com>
>Subject: [ibr-dtn] Install ibr-dtn on TP-LINK 3040
>To: Ibr-dtn@ibr.cs.tu-bs.de
>Message-ID:
>    <CACj7XRgoHQthL+4kaBc_Ub4YnyPcsK6QXE+FuUn4bO-bQSnCqA@mail.gmail.com>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hi all,
>I have recently started working on DTN and I tried to install ibr-dtn on
>TP-LINK routers (TL-MR3040) ver.1.0.
>After installing OpenWRT on them, I followed the procedure for downloading
>IBR-DTN for OpenWRT from your website.
>Nevertheless, while trying to install ibrdtn package, I received the
>following error.
>
>root@OpenWrt:/etc# opkg install ibrdtnd
>Installing ibrdtnd (0.10.2) to root...
>Collected errors:
>* verify_pkg_installable: Only have 244kb available on filesystem
>/overlay, pkg ibrdtnd needs 479
>* opkg_install_cmd: Cannot install package ibrdtnd.
>
>
>How can I overcome this issue? I have plugged a USB adapter, but I was not
>able to configure it properly to install there the packages.
>Thanks in advance!

look at http://wiki.openwrt.org/doc/howto/extroot
>
>
>Best,
>Theodoros
tom
>
>
--
!! This message is brought to you via the `ibr-dtn' mailing list.
!! Please do not reply to this message to unsubscribe. To unsubscribe or adjust
!! your settings, send a mail message to <ibr-dtn-request@ibr.cs.tu-bs.de>
!! or look at https://www.ibr.cs.tu-bs.de/mailman/listinfo/ibr-dtn.