USB drivers DM 7025

veselinv

Member
Messages
65
Please,anyone know for shure which USB we have on DM 7025 with newest images?I looked at USB drivers in gemini 3.90,they are dated 27.11,could it mean that is USB 2.0?And all of this for simple reason,is it possible to use an external USB hard disc on dream 7025?
 
B

boxgot

Sorry mate im not sure but,maybe this will help:

Just use telnet and mount the second drive to a folder in the first drive or flash.

E.g.
Create directory in flash where you will mount to

Code:
mkdir /media/hdd2
mount your disk to this directory.
Code:
mount /dev/ide/host0/bus0/target0/lun1/part1 /media/hdd2
You'll have to modify this line /dev/ide/host0/bus0/target0/lun1/part1
so that it points at the correct disk to mount

The enigma menu system wont know the difference between disks. It will only look at the directory structure. So you just browse to /media/hdd2 as you would any other directory.

If you want to record to a different location, you will need to set that up in the Blue-Panel, I cant remember exactly where right now.

I'am sorry mate i canot help you more.I dont know.
 

veselinv

Member
Messages
65
Thx mate,I will try this,but will wait to some more information how to start,I mean to attach hard drive before or after booting...
 
Top