Re: USB3 3TB HDD boot

2013-03-20 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/18/2013 6:59 PM, Chris Murphy wrote: > Actually, as I think about it, >2TB with BIOS is a dead end for > most of the market because Windows on BIOS requires MBR, and thus > far there's no extension for MBR beyond 32-bit addressing. There's > sort

RE: USB3 3TB HDD boot

2013-03-18 Thread Elliott, Robert (Server Storage)
> -Original Message- > From: grub-devel-bounces+elliott=hp@gnu.org [mailto:grub-devel- > bounces+elliott=hp@gnu.org] On Behalf Of Chris Murphy > Sent: Monday, 18 March, 2013 5:37 PM > To: The development of GNU GRUB > Subject: Re: USB3 3TB HDD boot > > &g

Re: USB3 3TB HDD boot

2013-03-18 Thread Chris Murphy
On Mar 18, 2013, at 3:46 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > BIOS interfaces support up-to 64-bit LBA adressing so >2T is just issue > of fixing bugs in BIOS. Actually, as I think about it, >2TB with BIOS is a dead end for most of the market because Windows on BIOS requires MBR

Re: USB3 3TB HDD boot

2013-03-18 Thread Chris Murphy
On Mar 18, 2013, at 3:46 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > > BIOS interfaces support up-to 64-bit LBA adressing so >2T is just issue > of fixing bugs in BIOS. Aha. OK good to know. > On, the other hand problem with 4Kn is deeper as > it doesn't seem to even be any implicit ag

Re: USB3 3TB HDD boot

2013-03-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 18.03.2013 22:05, Chris Murphy wrote: > > On Mar 18, 2013, at 1:41 PM, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: > >> On 18.03.2013 19:56, Chris Murphy wrote: >> >>> >>> On Mar 18, 2013, at 12:34 PM, Bob Lemar wrote: >>> Guys, forget about 4K sectors. The problem is starting USB

Re: USB3 3TB HDD boot

2013-03-18 Thread Chris Murphy
On Mar 18, 2013, at 1:41 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 18.03.2013 19:56, Chris Murphy wrote: > >> >> On Mar 18, 2013, at 12:34 PM, Bob Lemar wrote: >> >>> Guys, forget about 4K sectors. The problem is starting USB attached drive. >> >> Other USB drives aren't causin

Re: USB3 3TB HDD boot

2013-03-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 18.03.2013 19:56, Chris Murphy wrote: > > On Mar 18, 2013, at 12:34 PM, Bob Lemar wrote: > >> Guys, forget about 4K sectors. The problem is starting USB attached drive. > > Other USB drives aren't causing the reported problem, including other USB 3TB > drives. > > Maybe the issue is the c

Re: USB3 3TB HDD boot

2013-03-18 Thread Chris Murphy
On Mar 18, 2013, at 12:34 PM, Bob Lemar wrote: > Guys, forget about 4K sectors. The problem is starting USB attached drive. Other USB drives aren't causing the reported problem, including other USB 3TB drives. Maybe the issue is the computer is USB 2.0 and this particular 4Kn drive is in a U

Re: USB3 3TB HDD boot

2013-03-18 Thread Bob Lemar
Guys, forget about 4K sectors. The problem is starting USB attached drive. On Fri, Mar 15, 2013 at 10:38 PM, Chris Murphy wrote: > > On Mar 15, 2013, at 11:53 AM, Lennart Sorensen > wrote: > >> On Fri, Mar 15, 2013 at 09:59:22AM -0600, Chris Murphy wrote: >> >>> If I want to see just the GPT he

Re: USB3 3TB HDD boot

2013-03-15 Thread Chris Murphy
On Mar 15, 2013, at 11:53 AM, Lennart Sorensen wrote: > On Fri, Mar 15, 2013 at 09:59:22AM -0600, Chris Murphy wrote: > >> If I want to see just the GPT header, which while only ~92 bytes, by spec it >> gets its own sector, there's far less superfluous information using a bs of >> 512 bytes

Re: USB3 3TB HDD boot

2013-03-15 Thread Lennart Sorensen
On Fri, Mar 15, 2013 at 09:59:22AM -0600, Chris Murphy wrote: > How would it? > > These structures are still predicated on a 512 byte block. The MBR is always > 512 bytes, but on a 4096/4096 4Kn drive, LBA 0 is 4096 bytes. So if I don't > want to see 3584 bytes of useless garbage, I can't set th

Re: USB3 3TB HDD boot

2013-03-15 Thread Bruce Dubbs
Chris Murphy wrote: On Mar 15, 2013, at 8:51 AM, Lennart Sorensen wrote: On Thu, Mar 14, 2013 at 08:56:18PM -0600, Chris Murphy wrote: Right, for a 4Kn drive, to read LBA 1 and get the GPT header I'd need: sudo dd if=/dev/disk3 skip=8 count=1 2>/dev/null | hexdump -C Wouldn't using 'bs=40

Re: USB3 3TB HDD boot

2013-03-15 Thread Chris Murphy
On Mar 15, 2013, at 8:51 AM, Lennart Sorensen wrote: > On Thu, Mar 14, 2013 at 08:56:18PM -0600, Chris Murphy wrote: >> Right, for a 4Kn drive, to read LBA 1 and get the GPT header I'd need: >> >> sudo dd if=/dev/disk3 skip=8 count=1 2>/dev/null | hexdump -C > > Wouldn't using 'bs=4096' make

Re: USB3 3TB HDD boot

2013-03-15 Thread Lennart Sorensen
On Thu, Mar 14, 2013 at 08:56:18PM -0600, Chris Murphy wrote: > Right, for a 4Kn drive, to read LBA 1 and get the GPT header I'd need: > > sudo dd if=/dev/disk3 skip=8 count=1 2>/dev/null | hexdump -C Wouldn't using 'bs=4096' make things simpler and more obvious? -- Len Sorensen __

