@kevinch9, here in satpimps I can't yet answer by PM, so I'll answer here.
I think that your question regarding the installation of Arora/QT Webbrowser without and HDD could be useful for another pals.
I think you must have an hdd in order to install Arora/QT Webbrowser.
If you have, try with this package:
Code:
http://rapidshare.com/#!download|377|408951593|enigma2-plugin-extensions-webbrowser_0.1.20.1_mipsel.ipk|58238
Also, as stated by @rsl123, the installation package search for automount device named /dev/sd*1.
On E2 the harddisk is mapped on /dev/hdb. So you must remap devices to installer:
Code:
ln -s /dev/hdb /dev/sdb
ln -s /dev/hdb1 /dev/sdb1
Then, install the package:
Code:
opkg install /path/to/enigma2-plugin-extensions-webbrowser_0.1.20.1_mipsel.ipk
Is needed about 150mb of free space.
After this, reboot AzBox and remake the links, again with:
Code:
ln -s /dev/hdb /dev/sdb
ln -s /dev/hdb1 /dev/sdb1
And start the webbrowser.
If you don't have an hdd, you can try to link sdb* as sda* in all previous steps.
Code:
ln -s /dev/hdb /dev/sda
ln -s /dev/hdb1 /dev/sda1
I don't know if this will work, but worth a try. 
Remembering, as stated by @shklifo, here are the devices used in E2:
1) hda (/dev/hda) is the DOM and the partitions are hda1,hda2 etc.
2) hdb (/dev/hdb) is the internal hard disk with partitions like hdb1, hdb2 etc.
3) sda (/dev/sda) is the first attached usb device with his partitions sda1, sda2 etc
4) sdb (/dev/sdb) is the second attached usb device with the partitions sdb1, sdb2 etc
Tomorrow I'll start testing better the modules and browser. I'll try to patch the installer to use /dev/hdb1 firstly then /dev/sda1 and /dev/sdb1.
Any news I'll share here.
Luck and regards.
Bookmarks