USB-stick filesystems && speed

  • Follow


Hello,

I purchased a 1 GB-USB stick which works fine, in general.

However, I would like to format it with another filesystem
than the old VFAT (MSDOS) (the main reason is the unusable 
file-permission flags).

I tested EXT2/3 and Reiser-FS, which worked both, but with dramatic
speed drops.
 
VFAT gave about 8 MB/sec for writing (which is the manufacturers speed)
and a little more for reading.

For ext2 (without journal) it dropped to 0.2 MB/sec !!!

Is there somthing that I missed, or are there other recommended fs
for USB-sticks ?

regards

wolfk

-- 
PS: **** please, put the word 'nospam' anywhere in the subject line !! ****
----------------------------------------------------------------------------
      Wo bleibt die Mathe-Reform, die endlich das '=' abschafft ?
----------------------------------------------------------------------------
Wolfgang Koehler                                       wolfk@gfz-potsdam.de
GeoForschungsZentrum Potsdam, Germany, Projekt CHAMP	Tel: (0331)288-1738
0
Reply wolfk (6) 11/25/2005 12:28:08 PM

Wolfgang K�hler wrote:
> Hello,
> 
> I purchased a 1 GB-USB stick which works fine, in general.
> 
> However, I would like to format it with another filesystem
> than the old VFAT (MSDOS) (the main reason is the unusable 
> file-permission flags).
> 
> I tested EXT2/3 and Reiser-FS, which worked both, but with dramatic
> speed drops.
>  
> VFAT gave about 8 MB/sec for writing (which is the manufacturers speed)
> and a little more for reading.
> 
> For ext2 (without journal) it dropped to 0.2 MB/sec !!!
> 
> Is there somthing that I missed, or are there other recommended fs
> for USB-sticks ?

mount option "async" is recommended.


--Frank Elsner
0
Reply Elsner (19) 11/25/2005 12:51:55 PM


On Fri, 25 Nov 2005 13:28:08 +0100, Wolfgang K�hler wrote:

> Hello,
> 
> I purchased a 1 GB-USB stick which works fine, in general.
> 
> However, I would like to format it with another filesystem
> than the old VFAT (MSDOS) (the main reason is the unusable 
> file-permission flags).
> 
> I tested EXT2/3 and Reiser-FS, which worked both, but with dramatic
> speed drops.
>  
> VFAT gave about 8 MB/sec for writing (which is the manufacturers speed)
> and a little more for reading.
> 
> For ext2 (without journal) it dropped to 0.2 MB/sec !!!
> 
> Is there somthing that I missed, or are there other recommended fs
> for USB-sticks ?
> 
> regards
> 
> wolfk

Did you try mounting EXT2 filesystem with the 'noatime' option?

0
Reply pod (18) 11/26/2005 12:59:37 AM

PoD wrote:

> Did you try mounting EXT2 filesystem with the 'noatime' option?

yes, I used this option without much progress.
The only way to get faster transfer seemed 'async' mode.

What confuses me, why does sync-mode works well for VFAT
but not for ext2-FS ?

regards

wolfk

-- 
PS: **** please, put the word 'nospam' anywhere in the subject line !! ****
----------------------------------------------------------------------------
      Wo bleibt die Mathe-Reform, die endlich das '=' abschafft ?
----------------------------------------------------------------------------
Wolfgang Koehler                                       wolfk@gfz-potsdam.de
GeoForschungsZentrum Potsdam, Germany, Projekt CHAMP	Tel: (0331)288-1738
0
Reply wolfk (6) 11/28/2005 1:45:49 PM

Wolfgang K�hler wrote:
> PoD wrote:
> 
> 
>>Did you try mounting EXT2 filesystem with the 'noatime' option?
> 
> 
> yes, I used this option without much progress.
> The only way to get faster transfer seemed 'async' mode.
> 
> What confuses me, why does sync-mode works well for VFAT
> but not for ext2-FS ?

FAT does not keep records on other times than last change
to the file.

The native Unix file systems are ill suited for Flash media
due to the many write operations inherent in the processing.

-- 

Tauno Voipio
tauno voipio (at) iki fi
0
Reply tauno.voipio (652) 11/28/2005 7:56:36 PM

4 Replies
26 Views

(page loaded in 0.649 seconds)

Similiar Articles:




7/13/2012 8:05:15 PM


Reply: