All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] LBA48
@ 2005-12-25 23:11 Natalia Portillo
  2005-12-26  0:16 ` Hetz Ben Hamo
  2005-12-27 14:55 ` Jim C. Brown
  0 siblings, 2 replies; 12+ messages in thread
From: Natalia Portillo @ 2005-12-25 23:11 UTC (permalink / raw)
  To: qemu-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I tried to use QEMU with a 1Tb qcow disk image, but it doesn't work  
as expected.
Linux informs
"
hda: cannot use LBA48 - full capacity 2147483648 sectors (1099511 MB)
hda: 268435456 sectors (137438 MB) w/256KiB Cache, CHS=65535/16/63
"

Can anyone implement LBA48 in QEMU please?

Regards,
Natalia Portillo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDrycJSOHwOb87puQRAh28AJwLnMc353GL/rNVBltbqiM3qZO6HACePMnT
6GdPWeeYelOrK7x0yLObF4o=
=s19y
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] LBA48
  2005-12-25 23:11 [Qemu-devel] LBA48 Natalia Portillo
@ 2005-12-26  0:16 ` Hetz Ben Hamo
  2005-12-26 14:57   ` Natalia Portillo
  2005-12-27 14:55 ` Jim C. Brown
  1 sibling, 1 reply; 12+ messages in thread
From: Hetz Ben Hamo @ 2005-12-26  0:16 UTC (permalink / raw)
  To: qemu-devel

I'm not sure, but I think the issue is: which file system do u have in
your host? I think that at least 1 filesystem doesn't support
creation/access of terabyte file sizes.

You might want to try with filesystems like XFS, JFS or the latest ReiserFS.

Thanks,
Hetz

On 12/26/05, Natalia Portillo <claunia@claunia.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> I tried to use QEMU with a 1Tb qcow disk image, but it doesn't work
> as expected.
> Linux informs
> "
> hda: cannot use LBA48 - full capacity 2147483648 sectors (1099511 MB)
> hda: 268435456 sectors (137438 MB) w/256KiB Cache, CHS=65535/16/63
> "
>
> Can anyone implement LBA48 in QEMU please?
>
> Regards,
> Natalia Portillo
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (Darwin)
>
> iD8DBQFDrycJSOHwOb87puQRAh28AJwLnMc353GL/rNVBltbqiM3qZO6HACePMnT
> 6GdPWeeYelOrK7x0yLObF4o=
> =s19y
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] LBA48
  2005-12-26  0:16 ` Hetz Ben Hamo
@ 2005-12-26 14:57   ` Natalia Portillo
  0 siblings, 0 replies; 12+ messages in thread
From: Natalia Portillo @ 2005-12-26 14:57 UTC (permalink / raw)
  To: qemu-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

It has nothing to do with the host filesystem, because, as you see,  
the kernel detects that the disk is 1Tb but is unable to handle it  
because LBA48 is not available.

Apart from that I used qcow for the image (so it ocuppies 4Mb  
actually without nothing wrote on it), in NTFS host (up to 2Tb file  
size in current implementation, 16Eb as specification says),  
compressed (so it will never ocuppy 1Tb).

El 26/12/2005, a las 0:16, Hetz Ben Hamo escribió:

> I'm not sure, but I think the issue is: which file system do u have in
> your host? I think that at least 1 filesystem doesn't support
> creation/access of terabyte file sizes.
>
> You might want to try with filesystems like XFS, JFS or the latest  
> ReiserFS.
>
> Thanks,
> Hetz
>
> On 12/26/05, Natalia Portillo <claunia@claunia.com> wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Hi,
>>
>> I tried to use QEMU with a 1Tb qcow disk image, but it doesn't work
>> as expected.
>> Linux informs
>> "
>> hda: cannot use LBA48 - full capacity 2147483648 sectors (1099511 MB)
>> hda: 268435456 sectors (137438 MB) w/256KiB Cache, CHS=65535/16/63
>> "
>>
>> Can anyone implement LBA48 in QEMU please?
>>
>> Regards,
>> Natalia Portillo
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1.4.1 (Darwin)
>>
>> iD8DBQFDrycJSOHwOb87puQRAh28AJwLnMc353GL/rNVBltbqiM3qZO6HACePMnT
>> 6GdPWeeYelOrK7x0yLObF4o=
>> =s19y
>> -----END PGP SIGNATURE-----
>>
>>
>> _______________________________________________
>> Qemu-devel mailing list
>> Qemu-devel@nongnu.org
>> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>>
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDsATeSOHwOb87puQRArfRAKDQfXSbb/fHqpWXKkuJbzptTtYr/wCfcr/c
5ITNGhB4YHu2NkEQfU0qAAw=
=HocG
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] LBA48
  2005-12-25 23:11 [Qemu-devel] LBA48 Natalia Portillo
  2005-12-26  0:16 ` Hetz Ben Hamo
@ 2005-12-27 14:55 ` Jim C. Brown
  2005-12-27 15:39   ` Natalia Portillo
  2005-12-27 15:52   ` Filip Navara
  1 sibling, 2 replies; 12+ messages in thread
From: Jim C. Brown @ 2005-12-27 14:55 UTC (permalink / raw)
  To: Natalia Portillo; +Cc: qemu-devel

On Sun, Dec 25, 2005 at 11:11:05PM +0000, Natalia Portillo wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi,
> 
> Can anyone implement LBA48 in QEMU please?
> 
> Regards,
> Natalia Portillo

Sounds easy enough. Can you send me a spec?

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] LBA48
  2005-12-27 14:55 ` Jim C. Brown
@ 2005-12-27 15:39   ` Natalia Portillo
  2005-12-27 15:47     ` Joseph Stewart
  2005-12-27 18:00     ` Jim C. Brown
  2005-12-27 15:52   ` Filip Navara
  1 sibling, 2 replies; 12+ messages in thread
From: Natalia Portillo @ 2005-12-27 15:39 UTC (permalink / raw)
  To: Jim C.Brown; +Cc: qemu-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

www.ansi.org ATA-6, where LBA48 was introduced.
Costs US$18.00 in PDF.

Regards,
Natalia Portillo

El 27/12/2005, a las 14:55, Jim C. Brown escribió:

> On Sun, Dec 25, 2005 at 11:11:05PM +0000, Natalia Portillo wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Hi,
>>
>> Can anyone implement LBA48 in QEMU please?
>>
>> Regards,
>> Natalia Portillo
>
> Sounds easy enough. Can you send me a spec?
>
> -- 
> Infinite complexity begets infinite beauty.
> Infinite precision begets infinite perfection.
>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDsWA6SOHwOb87puQRAnuhAJwLje+2/3822nLTtYAdeiR5S/OIIACeK2G+
Z4UztMfQYZ+hmm8qSHy1Q2o=
=PM+e
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] LBA48
  2005-12-27 15:39   ` Natalia Portillo
@ 2005-12-27 15:47     ` Joseph Stewart
  2005-12-27 18:00     ` Jim C. Brown
  1 sibling, 0 replies; 12+ messages in thread
From: Joseph Stewart @ 2005-12-27 15:47 UTC (permalink / raw)
  To: qemu-devel

This made me laugh... (no flames, please)

Person1: "Can you do some work for me for free?"

Person2: "Sure, where's the documentation?"

Person1: "Here it is... it costs $18."

Happy New Year Everyone!

-joe


On 12/27/05, Natalia Portillo <claunia@claunia.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> www.ansi.org ATA-6, where LBA48 was introduced.
> Costs US$18.00 in PDF.
>
> Regards,
> Natalia Portillo
>
> El 27/12/2005, a las 14:55, Jim C. Brown escribió:
>
> > On Sun, Dec 25, 2005 at 11:11:05PM +0000, Natalia Portillo wrote:
> >> -----BEGIN PGP SIGNED MESSAGE-----
> >> Hash: SHA1
> >>
> >> Hi,
> >>
> >> Can anyone implement LBA48 in QEMU please?
> >>
> >> Regards,
> >> Natalia Portillo
> >
> > Sounds easy enough. Can you send me a spec?
> >
> > --
> > Infinite complexity begets infinite beauty.
> > Infinite precision begets infinite perfection.
> >
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (Darwin)
>
> iD8DBQFDsWA6SOHwOb87puQRAnuhAJwLje+2/3822nLTtYAdeiR5S/OIIACeK2G+
> Z4UztMfQYZ+hmm8qSHy1Q2o=
> =PM+e
> -----END PGP SIGNATURE-----
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>


--
If it ain't broke, break it.  How else are you going to figure out how it works?

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] LBA48
  2005-12-27 14:55 ` Jim C. Brown
  2005-12-27 15:39   ` Natalia Portillo
@ 2005-12-27 15:52   ` Filip Navara
  2005-12-27 16:07     ` Ian C. Blenke
  1 sibling, 1 reply; 12+ messages in thread
From: Filip Navara @ 2005-12-27 15:52 UTC (permalink / raw)
  To: qemu-devel

http://www.t13.org/project/d1410r3a.pdf

Jim C. Brown wrote:

>On Sun, Dec 25, 2005 at 11:11:05PM +0000, Natalia Portillo wrote:
>  
>
>>-----BEGIN PGP SIGNED MESSAGE-----
>>Hash: SHA1
>>
>>Hi,
>>
>>Can anyone implement LBA48 in QEMU please?
>>
>>Regards,
>>Natalia Portillo
>>    
>>
>
>Sounds easy enough. Can you send me a spec?
>
>  
>

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] LBA48
  2005-12-27 15:52   ` Filip Navara
