I think Erik might be correct. The byte order of x86 and SPARC machines are different. This will certainly affect how data is read from your hard disk especially if ints and longs.

Carlo


John wrote:
The drive is on an ultra5 which is pci and ide compliant.

On 9/13/06, *Erik de Castro Lopo* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    John wrote:

     > As far as I know the drive is/was mounted/umounted ok.
     >
     > I think I may have found my own solution. I've changed
    architectures from
     > i386 to sun.

    Sun??? Or do you mean Sparc? The output of "uname -m" should tell
    you.

    If its Sparc (or UltraSparc) then things may be messed up because
    Sparc/UltraSparc is a big endian CPU and i386 is little endian.
    However, SUN do make i386 machines as well.

    Erik
    --
    +-----------------------------------------------------------+
      Erik de Castro Lopo
    +-----------------------------------------------------------+
    "C++ is the only current language making COBOL look good."
    -- Bertrand Meyer
    --
    SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
    Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html



--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to