Jump to content


Photo

3TB Hard Disc in OpenPLi ?


  • Please log in to reply
15 replies to this topic

#1 gregoire

  • Senior Member
  • 82 posts

0
Neutral

Posted 26 July 2012 - 11:03

Hello,

I have set up a DM8k for my parent in which I put a 3Tb hard disc before I knew about the restriction with OE1.6 so I installed an OE2 image but they lack proper EPG support.

I wasn't able to find information whether there is a limitation in disc size or not within OpenPLi ?

My parent HD is already GPT's partioned with one ext3 partition : will this work if I update to OpenPLi (which version is then recommended) ?

Thank you very much !!!

Re: 3TB Hard Disc in OpenPLi ? #2 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 26 July 2012 - 11:37

it should probably work, with 3.0

Re: 3TB Hard Disc in OpenPLi ? #3 gregoire

  • Senior Member
  • 82 posts

0
Neutral

Posted 26 July 2012 - 12:31

Thank you very much for the information, so I'll first change on my DM8k (only a 2Tb HD) and see how all goes prior to change my parent's DM8k :-)

Re: 3TB Hard Disc in OpenPLi ? #4 gregoire

  • Senior Member
  • 82 posts

0
Neutral

Posted 29 July 2012 - 17:41

I tested it today on my parent DM8k and all works just tremendous !!!
(I didn't format the disc on the DM but on my PC)

Re: 3TB Hard Disc in OpenPLi ? #5 FredFrin

  • Member
  • 16 posts

0
Neutral

Posted 4 October 2012 - 15:05

I've been trying to connect a 3TB Western Digital HDD in a docking station to DM8000 via USB.,
but this does not seem to want to auto- mount.

I also installed OpenPli 3.0 as I had read I need the 3.2 kernel.

The disk does mount on my Ubuntu PC - so I know it's not a prob with the dock Station.

Any ideas?

Re: 3TB Hard Disc in OpenPLi ? #6 gregoire

  • Senior Member
  • 82 posts

0
Neutral

Posted 4 October 2012 - 15:19

Just to be certain : which fs/partition is on the hd ?

Re: 3TB Hard Disc in OpenPLi ? #7 FredFrin

  • Member
  • 16 posts

0
Neutral

Posted 4 October 2012 - 15:25

Sorry - should have included that: GPT ext3 created with gparted.

Edited by FredFrin, 4 October 2012 - 15:26.


Re: 3TB Hard Disc in OpenPLi ? #8 gregoire

  • Senior Member
  • 82 posts

0
Neutral

Posted 4 October 2012 - 16:30

Well, with that combination I don't see what could be the problem :-(

Is your box able to mount any usb storage (like an usb key) ?
Could you connect to your box (telnet/ssh) and plug the usb's HD and see what's in dmesg ?
Also before the plug, do a
ls -al /dev/sd*
and same after the plug to see if there is a difference.
(One could use dmesg -c before the plug to clean it output).

Re: 3TB Hard Disc in OpenPLi ? #9 FredFrin

  • Member
  • 16 posts

0
Neutral

Posted 5 October 2012 - 09:13

[color=#333333][b]usb 1-1.1: new high-speed USB device number 12 using ehci-brcm[/b][/color]
[color=#333333][b]hub 1-1.1:1.0: USB hub found[/b][/color]
[color=#333333][b]hub 1-1.1:1.0: 4 ports detected[/b][/color]
[color=#333333][b]usb 1-1.1.2: new high-speed USB device number 13 using ehci-brcm[/b][/color]
[color=#333333][b]scsi3 : usb-storage 1-1.1.2:1.0[/b][/color]
[color=#333333][b]scsi 3:0:0:0: Direct-Access	 Generic  External		 2.10 PQ: 0 ANSI: 4[/b][/color]
[color=#333333][b]sd 3:0:0:0: [sdb] 1565565872 512-byte logical blocks: (801 GB/746 GiB)[/b][/color]
[color=#333333][b]sd 3:0:0:0: [sdb] Write Protect is off[/b][/color]
[color=#333333][b]sd 3:0:0:0: [sdb] Mode Sense: 21 00 00 00[/b][/color]
[color=#333333][b]sd 3:0:0:0: [sdb] No Caching mode page present[/b][/color]
[color=#333333][b]sd 3:0:0:0: [sdb] Assuming drive cache: write through[/b][/color]
[color=#333333][b]sd 3:0:0:0: [sdb] No Caching mode page present[/b][/color]
[color=#333333][b]sd 3:0:0:0: [sdb] Assuming drive cache: write through[/b][/color]
[color=#333333][b]sdb: unknown partition table[/b][/color]
[color=#333333][b]sd 3:0:0:0: [sdb] No Caching mode page present[/b][/color]
[color=#333333][b]sd 3:0:0:0: [sdb] Assuming drive cache: write through[/b][/color]
[color=#333333][b]sd 3:0:0:0: [sdb] Attached SCSI disk[/b][/color]
[color=#333333][b]uncorrectable error :[/b][/color]


So it does not seem to recognise the GPT partition table. Is there perhaps
a kernel module needed?

Edited by FredFrin, 5 October 2012 - 09:18.


Re: 3TB Hard Disc in OpenPLi ? #10 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 5 October 2012 - 09:15

Is there perhaps
a kernel module needed?


Or a magnifying glass ;)

Re: 3TB Hard Disc in OpenPLi ? #11 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 5 October 2012 - 09:20

in the dm8000 defconfig (openpli 3.0) :

CONFIG_EFI_PARTITION=y

I believe that's all that's needed for GPT support?

Re: 3TB Hard Disc in OpenPLi ? #12 FredFrin

  • Member
  • 16 posts

0
Neutral

Posted 5 October 2012 - 10:24

Was just editing to improve the readability ... then yr post prevented further editing ;)

Anyway - I'm gonna have to admit: I don't know where this file is.
I've searched the entire image - there is no file named 'defconfig',
and I have grep'ed "*config*" on the whole image & not found this
parameter. No access to the MMI @ work ;)

Could you guide me to the config?

Edited by FredFrin, 5 October 2012 - 10:25.


Re: 3TB Hard Disc in OpenPLi ? #13 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 5 October 2012 - 10:39

the defconfig is used while compiling the kernel binary.
So what I was saying, 'the kernel has the right config'

Re: 3TB Hard Disc in OpenPLi ? #14 FredFrin

  • Member
  • 16 posts

0
Neutral

Posted 8 October 2012 - 09:31

On my PC I was mounting the disk via a Docking Station via eSATA, which worked.
At the Dreambox end I was using an identical docking station, but via USB.

I tried at the PC via USB & see the same failure - so the cause seems to be
a limitation in the USB functionality of the docking Station. Looking at the
manufacturers site seems to confirm this.

Re: 3TB Hard Disc in OpenPLi ? #15 gregoire

  • Senior Member
  • 82 posts

0
Neutral

Posted 11 October 2012 - 13:41

Good to know.

Re: 3TB Hard Disc in OpenPLi ? #16 sjlouis

  • Senior Member
  • 1,573 posts

+3
Neutral

Posted 12 October 2012 - 12:49

Hello,

I have the same problems with a WD 3 TO. It's in an USB box and I have found that the box have credibly a limit to 2 TO. As I have a Windows XP, I have some problems to access it in internal and get the 3 TO. I'm seeking solutions.

Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2



3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users