|
|
| Next: Lautstärkesymbol_weg |
| Author |
Message |
simon111 External

Since: Mar 06, 2009 Posts: 2
|
Posted: Fri Mar 06, 2009 1:00 am Post subject: usb stick, and file system (vfat vs ext3) Archived from groups: comp>os>linux>embedded (more info?) |
|
|
hi, experts:
i am new to linux . and i found a straight phenomenon:
i have a usb stick (4GB), it's in USB 2.0 ,
its R/W speed is slow when i format it with ext3
but , when i format it with vfat , its R/W speed changes
very quick
i am very instreting in it. is the ext3 not very suit for usb
stick? |
|
| Back to top |
|
 |
David Brown External

Since: Jan 07, 2007 Posts: 25
|
Posted: Fri Mar 06, 2009 7:10 am Post subject: Re: usb stick, and file system (vfat vs ext3) [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
simon111 wrote:
> hi, experts:
> i am new to linux . and i found a straight phenomenon:
> i have a usb stick (4GB), it's in USB 2.0 ,
> its R/W speed is slow when i format it with ext3
> but , when i format it with vfat , its R/W speed changes
> very quick
> i am very instreting in it. is the ext3 not very suit for usb
> stick?
If write caching is not enabled and you have a logging file system (such
as ext3), then writes are going to be much slower than an unlogged file
system (each write of a file is going to need a couple of extra writes
to the log). |
|
| Back to top |
|
 |
user External

Since: Aug 14, 2005 Posts: 1361
|
Posted: Fri Mar 06, 2009 5:10 pm Post subject: Re: usb stick, and file system (vfat vs ext3) [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
simon111 wrote:
> hi, experts:
> i am new to linux . and i found a straight phenomenon:
> i have a usb stick (4GB), it's in USB 2.0 ,
> its R/W speed is slow when i format it with ext3
> but , when i format it with vfat , its R/W speed changes
> very quick
> i am very instreting in it. is the ext3 not very suit for usb
> stick?
EXT3 (and NTFS) is a journaling file system that allows roll back when
things go wrong. You must not use that feature on USB stick because the
journal is frequently written and will wear out sectors. You can format to
EXT2 that does not use journaling - or if you must your EXT3, then buy a
USB SSD like the Buffalo SSDs that manages sector wear.
EXT3 is backward compatible with EXT2 and so you can mount the EXT3
filesystem as an EXT2 file system and eliminate the issue entirely without
having to re-format. |
|
| Back to top |
|
 |
Jim Jackson External

Since: Nov 13, 2005 Posts: 19
|
Posted: Sun Mar 08, 2009 7:10 pm Post subject: Re: usb stick, and file system (vfat vs ext3) [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
7 <website_has_email.RemoveThis@www.enemygadgets.com> wrote:
> simon111 wrote:
> > hi, experts:
> > i am new to linux . and i found a straight phenomenon:
> > i have a usb stick (4GB), it's in USB 2.0 ,
> > its R/W speed is slow when i format it with ext3
> > but , when i format it with vfat , its R/W speed changes
> > very quick
> > i am very instreting in it. is the ext3 not very suit for usb
> > stick?
> EXT3 (and NTFS) is a journaling file system that allows roll back when
> things go wrong. You must not use that feature on USB stick because the
> journal is frequently written and will wear out sectors. You can format to
> EXT2 that does not use journaling - or if you must your EXT3, then buy a
> USB SSD like the Buffalo SSDs that manages sector wear.
Nearly all USB sticks "manage" sector wear.
> EXT3 is backward compatible with EXT2 and so you can mount the EXT3
> filesystem as an EXT2 file system and eliminate the issue entirely without
> having to re-format. |
|
| Back to top |
|
 |
simon111 External

Since: Mar 06, 2009 Posts: 2
|
Posted: Mon Mar 09, 2009 1:49 am Post subject: Re: usb stick, and file system (vfat vs ext3) [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
thank you all.
i tried. mounting with ext2 is quicker than ext3
On Mar 9, 6:38 am, j... DeleteThis @franjam.org.uk (Jim Jackson) wrote:
> 7 <website_has_em... DeleteThis @www.enemygadgets.com> wrote:
> > simon111 wrote:
> > > hi, experts:
> > > i am new to linux . and i found a straight phenomenon:
> > > i have a usb stick (4GB), it's in USB 2.0 ,
> > > its R/W speed is slow when i format it with ext3
> > > but , when i format it with vfat , its R/W speed changes
> > > very quick
> > > i am very instreting in it. is the ext3 not very suit for usb
> > > stick?
> > EXT3 (and NTFS) is a journaling file system that allows roll back when
> > things go wrong. You must not use that feature on USB stick because the
> > journal is frequently written and will wear out sectors. You can format to
> > EXT2 that does not use journaling - or if you must your EXT3, then buy a
> > USB SSD like the Buffalo SSDs that manages sector wear.
>
> Nearly all USB sticks "manage" sector wear.
>
> > EXT3 is backward compatible with EXT2 and so you can mount the EXT3
> > filesystem as an EXT2 file system and eliminate the issue entirely without
> > having to re-format. |
|
| Back to top |
|
 |
|
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
| |
|
|