@ 2005-12-27 16:07     ` Ian C. Blenke
  2005-12-27 18:02       ` Jim C. Brown
  0 siblings, 1 reply; 12+ messages in thread
From: Ian C. Blenke @ 2005-12-27 16:07 UTC (permalink / raw)
  To: qemu-devel

That link didn't work for me, found a couple of more links here:

    http://home.teleport.com/~brainy/diskaccess.htm

specifically,

      http://www.t13.org/docs2004/D1572r2a-EDD3.pdf
 or
      http://www.t13.org/docs2004/D1572r2a-EDD3.doc

It appears as if Dave Burton is to be thanked for that information. 
Thanks Dave!

 - Ian C. Blenke <ian@blenke.com> http://ian.blenke.com/

Filip Navara wrote:

> http://www.t13.org/project/d1410r3a.pdf
>
> Jim C. Brown wrote:
>
>> On Sun, Dec 25, 2005 at 11:11:05PM +0000, Natalia Portillo wrote:
>>  
>>
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> Hi,
>>>
>>> Can anyone implement LBA48 in QEMU please?
>>>
>>> Regards,
>>> Natalia Portillo
>>>   
>>
>>
>> Sounds easy enough. Can you send me a spec?
>>
>>  
>>
>
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] LBA48
  2005-12-27 15:39   ` Natalia Portillo
  2005-12-27 15:47     ` Joseph Stewart
@ 2005-12-27 18:00     ` Jim C. Brown
  1 sibling, 0 replies; 12+ messages in thread
From: Jim C. Brown @ 2005-12-27 18:00 UTC (permalink / raw)
  To: Natalia Portillo; +Cc: qemu-devel

On Tue, Dec 27, 2005 at 03:39:38PM +0000, Natalia Portillo wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> www.ansi.org ATA-6, where LBA48 was introduced.
> Costs US$18.00 in PDF.
> 
> Regards,
> Natalia Portillo
> 

Not good enough.

> El 27/12/2005, a las 14:55, Jim C. Brown escribi?:
> 
> >On Sun, Dec 25, 2005 at 11:11:05PM +0000, Natalia Portillo wrote:
> >>-----BEGIN PGP SIGNED MESSAGE-----
> >>Hash: SHA1
> >>
> >>Hi,
> >>
> >>Can anyone implement LBA48 in QEMU please?
> >>
> >>Regards,
> >>Natalia Portillo
> >
> >Sounds easy enough. Can you send me a spec?
> >
> >-- 
> >Infinite complexity begets infinite beauty.
> >Infinite precision begets infinite perfection.
> >
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (Darwin)
> 
> iD8DBQFDsWA6SOHwOb87puQRAnuhAJwLje+2/3822nLTtYAdeiR5S/OIIACeK2G+
> Z4UztMfQYZ+hmm8qSHy1Q2o=
> =PM+e
> -----END PGP SIGNATURE-----
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] LBA48
  2005-12-27 16:07     ` Ian C. Blenke
@ 2005-12-27 18:02       ` Jim C. Brown
  2005-12-27 23:52         ` Natalia Portillo
  0 siblings, 1 reply; 12+ messages in thread
From: Jim C. Brown @ 2005-12-27 18:02 UTC (permalink / raw)
  To: qemu-devel

On Tue, Dec 27, 2005 at 11:07:59AM -0500, Ian C. Blenke wrote:
> That link didn't work for me, found a couple of more links here:
> 
>    http://home.teleport.com/~brainy/diskaccess.htm
> 
> specifically,
> 
>      http://www.t13.org/docs2004/D1572r2a-EDD3.pdf
> or
>      http://www.t13.org/docs2004/D1572r2a-EDD3.doc
> 
> It appears as if Dave Burton is to be thanked for that information. 
> Thanks Dave!
> 
> - Ian C. Blenke <ian@blenke.com> http://ian.blenke.com/
> 

Yes, thank you, Filip's link did not work for me either.

