[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Mtools] Reading label from a large capacity memory card
From: |
Alain Knaff |
Subject: |
Re: [Mtools] Reading label from a large capacity memory card |
Date: |
Fri, 20 Feb 2009 13:48:15 +0100 |
User-agent: |
Thunderbird 2.0.0.19 (X11/20090105) |
Simon Large wrote:
> llong.h line 32 is:
> # ifdef HAVE_LLSEEK || defined(HAVE_LSEEK64)
> and should be:
> # if defined(HAVE_LLSEEK) || defined(HAVE_LSEEK64)
Oops... I'll fix this.
> After that change everything compiles without errors or warnings.
> Unfortunately the end result is the same, "Big disks not supported..."
Maybe, if you have one small example of usage of lseek64 ready, could you
mail me it? (complete, with #include's) Maybe from the example, I'll be
able to figure out how to integrate that into mtools.
Thanks,
Alain
- Re: [Mtools] Reading label from a large capacity memory card, (continued)
- Re: [Mtools] Reading label from a large capacity memory card, Simon Large, 2009/02/17
- Re: [Mtools] Reading label from a large capacity memory card, Simon Large, 2009/02/17
- Re: [Mtools] Reading label from a large capacity memory card, Simon Large, 2009/02/17
- Re: [Mtools] Reading label from a large capacity memory card, Simon Large, 2009/02/17
- Re: [Mtools] Reading label from a large capacity memory card, Simon Large, 2009/02/20
- Re: [Mtools] Reading label from a large capacity memory card,
Alain Knaff <=
- Re: [Mtools] Reading label from a large capacity memory card, Simon Large, 2009/02/23