Every message from this list has its MIME encoding munged such that I see the text/plain version and the (usually uuencoded) HTML version. Jacob is kind enough not to use an HTML mailer :)
Anyone know what that is? I'd blame gmail, but I'm on a lot of lists and this is the only one to exhibit this particular failure. Dustin ---------- Forwarded message ---------- From: Jacob Thompson <[email protected]> Date: Thu, May 6, 2010 at 12:50 PM Subject: Re: NTFS Support on Linux status? To: [email protected] This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-959833626-1273168220=:2208 Content-Type: TEXT/PLAIN; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8BIT ntfs-3g is what you need; it runs in userspace (FUSE) and is included in Linux distributions. I don't know if it is in Mac OS X out of the box. You might also consider using the "split" utility to break the files into 2 GB pieces and use FAT32, and then use "cat x y z" on Unix or "copy /b x+y+z" on Windows to reassemble and copy them to another location. -- Jake Thompson On Thu, 6 May 2010, David Zakar wrote: > > Anyone know what the current status of NTFS is on Linux, specifically > reading and writing very large files (> 4GB)? I might need to shuttle around > some of those huge files in a cross-platform fashion (Linux/Mac/PC), and > NTFS seemed like a reasonable choice. > > > > -DMZ > > > --0-959833626-1273168220=:2208-- -- Open Source Storage Engineer http://www.zmanda.com
