View Single Post
Old 18-09-2008   #5
compufunk
Specialist Contributor
 
compufunk's Avatar
 
Join Date: 07-05-2008
Location: NW, Ireland
Posts: 1399
Thanks: 126
Thanked 231 Times in 198 Posts

My System: DM 600-S, AB IPBox 9000HD, Moteck SG2100, Fracarro Penta 85 dish, + some puters

Originally Posted by Gentleman_1 View Post
Thanks, the HD is Toshiba 2.5" which doesnt come with a power supply but it has a power inlet.
How does the DB choose between drives?
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. I have no way of knowing what the correct device path will be in your case.

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.

Last edited by compufunk; 18-09-2008 at 03:43 PM.
compufunk is offline   Reply With Quote