[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: USB3 3TB HDD boot
From: |
Chris Murphy |
Subject: |
Re: USB3 3TB HDD boot |
Date: |
Fri, 15 Mar 2013 09:59:22 -0600 |
On Mar 15, 2013, at 8:51 AM, Lennart Sorensen <address@hidden> 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 things simpler and more obvious?
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 the dd block size to
4096, or I get extra information.
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 than 4096 bytes.
Chris Murphy
- Re: USB3 3TB HDD boot, (continued)
- Re: USB3 3TB HDD boot, Vladimir 'φ-coder/phcoder' Serbinenko, 2013/03/04
- Re: USB3 3TB HDD boot, Lennart Sorensen, 2013/03/04
- Re: USB3 3TB HDD boot, Vladimir 'φ-coder/phcoder' Serbinenko, 2013/03/04
- Re: USB3 3TB HDD boot, Lennart Sorensen, 2013/03/04
- Re: USB3 3TB HDD boot, Chris Murphy, 2013/03/04
- Re: USB3 3TB HDD boot, Vladimir 'φ-coder/phcoder' Serbinenko, 2013/03/05
- Re: USB3 3TB HDD boot, Chris Murphy, 2013/03/14
- Re: USB3 3TB HDD boot, Andrey Borzenkov, 2013/03/14
- Re: USB3 3TB HDD boot, Chris Murphy, 2013/03/14
- Re: USB3 3TB HDD boot, Lennart Sorensen, 2013/03/15
- Re: USB3 3TB HDD boot,
Chris Murphy <=
- Re: USB3 3TB HDD boot, Bruce Dubbs, 2013/03/15
- Re: USB3 3TB HDD boot, Lennart Sorensen, 2013/03/15
- Re: USB3 3TB HDD boot, Chris Murphy, 2013/03/15
- Re: USB3 3TB HDD boot, Bob Lemar, 2013/03/18
- Re: USB3 3TB HDD boot, Chris Murphy, 2013/03/18
- Re: USB3 3TB HDD boot, Vladimir 'φ-coder/phcoder' Serbinenko, 2013/03/18
- Re: USB3 3TB HDD boot, Chris Murphy, 2013/03/18
- Re: USB3 3TB HDD boot, Vladimir 'φ-coder/phcoder' Serbinenko, 2013/03/18
- Re: USB3 3TB HDD boot, Chris Murphy, 2013/03/18
- RE: USB3 3TB HDD boot, Elliott, Robert (Server Storage), 2013/03/18