• Home

CodingExperiments.com

Linux, PHP, and the blogosphere

Search

Category:

  • Apple Inc.
  • Apps
  • Facts
  • Fun
  • Google
  • Ideas
  • Internet
  • Linux
  • Microsoft
  • PHP
  • Programming
  • Rants
  • Security
  • Uncategorized
  • web 2.0

Archives:

  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007

Pages

  • About
    • The Authors
  • Commenting your code
  • How to Write Papers with Groff
  • ModCMS Anti-Spam Component Set
  • ModCMS Technical Specifications
  • Regular Expressions Guessing Game
  • Saving code directly to a web server
  • The (Almost) Perfect PHP 404 Page

Meta:

  • RSS
  • Comments RSS

Awesomeness tracker

CodingExperiments at Blogged View blog authority
Free Page Rank Tool

Why I Like USB Flash Drives

January 9th, 2009 by freezewarp

Few people realize the full potential of a USB flash drive. Not only can you take your files on the go with you, but you can do so much more. Here are a few examples I find just too useful:

Portable Linux - Many Linux distributions can be run entirely from flash drives. Perhaps one of the most common examples is Ubuntu, which has several different applications available for LiveUSB use. Other popular distros, including Fedora, Knoppix, Gentoo, and Debian also can be used on a USB flash drive pretty easily. And, of course, the best part might be the fact that you can run the entire Operating System solely from your thumb drive. Or, for those who want to prolong their flash drive’s life, only the home directory can be modified.

Your Favorite Applications on the Go - For many people it can be frustrating not being able to take your favorite applications to school, work, the library, or your mother-in-law’s house. This can easily be done with a USB thumb drive. In fact, some very prominent applications and not-so-popular applications have unofficial and official builds ready to be used on a thumb drive.

Easy Backups - Flash drives can be an incredibly easy way to backup the most critical files quickly. Though there are obviously faster and better methods, this can also usually be used most anywhere, be overwritten when the backup is old, and is rather cheap compared to a whole new hard drive.

Full Control - Perhaps the best use is the ability to have a web server right in your pocket, or a powerful programming language like Python. Since these many times aren’t available to you elsewhere, with a USB flash drive they will be.

So, what uses do you have for flash drives?


Posted in Linux |

  • Grobsch
    You will love one distribution prepared for pendrives such as GoblinX or Slax!! Try one!!
  • Le Hoang Long
    Using usb as root driver is a good idea
    but there aren't many linux os that can run on usb
  • Jairo Mayorga
    Please look at www.pendrivelinux.com, www.distrowatch.com and www.rudd-o.com
    Thanks
  • Television Spy
    Yeah USB drives can be used for more then just storage, also boot cds (Linux and Windows), mountable cds (ISO images) and more.
  • me
    Be careful about your USB flash disk!

    I heard some stories that USB flash drive can be a dangerous device for secure backup. It can damage your data without a notice. First, compare flash disk to legacy hard disk. When a data is damaged, you will receive a warning that a sector cannot be read. In the case of flash disk, it is different, there is no warning when your data are damaged!! It is even possible, that in one millisecond, several "sectors" at your flash disk are damaged. Several sectors can be overwritten without notice (you write to sector 123 but there is an electrical or firmware problem and other sectors are overwritten too. It is difficult to detect such random corruptions when you store data to common filesystem (FAT, NTFS, ext3). You noticed in the article that number of writes is limited and in some time sectors at flash disk can die. Is there a support in your OS to detect and workaround "damaged" sectors?

    Most of issues with legacy hard disks were already addressed (SMART, sector reallocation, etc). USB flash disks are at the begging of this journey jet. We don't have file system that will address data corruption and sector reallocation. Be very careful when you store your important files to USB flash drive... Add some checksum, maybe store files to ZIP archive (ZIP archive has embedded checksum), maybe store files in several copies.
  • mlord
    > ..rather cheap compared to a whole new hard drive..

    Err. while I agree with the other points, this one is just plain rubbish.
    A 250GB hard drive is well under $100 in most markets now, but a
    comparable amout of flash (for backups) is way WAY more expensive.

    Cheers
blog comments powered by Disqus