<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Em 18-08-2009 15:13, Eric Sandeen escreveu:
<blockquote cite="mid:4A8AEF43.9030402@redhat.com" type="cite">(...)
  <pre wrap="">
Could you take this to the linux-ext4 list?  It'd be the more
appropriate place for the discussion.

It'd be good to know the details of the errors you see, too.

Thanks,
-Eric

  </pre>
  <blockquote type="cite">
    <pre wrap="">Best regards,

CdAB

    </pre>
  </blockquote>
  <pre wrap="">
  </pre>
</blockquote>
Yes, if I know where I can subscribe this list.<br>
<br>
Besides, when I format the device as Fat (F16 or F32) it works properly
only if I disable multibyte char encoding for directories (by doing:
LANG=pt_BR.ISO8859-1 and LC_ALL=pt_BR.ISO8859-1. That should be OK but
system should convert file names to proper encoding.<br>
<br>
When I format as ext-2 and create a large file, after writing the file
I can't write anything else. If I unmount the fs, I am able to mount
again and even read the file, but I'm not able to write anything else.
But if I fsck it, I'm warned that system was uncleanly unmounted.
Several errors appear (I'll repeat the procedure and log the errors).<br>
<br>
Basically what I do is:<br>
<font face="Courier New, Courier, monospace"><br>
# FILE_NAME_PREFIX=`date +%y%m%d%H%M`<br>
# tar cjf - /home /opt /usr/local | gpg -c -a -z0 --cipher-algo=aes256
-o /media/kingston/${FILE_NAME_PREFIX}.asc<br>
# md5sum ${FILE_NAME_PREFIX}.asc &gt; ${FILE_NAME_PREFIX}.md5</font> <font
 color="#ff0000">(this won't execute - cannot write to device).<br>
</font><br>
But if I do:<br>
<font face="Courier New, Courier, monospace"><br>
# df -m /dev/sdd1</font><br>
<br>
it is still plenty of free memory (64GBytes minus about 10GBytes)...<br>
<br>
One thing I was thinking is that this flash memory stores data in
blocks of 512 bytes and minimum ext2 blocking is 1024 bytes...<br>
<br>
</body>
</html>