USB & Compact Flash mounting issues on OpenPli image

B2K420

Registered
Messages
38
Hello guys,
I have "DreamboxUK_v2.1.1_DM8000" image in internal flash on genuine DM8000HD.
The only issue is the image automatically mounted HD at /dev/sda1 (mount point: /media/hdd) but failed to mount CF and USB. I can't see them in any of the Menus (Device Manager) so that I can initialize and mount them.:mecry:
Please can some wise soul help me with that. Thanks in advance for reading this post.
 

Renard

Senior Member
Messages
197
Hello,
in telnet: blkid
will show you usb or cf. You should see something like this:
/dev/sdb1: LABEL="cf" UUID="ff107736-d858-46dd-ba8b-9325014eb33f" TYPE="ext3"
With the UUID you can write in fstab:
/dev/disk/by-uuid/ff107736-d858-46dd-ba8b-9325014eb33f /media/cf auto defaults 0 0
Create a new folder "cf" or "usb" in /media, if it is still not there. After restart it should work.
Regards, Renard
 
Last edited:

B2K420

Registered
Messages
38
When I enter blkid I get below (I know it is HD):
root@dm8000:~#blkid
/dev/sda1: UUID="3ed1f76c-8505-46c5-b3d3-c494105cba9e" TYPE="ext3"
root@dm8000:~#
What do I need to do now?
 

dixie74

Registered
Messages
2
i also have the same problem ans cant get it to intialize made a movie folder but no joy on other images usb mounts easy,but i like openpli because picons are setup already.i also wrote in fstab rebooted but still no joy.
 

dixie74

Registered
Messages
2
right ive done what renard said it didnt seem to work but i tried putting movie folder in all folders in media it has initialized,but im not getting any mount options.but tried to record anyway but no luck.the only option i get in recording path is media/hdd.can you help further?
 
Top