[Goflex Home 3TB] Newbie help

This forum is for Marvell Kirkwood devices such as the GoFlex Home/Net, PogoPlug v1/v2, SheevaPlug, and ZyXEL devices.

Re: [Goflex Home 3TB] Newbie help

Postby dikins » Mon Feb 25, 2013 9:06 pm

Btw has anyone out there had luck with Goflex Desk (4TB)?
I’v tried almost everything from posts above to mount this 4TB usb drive but got nothing :(

Atm I have GoflexNet. ALARM is installed to 230 gb SATA HD.

1st of all I updated u-boot (according to this guide viewtopic.php?f=18&t=3355) and kernel to “linux-kirkwood 3.7.8”.

Some say it can help to solve mount problem for 4TB USB HD in theory (archlinuxarm.org/forum/viewtopic.php?f=18&t=4154), but not in practice (for me).

Secondly I tried to follow this advice (viewtopic.php?f=18&t=2611&start=30#p14953) to install ALARM from the scratch (to my 4TB USB disk). And again nothing.

More than that I can mount like everything (bootable usbstick, 1tb usb HD and so on ) but not Goflex Desk (4TB).

In conclusion I can tell that I’ve checked all possible options already (hmbr, gpt, mbr + gpt, hmbr+gpt, hmbr + hmbr, mbr+ hmbr, etc). The result is always the same…

What’s wrong with this drive?

PS There is a suspicion about some limitation of this hd. You can read about it here (http://www.everythingusb.com/seagate-go ... 21441.html) in «Breaking the 2TB Limit» section. Is «Advanced formatting» a must for alarm’s mounting?
dikins
 
Posts: 18
Joined: Fri Feb 15, 2013 6:58 pm

Re: [Goflex Home 3TB] Newbie help

Postby moonman » Tue Feb 26, 2013 4:47 am

hmbr IS guid+mbr. The thread was about hfs filesystem, not anything else. You only nwed hmbr to boot from a drive > 2tb. What filesystem did you use? ext4 will be no problem (with guid partition table, no MBR at all).
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: [Goflex Home 3TB] Newbie help

Postby dikins » Tue Feb 26, 2013 8:28 pm

$this->bbcode_second_pass_quote('moonman', 'h')mbr IS guid+mbr. The thread was about hfs filesystem, not anything else. You only nwed hmbr to boot from a drive > 2tb. What filesystem did you use? ext4 will be no problem (with partition table, no MBR at all).


I just want to point out that it is a USB HDD. And I have a bad feelings about this...
http://forum.doozan.com/read.php?3,9979,10033#msg-10033

Let's hope the post is outdated :)

So I've created new guid partition table with only one ext4 partition (according to this guide http://manual.aptosid.com/en/part-gdisk-en.htm). The drive is perfectly mounting under ubuntu. Alarm can't even find it.

fdisk -l input:

$this->bbcode_second_pass_code('', '[root@alarm ~]# fdisk -l

Disk /dev/sda: 250.1 GB, 250059350016 bytes, 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xa8b99a34

Device Boot Start End Blocks Id System
/dev/sda1 2048 488397167 244197560 83 Linux
[root@alarm ~]#
')

What should I do next?
dikins
 
Posts: 18
Joined: Fri Feb 15, 2013 6:58 pm

Re: [Goflex Home 3TB] Newbie help

Postby moonman » Tue Feb 26, 2013 10:35 pm

Again, the limk to doozan forum is about BOOTING from a 3TB drive, not just accessing it. The problem there is that U-Boo (the bootloader) does not support GUID, that's why hmbr is needed to boot from a drive that's >2TB. Once the kernel is loaded any drive should work as the linux kernel supports big drives. So you are running ALARM from a 1 GB drive, correct?

plug in your 4TB drive and run "dmesg". Show the output here
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: [Goflex Home 3TB] Newbie help

Postby dikins » Wed Feb 27, 2013 5:17 am

Ye, almost correct. I'm running ALARM from a 250 gb sata drive.

$this->bbcode_second_pass_code('', '[root@alarm ~]# dmesg
[30591.425130] hub 1-0:1.0: unable to enumerate USB device on port 1
[30591.645115] hub 1-0:1.0: unable to enumerate USB device on port 1
[30591.865105] hub 1-0:1.0: unable to enumerate USB device on port 1
[30592.085092] hub 1-0:1.0: unable to enumerate USB device on port 1
[30592.305080] hub 1-0:1.0: unable to enumerate USB device on port 1
...
[31707.193607] hub 1-0:1.0: unable to enumerate USB device on port 1
[31707.413596] hub 1-0:1.0: unable to enumerate USB device on port 1
[31707.633591] hub 1-0:1.0: unable to enumerate USB device on port 1
[31707.853582] hub 1-0:1.0: unable to enumerate USB device on port 1
[31708.073564] hub 1-0:1.0: unable to enumerate USB device on port 1
[root@alarm ~]#
')
dikins
 
Posts: 18
Joined: Fri Feb 15, 2013 6:58 pm

Re: [Goflex Home 3TB] Newbie help

Postby moonman » Wed Feb 27, 2013 6:52 am

There's your problem. It is not because your drive is 4 TB, but because it refuses to communicate with USB controller on the plug. What I don't know is why. If you can get a different enclosure for the drive I would try that first.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: [Goflex Home 3TB] Newbie help

Postby dikins » Wed Feb 27, 2013 9:51 pm

Sounds promising :?
Btw the drive worked fine with native GoFlex Net.
dikins
 
Posts: 18
Joined: Fri Feb 15, 2013 6:58 pm

Re: [Goflex Home 3TB] Newbie help

Postby moonman » Wed Feb 27, 2013 9:56 pm

Natively? You mean in the Net's sata port without the USB enclosure? Well, the plug doesn't like something about the enclosure then.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: [Goflex Home 3TB] Newbie help

Postby dikins » Wed Feb 27, 2013 11:04 pm

Nope I meant "before uboot installation" :)
More than that as I've already mentioned above $this->bbcode_second_pass_quote('', 'T')he drive is perfectly mounting under ubuntu (with the USB enclosure).
(and Win7 also).
So it's more likely uboot fault. Perhaps I should try to update uboot to the latest stable version...
dikins
 
Posts: 18
Joined: Fri Feb 15, 2013 6:58 pm

Re: [Goflex Home 3TB] Newbie help

Postby dikins » Sun Mar 03, 2013 9:12 am

Well I have to confirm that ALARM (uboot?) can't correctly work with USB enclosure for Goflex Desk (4TB) (or maybe even with any USB 3.0 enclosure with external power adapter).

I've ordered SATA Extension cable to plug the drive directly to SATA slot (http://www.amazon.co.uk/gp/product/B001 ... UTF8&psc=1).

So let’s hope it will help to solve my mount problem :?
dikins
 
Posts: 18
Joined: Fri Feb 15, 2013 6:58 pm

PreviousNext

Return to Marvell Kirkwood

Who is online

Users browsing this forum: Majestic-12 [Bot] and 5 guests