> Filip Navara wrote:
> 
> >http://www.t13.org/project/d1410r3a.pdf
> >
> >Jim C. Brown wrote:
> >
> >>On Sun, Dec 25, 2005 at 11:11:05PM +0000, Natalia Portillo wrote:
> >> 
> >>
> >>>-----BEGIN PGP SIGNED MESSAGE-----
> >>>Hash: SHA1
> >>>
> >>>Hi,
> >>>
> >>>Can anyone implement LBA48 in QEMU please?
> >>>
> >>>Regards,
> >>>Natalia Portillo
> >>>  
> >>
> >>
> >>Sounds easy enough. Can you send me a spec?
> >>
> >> 
> >>
> >
> >
> >
> >_______________________________________________
> >Qemu-devel mailing list
> >Qemu-devel@nongnu.org
> >http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] LBA48
  2005-12-27 18:02       ` Jim C. Brown
@ 2005-12-27 23:52         ` Natalia Portillo
  2005-12-28  0:25           ` Filip Navara
  0 siblings, 1 reply; 12+ messages in thread
From: Natalia Portillo @ 2005-12-27 23:52 UTC (permalink / raw)
  To: qemu-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Great document except because OSes (but DOS, so on) won't use BIOS  
but direct IDE (through IRQs 14 and 15 and their I/O ports) or PIIX,  
and that is what is needed to be expanded first (as BIOS will use them).

So, ATA-6 specification is still needed.

Regards,
Natalia Portillo

El 27/12/2005, a las 18:02, Jim C. Brown escribió:

> On Tue, Dec 27, 2005 at 11:07:59AM -0500, Ian C. Blenke wrote:
>> That link didn't work for me, found a couple of more links here:
>>
>>    http://home.teleport.com/~brainy/diskaccess.htm
>>
>> specifically,
>>
>>      http://www.t13.org/docs2004/D1572r2a-EDD3.pdf
>> or
>>      http://www.t13.org/docs2004/D1572r2a-EDD3.doc
>>
>> It appears as if Dave Burton is to be thanked for that information.
>> Thanks Dave!
>>
>> - Ian C. Blenke <ian@blenke.com> http://ian.blenke.com/
>>
>
> Yes, thank you, Filip's link did not work for me either.
>
>> Filip Navara wrote:
>>
>>> http://www.t13.org/project/d1410r3a.pdf
>>>
>>> Jim C. Brown wrote:
>>>
>>>> On Sun, Dec 25, 2005 at 11:11:05PM +0000, Natalia Portillo wrote:
>>>>
>>>>
>>>>> -----BEGIN PGP SIGNED MESSAGE-----
>>>>> Hash: SHA1
>>>>>
>>>>> Hi,
>>>>>
>>>>> Can anyone implement LBA48 in QEMU please?
>>>>>
>>>>> Regards,
>>>>> Natalia Portillo
>>>>>
>>>>
>>>>
>>>> Sounds easy enough. Can you send me a spec?
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Qemu-devel mailing list
>>> Qemu-devel@nongnu.org
>>> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>>
>>
>>
>>
>> _______________________________________________
>> Qemu-devel mailing list
>> Qemu-devel@nongnu.org
>> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>>
>
> -- 
> Infinite complexity begets infinite beauty.
> Infinite precision begets infinite perfection.
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFDsdPQSOHwOb87puQRAgupAKCEMan4Dn6Mnjj4T+D3GfjgN1QeqwCfRXWR
cAuZlBS/yUIrViJOmwDYhwE=
=jKt5
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [Qemu-devel] LBA48
  2005-12-27 23:52         ` Natalia Portillo
@ 2005-12-28  0:25           ` Filip Navara
  0 siblings, 0 replies; 12+ messages in thread
From: Filip Navara @ 2005-12-28  0:25 UTC (permalink / raw)
  To: qemu-devel

Natalia Portillo wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Great document except because OSes (but DOS, so on) won't use BIOS  
> but direct IDE (through IRQs 14 and 15 and their I/O ports) or PIIX,  
> and that is what is needed to be expanded first (as BIOS will use them).
>
> So, ATA-6 specification is still needed.

All the needed documentes are on the T13 web site...

http://www.t13.org/project/d1410r3b-ATA-ATAPI-6.pdf

- Filip

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-12-28  0:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-25 23:11 [Qemu-devel] LBA48 Natalia Portillo
2005-12-26  0:16 ` Hetz Ben Hamo
2005-12-26 14:57   ` Natalia Portillo
2005-12-27 14:55 ` Jim C. Brown
2005-12-27 15:39   ` Natalia Portillo
2005-12-27 15:47     ` Joseph Stewart
2005-12-27 18:00     ` Jim C. Brown
2005-12-27 15:52   ` Filip Navara
2005-12-27 16:07     ` Ian C. Blenke
2005-12-27 18:02       ` Jim C. Brown
2005-12-27 23:52         ` Natalia Portillo
2005-12-28  0:25           ` Filip Navara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.