USB flash drive or any other flash memory drive is basically an EEPROM that means "Electrically Erasable Programmable Read Only Memory."
Because USB sticks are EEPROM these can hold data for as long as 10 years. As these memory modules are shocked proof and as these don't have a volatile memory are good enough to sustain shock and humidity to some extend that is casual abuse that includes that run through a washing machine, or even dropped in coffee.
UBS thumb drives normally don't require drivers but with few old operating systems like Windows 98 and Windows 95 you need drivers that are provided by the manufacturer. Latest OS consider USB drives as USB Mass storage devices and have built in support for these drives that means you don't need any drivers just plug in the drive and start using it.
Some Linux versions might recognize it but won't let you use it until you manually mount the drive. To mount to drive manually use the command
"mount -vfat (drive to mount) (directory to mount at)"
Eg. "mount -vfat /dev/sda1 /mnt/usbdrive"
Manufacturers are also coming up with systems that have bios support for USB that means you can boot from the small USB drive. There are different versions of operating systems coming up that can be installed on a ROM and are so small to fit a USB drive as well. Most of these OS versions are Linux based for example Damm Small Linux.
No comments:
Post a Comment