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