Re: USB3 3TB HDD boot

2013-03-14 Thread Chris Murphy
On Mar 14, 2013, at 8:38 PM, Andrey Borzenkov wrote: >> >> I have anecdotal evidence these drives are now in the wild. Mac user with a >> new 3TB Seagate USB 3 external drive: >> Device / Media Name: Seagate Backup+ Desk Media >> >> This is not very descriptive. But when I ask the user to

Re: USB3 3TB HDD boot

2013-03-14 Thread Andrey Borzenkov
В Thu, 14 Mar 2013 20:18:46 -0600 Chris Murphy пишет: > > On Mar 5, 2013, at 12:22 AM, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: > > > On 05.03.2013 00:16, Chris Murphy wrote: > > > >> > >> On Mar 4, 2013, at 12:43 PM, "Lennart Sorensen" > >> wrote: > >> > >>> On Mon, Mar 04, 2013 a

Re: USB3 3TB HDD boot

2013-03-14 Thread Chris Murphy
On Mar 5, 2013, at 12:22 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 05.03.2013 00:16, Chris Murphy wrote: > >> >> On Mar 4, 2013, at 12:43 PM, "Lennart Sorensen" >> wrote: >> >>> On Mon, Mar 04, 2013 at 08:33:51PM +0100, Vladimir 'φ-coder/phcoder' >>> Serbinenko wrote: Not

Re: USB3 3TB HDD boot

2013-03-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 05.03.2013 00:16, Chris Murphy wrote: > > On Mar 4, 2013, at 12:43 PM, "Lennart Sorensen" > wrote: > >> On Mon, Mar 04, 2013 at 08:33:51PM +0100, Vladimir 'φ-coder/phcoder' >> Serbinenko wrote: >>> Not necessarily. 3T drives often use msdos, just with 4K sectors which >>> increases the ran

Re: USB3 3TB HDD boot

2013-03-04 Thread Chris Murphy
On Mar 4, 2013, at 12:43 PM, "Lennart Sorensen" wrote: > On Mon, Mar 04, 2013 at 08:33:51PM +0100, Vladimir 'φ-coder/phcoder' > Serbinenko wrote: >> Not necessarily. 3T drives often use msdos, just with 4K sectors which >> increases the range of msdos to 16T. > > Hmm, I suppose that would wor

Re: USB3 3TB HDD boot

2013-03-04 Thread Chris Murphy
On Mar 4, 2013, at 9:27 AM, Bob Lemar wrote: > - External drive is logically 4K (not a 512e thing). It is not a problem yet. They are now shipping? When you use 'parted -l' does it say Sector size is 4096B/4096B or does it say 512B/4096B ? What model? Chris Murphy _

Re: USB3 3TB HDD boot

2013-03-04 Thread Lennart Sorensen
On Mon, Mar 04, 2013 at 08:33:51PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Not necessarily. 3T drives often use msdos, just with 4K sectors which > increases the range of msdos to 16T. Hmm, I suppose that would work. I have never seen one that did that yet, but I don't have that ma

Re: USB3 3TB HDD boot

2013-03-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 04.03.2013 20:19, Lennart Sorensen wrote: > On Mon, Mar 04, 2013 at 08:27:41PM +0400, Bob Lemar wrote: >> Thank you for your replies. >> >> >> Yes, it is definitely BIOS problems as it doesn't allow to boot from >> external drive directly (via BIOS boot order settings). It doesn't >> show this

Re: USB3 3TB HDD boot

2013-03-04 Thread Lennart Sorensen
On Mon, Mar 04, 2013 at 08:27:41PM +0400, Bob Lemar wrote: > Thank you for your replies. > > > Yes, it is definitely BIOS problems as it doesn't allow to boot from > external drive directly (via BIOS boot order settings). It doesn't > show this drive at boot menu even after soft reboot. So BIOS

Re: USB3 3TB HDD boot

2013-03-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 04.03.2013 17:27, Bob Lemar wrote: > Thank you for your replies. > > > Yes, it is definitely BIOS problems as it doesn't allow to boot from > external drive directly (via BIOS boot order settings). It doesn't > show this drive at boot menu even after soft reboot. So BIOS > doesn't provide ac

Re: USB3 3TB HDD boot

2013-03-04 Thread Bob Lemar
Thank you for your replies. Yes, it is definitely BIOS problems as it doesn't allow to boot from external drive directly (via BIOS boot order settings). It doesn't show this drive at boot menu even after soft reboot. So BIOS doesn't provide access to GRUB like to any other drives or USB flashes.

Re: USB3 3TB HDD boot

2013-02-12 Thread Aleš Nesrsta
Hi Bob, it is probably not GRUB bug according to Your description - it looks to be BIOS problem. 1. Currently I have no idea about Your HW, but it looks like Your xHCI (USB 3.0 controller) is not "native" part of the PC handled by BIOS, i.e. BIOS cannot boot from any device connected to USB 3.0 p

Re: USB3 3TB HDD boot

2013-02-12 Thread Seth Goldberg
Hi, Is this a 4k native drive? (4k physical AND logical sector size) or is it a 512e drive? In any case, if your system's BIOS does not present it as a boot option, you could try GRUB's USB support, but it is a bit flaky (and doesn't directly support usb3, so depending on how your USB contr

USB3 3TB HDD boot

2013-02-12 Thread Bob Lemar
Hi, guys I got new SEAGATE Expansion USB 3.0 and want to boot linux from it. I have successfully booted various linuxes before with different loaders from USB thumb flashes. But I cannot do it with this external drive. There are three problems: USB3, 4K sectors and >2TB. I try grub2 (fedora 17)