My Photo

Become a Fan

DailyMile

Google Ad Skyscraper

« Grady Booch on SOA, and he's so right | Main | Off topic: Intel shipping 16 thread CPU in 08 »

March 28, 2007

Comments

Fabrizio Giudici

"My laptop drive does it in 18 minutes. I don't get why?"

I'm not an expert at this... but as these flash disks are targeted at things such as digital cameras, maybe they are optimized for storing large files such as 6-12 MPixel photos, just to make an example, while an app build creates and modifies a lot of small files... Have you tried reformatting with different block sizes (I know it can be done with FAT32, I don't know about NTFS)?

Billy

Could be but when you look at the access times with the hdtune tool, it doesn't appear to be lacking as a random access device.

I'm using NTFS, I haven't tried FAT32 as wastage was an issue and the 2.7GB of data took more than 4GB with wastage.

Eugene Kuleshov

You can't beat SATA or even IDE interface with DMA support with lousy USB 2.0...

BTW, have you tried to enable compression on your source folders? It may help to reduce amount of data transfered to and from disk.

jonathan

I would like to try 2 SATA flash drives in a RAID 0 array, this should get around the lower data transfer rate.

In the meantime I will soldier on with my 15K SCSI rig :)

Patrick Mueller

Those times are probably for reads. Write time to flash is typically abysmal, as the device has to 'burn' blocks at a time on write.

What you really want is just pure ram drive. Especially if the needs for the 'drive' are completely transient.

Billy

Compression makes it worse :( I'm giving up for now, it's slow. I'm wondering with vista ready boost how this is going to speed stuff up when it looks like paging to disk is way faster even with the fastest of usb flash disks.

Mikael Grev

Caching in the HD makes it faster that its specs, especially for small files. When flash drives gets better caching algorithms and bigger cache sizes they will be faster, but that will take a year or two.

Carfield Yim

I personally like to make my develop environment as fast as I can. So I would rather stick on HDD and SYNC my workspace and my USB storage

The comments to this entry are closed.