Can I use a flash card as paging file in WinXP?

CTho9305

Elite Member
Jul 26, 2000
9,214
1
81
Flash memory has a limited number of writes before it stops working reliably, so this would not be a good idea.
 

uart

Member
May 26, 2000
174
0
0
Also flash cards are presently much slower than a good hard drive so performance would be poor. I cant think of one good reason to do it.
 

klaviernista

Member
May 28, 2004
90
0
0
Originally posted by: lookin4dlz
Curious if it can be done & how it affects performance.

Easy, it would be a huge bottle neck. The read write speeds on current flash memory are substantially slower than those of a hard disk.
 

jhu

Lifer
Oct 10, 1999
11,918
9
81
i got an idea: how about a several flash disks in a raid configuration?
 

Lynx516

Senior member
Apr 20, 2003
272
0
0
possible but it would be dead in about a week they usually only survive 10,000 writes .
 

Mday

Lifer
Oct 14, 1999
18,647
1
81
okay. flash memory CAN be faster. but the ones you can get cheap like CF cards, MMS, SD, etc, are all faster... than a floppy drive. so unless you're using a floppy disc for your page file... i dont think so.

the limited writes have already been mentioned.

of course if you want to get a several thousand dollar solid state hard drive that uses mroe expensive flash memory configurations, you will get speed improvements.
 
May 26, 2001
984
0
0
I use a floppy for a windows 98 page file... it made use out of the hundreds of floppies I had...

sidenote: Windows 98 runs slow when entirely off a cd...
 

glugglug

Diamond Member
Jun 9, 2002
5,340
1
81
disk transfer rate is not the primary performance metric of the drive, especially for a swap file.

Access time matters a lot more. Flash has essentially zero access time, so it actually is likely to perform better even with the slow transfer rate. Until it dies after only a few days use, because as others have mentioned it can't really take that many writes.
 

Mday

Lifer
Oct 14, 1999
18,647
1
81
Originally posted by: glugglug
disk transfer rate is not the primary performance metric of the drive, especially for a swap file.

Access time matters a lot more. Flash has essentially zero access time, so it actually is likely to perform better even with the slow transfer rate. Until it dies after only a few days use, because as others have mentioned it can't really take that many writes.

too bad through put is ass with a "flash card"
 

Mark R

Diamond Member
Oct 9, 1999
8,513
16
81
Originally posted by: klaviernista
Originally posted by: jhu
i got an idea: how about a several flash disks in a raid configuration?

-note: not sure if its even possible to run flash mem in a raid config

Well, CF cards are IDE compatible. So with suitable adaptors, I don't see why you couldn't hang 4 CF cards off a RAID card.
 

cKGunslinger

Lifer
Nov 29, 1999
16,408
57
91
This is an odd thread. Flash cards have limited number so writes, so using them as a heavily accessed paging file would be suicide. Better would be just to use a ram disk. But if you're gonna just add more ram to your PC, why not just leave it as ram instead of swap space? I do realize that a few apps *require* a non-zero paging file, so why not just have 1.5GB ram with 0.5 of it as a RAM drive? I'm not sure if you'd actually get any performance benefit from it. however.