Do magnets effect Flash Drives?
No. CF, SD, etc. will not be damaged by magnets. Look here! I'm holding a magnet next to my SD Card... Oh... Through forum, you can't see that... 
PB 4.30
Code: Select all
onErrorGoto(?Fred)-
dracflamloc
- Addict

- Posts: 1648
- Joined: Mon Sep 20, 2004 3:52 pm
- Contact:
http://www.pcworld.com/article/id,11657 ... ticle.htmlFor venerable floppies, this statement holds true. We placed a 99-cent magnet on a 3.5-inch floppy for a few seconds. The magnet stuck to the disk and ruined its data.
Fortunately, most modern storage devices, such as SD and CompactFlash memory cards, are immune to magnetic fields. "There's nothing magnetic in flash memory, so [a magnet] won't do anything," says Bill Frank, executive director of the CompactFlash Association. "A magnet powerful enough to disturb the electrons in flash would be powerful enough to suck the iron out of your blood cells," says Frank.
-
dracflamloc
- Addict

- Posts: 1648
- Joined: Mon Sep 20, 2004 3:52 pm
- Contact:
- Psychophanta
- Always Here

- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
As i have read there are 2 types of techniques: NAND memory, and NOR memory.
Well, there is another problem with this kind of memory: it doesn't allow to be written unlimited times.
And there is another scaring thing i have discovered recently:
there are devices like mini-pci wifi cards, sound cards, VGAs, ... etc. which have a flash memory for firmware. Well, until now that is wellknown by us.
But the bad thing is that that firmware (some times aka microcode) is included in the .sys files in the windows drivers (and also in .fw files in /lib/firmware dir in linux).
That means that each time you switch from a driver to another, you are rewriting this flash memory. And for example if you have several OSes installed, each time you switch from an OS to another, the flash mem is rewrited too.
(I wonder how it will manage this VMWare or VirtualPC when running 2 or more OSes, i hope it don't write on flash every time you focus one or another...).
Of course, when you see your hardware have been broken, warranty was terminated time ago.
Well, there is another problem with this kind of memory: it doesn't allow to be written unlimited times.
And there is another scaring thing i have discovered recently:
there are devices like mini-pci wifi cards, sound cards, VGAs, ... etc. which have a flash memory for firmware. Well, until now that is wellknown by us.
But the bad thing is that that firmware (some times aka microcode) is included in the .sys files in the windows drivers (and also in .fw files in /lib/firmware dir in linux).
That means that each time you switch from a driver to another, you are rewriting this flash memory. And for example if you have several OSes installed, each time you switch from an OS to another, the flash mem is rewrited too.
(I wonder how it will manage this VMWare or VirtualPC when running 2 or more OSes, i hope it don't write on flash every time you focus one or another...).
Of course, when you see your hardware have been broken, warranty was terminated time ago.
Well VMWare and Parallels shouldn't be a problem since they offer onöly virtual netwrok crads and so on to the OS running in the VM since these network crads are only programmed constructs they can't have any hadrware issues. But with dual booting this really could be a big problem in the future.
Visit www.sceneproject.org
- Psychophanta
- Always Here

- Posts: 5153
- Joined: Wed Jun 11, 2003 9:33 pm
- Location: Anare
- Contact:
I hope in near future, the nature of this kind of memories is changed.
Even i doub it because it is interesting for sellers.
The worse thing (i even don't want to think about) is that very possibly, even i am not sure, the firmware is rewritten each time you start or restart your PC, because even the data to be written is the same, the cells perhaps must be refresh.
EDIT: Very interesting to be read:
http://en.wikipedia.org/wiki/Flash_memory
Even i doub it because it is interesting for sellers.
The worse thing (i even don't want to think about) is that very possibly, even i am not sure, the firmware is rewritten each time you start or restart your PC, because even the data to be written is the same, the cells perhaps must be refresh.
EDIT: Very interesting to be read:
http://en.wikipedia.org/wiki/Flash_memory

