This text is replaced by the Flash movie.
 

Posts Tagged ‘ flash drive ’

By Rick Broida
November 2, 2011

SAN FRANCISCO – If you’ve poked around PC World in recent weeks, you’ve learned how to download and install Windows 8 on a new hard-drive partition and how to install Windows 8 in a virtual machine. Today, let’s talk about one of my favorite approaches for installing Windows 8, well, anywhere: by way of a flash drive.

See, when you download something like the Windows 8 Developer Preview (which anybody can check out, not just developers), you’re left with an ISO file that must be burned to a DVD before you can actually install it. Or must it?
The Windows 7 USB/DVD Download Tool lets you copy that ISO file to a flash drive, then use that drive to install Windows. And don’t let the name fool you: although the 1MB utility says it’s for Windows 7, it works like a charm with Windows 8. (Also notwithstanding its name, there’s no real downloading involved.)
For this task you’ll need a flash drive with at least 8GB of available storage. The utility will necessarily erase everything on the drive as part of the setup process, so make sure you’ve offloaded any important data. You’ll also need to have downloaded the Windows 8 Developer Preview if you haven’t already. I recommend the x64 version without the developer tools, though you may want to choose the x86 version if you’re planning to install it on an older PC with limited RAM (i.e. 3GB or less).
Once you run the utility, it’s a simple four-step process to select the ISO file, wipe the USB drive, make it bootable, and load Windows 8. So simple, in fact, that I’m not going to reiterate the steps here. But allow 10-20 minutes for the job to finish.

When you’re done, you can “safely eject” the drive, then pop it into whatever PC is going to be your Windows 8 guinea pig. (If you have trouble booting from the drive, consult your manual; you may need to tweak the BIOS settings.)

I’m sorry to say you can’t actually run Windows 8 from the flash drive like you can some versions of Linux; you’ll have to go as far as to install it. But it’ll be a lot faster going with the flash drive than it would be with a DVD. Plus, you can load it on a netbook, ultrabook, or any other system that lacks an optical drive.

  • Squidoo
  • Multiply
  • Facebook
  • Delicious
  • Digg
  • StumbleUpon
  • Twitter
  • TechNet
  • Technorati Favorites
  • MySpace
  • Share/Save/Bookmark
By Lincoln Spector
July 6, 2011

SAN FRANCISCO – I enjoy being the tech hero. Relatives and friends come to me with their computer problems, and more often than not, I help them. Their problem gets solved, and my ego goes up a notch. (I can vouch for that last one. –Ed.)

It helps to have the right tools–and unless a friend has a hardware problem, all of those tools fit onto a single flash drive. If a person’s system is sufficiently sick, I can boot a Linux variation called PartedMagic from the flash drive. From there, I can retrieve files off an unbootable PC, check the condition of the hard drive, and scan for malware.

Not that I always have to do that. My special flash drive also contains multiple portable Windows utilities (relatives and friends with Macs are on their own). With these programs I can clean a hard drive, recover deleted files not in the Recycling Bin, properly remove installed programs, check the condition of the hard drive, and scan for malware.

All of the programs I’m recommending here are free, at least for personal use. Some may require licenses if you’re a professional.

Creating a bootable flash drive is remarkably easy. All you need is a flash drive (a 512MB drive will do, with room to spare) and the free Universal USB Installer. Insert the drive into a USB port, and then launch the installer. In step one, select PartedMagic (it’s somewhat near the bottom), and then check the Download the iso option. The download itself can take time; as I write this, the current version is 163MB. Everything else should be clear from there.
Once the drive is bootable, you can copy your Windows programs onto it. But I won’t talk about those programs just yet; I’d rather start by showing you what to do in Linux.

Fixing Windows From Another OS

Your friend’s PC probably doesn’t boot from a flash drive by default, so you’ll have to figure out how to make it do that. When the computer first comes on, it may produce messages telling you what keys to press for ‘Setup’ or the ‘Boot Menu’. If it offers both, go with the Boot Menu option, since Setup will require you to change the boot order of your friend’s machine (you should change it back when you’re through).

If you see no such messages, experiment with pressing function keys just before Windows loads (F10 is a good bet for the Boot Menu). You can also search the Web for setup or “boot menu” plus the PC make and model number.

Even if you know the appropriate button, getting the timing right can be tricky. I just push and release the button over and over again until the correct menu comes up.

(If you’re wondering why you shouldn’t simply create a bootable CD instead of a flash drive, I can list several reasons: You can’t easily copy files to a CD. Not all PCs have optical drives anymore. And not all computers with optical drives boot from them without the same hassles I just described.)

Once you successfully boot from the drive, select Default Settings (Runs from RAM) from the resulting menu. You’ll soon find yourself in a comfortably familiar-looking environment.

But here’s one thing you should remember: Linux is actually running in a virtual drive in RAM. Any file you save to the root “drive” will disappear when you reboot. If you want to save a file, save it to the flash drive.

The following are a few things that you can do in PartedMagic.

Recover files: If your friend can’t boot the PC, recovering important files off its hard drive is probably the first priority. Click the external-drive icon near the lower-left corner, and then click the Mount button next to the appropriate partition. Find the files and folders you want, and drag and drop them to an external drive (if your flash drive has enough free room, you can use that).

Edit partitions: If the name PartedMagic didn’t clue you in, this Linux distribution’s main claim to fame is a nondestructive partition tool. Just double-click the Partition Editor icon on the desktop, and up it comes. This will tell you right away if the correct partition is bootable, or even visible. To change a partition’s status, right-click it and select Manage Flags.

Check the hard drive’s health: Double-click the Disk Health icon on the desktop for technical information on the hard drive. The last tab lets you run the drive’s built-in diagnostic tests.

Scan for malware: Unfortunately, the command-line version of ClamAV that comes in PartedMagic is anything but friendly. You may want to follow these instructions closely, or just skip to the next section, where I suggest some alternatives.

First, you have to download the current definitions. Click the Start button (yes, I’m using the Windows term for clarity) and select System Tools. If a Download Clamav Definitions option is available, select it.

If you don’t see one there, launch Firefox (Start, Internet, Firefox), and go to the ClamAV site. Download main.cvd and daily.cvd. Save them to the /root/clamav folder.

Before you run the scan, make sure that all of the partitions you want to scan are mounted. See the “Recover Files” section above for instructions.

Next you’ll need a folder, preferably on the flash drive, to store the suspected infected files. If you know how to create a folder in Windows, you can figure it out here.

Now open a terminal window: Select Start, Accessories, LXTerminal. A command-prompt window will open. At the prompt, type cd /root/clamav and press Enter. Then type clamscan -r -v –move= path to your new folder /media. For instance, you might type clamscan -r -v –move=/media/sdb1/badstuffinside /media. (Note that there’s a space between badstuffinside and /.) Press Enter.

When the scan is over, suspected files will be off your friend’s hard drive and on your flash drive. You can then look at them, determine if they’re necessary, and delete them. Just don’t open them in Windows.

Point your browser to linux.die.net/man/1/clamscan for more on using ClamAV.

Other Malware-Fighting Tools

If ClamAV seems like too much of a hassle, consider using one or more of these other portable malware scanners.

SuperAntiSpyware Portable Scanner: You shouldn’t keep this one–the portable version of one of the best free on-demand scanners–on your flash drive. Why? The dictionary is built into the file, so fresh versions come out every day or two. Download it from a safe computer at the last possible moment, and save it to your flash drive. Boot your friend’s PC into Windows’ Safe Mode, and run it from there.

HijackThis
: Actually, this isn’t a scanner, but a portable, Windows-based analysis tool. It produces an obtuse report on the PC’s configuration, and that report may contain clues about an infection. Consult Trend Micro’s HijackThis site for a list of online forums where you can upload your report and get advice.

AVG Rescue CD: If you can’t (or won’t) run a malware scan in Windows, here’s another live Linux distro built especially for antivirus work. You can download separate versions to burn to CD or to put on a flash drive. Either one is bootable.

Extra Tools for Your Flash Drive

Not every PC problem your friends have will require a malware scan or an alternative boot. These portable programs easily fit on your flash drive, and can run in Windows without being installed.

Recuva Portable: If any type of software should be portable, it’s an uneraser, because every time you write to your hard drive, you lower the chance of successfully restoring a lost file. You’ll never find a guaranteed file-recovery tool, but in my experience Piriform’s Recuva has an amazing track record.

CCleaner Portable: Here’s another excellent, free, and portable tool from Piriform. As the name implies, this one cleans up your friend’s messes. It empties caches, cookies, and other Windows and application garbage. It cleans out the Registry (do this with extreme caution). It can also uninstall programs, although not as well as my next recommendation.

Revo Uninstaller Portable: Every Windows program comes with an uninstaller, but many of them leave junk behind. Windows’ own Uninstaller tool (called either ‘Programs and Features’ or ‘Add or Remove Programs’) isn’t any better–it just launches the selected program’s own uninstaller. Revo, on the other hand, runs the program’s uninstaller, and then cleans up the remaining garbage. It isn’t perfect, but it does a reasonable job. One warning: Although the free, portable version works in 64-bit versions of Windows, it cannot remove x64 programs.

HD Tune: You don’t need to boot into Linux to check a drive’s status. This program will do it in Windows. This version is free only for personal use; professionals will have to shell out $35 for the more-powerful HD Tune Pro. This is not officially a portable program–you have to install it on Windows. But once you do that, you can copy the folder to your flash drive, and use it anywhere.

Folder Size Portable: If your friend’s hard drive is too crowded, cleaning it out will be easier if you can identify the folders that contain the bloat. MindGem’s tool will show you which folders, and which folders inside those folders, are taking up lots of disk space. Two caveats: First, the portable version is marked “Experimental,” although it works fine for me. Second, the cool-looking, animated graphics work only if your friend has Java installed in Internet Explorer. But don’t fret–the data is the same with or without the pretty pictures.

With tools such as these in your pocket, you can be a very popular person.

  • Squidoo
  • Multiply
  • Facebook
  • Delicious
  • Digg
  • StumbleUpon
  • Twitter
  • TechNet
  • Technorati Favorites
  • MySpace
  • Share/Save/Bookmark

By Melissa J. Perenson
January 7, 2011

SAN FRANCISCO – We’ve seen this coming over time: Based on the Trusted Computing Group’s standard, hard drives and solid state drives (SSD), are offering self-encryption built-in. The key difference with these next-generation encrypted drives is that these units have the encryption integrated into a single chip on drive in the drive.
Securing data storage is especially important for small businesses, due to legal specifications that require companies to report breaches, and to maintain data for long periods of time for accountability purposes.

More than 45 states have data privacy laws with encryption safe harbors. In 2008, the average cost of notification regarding a data breach was $6.65 million per incident.

That adds up fast if a flash drive with company personnel and salary data is compromised, for example. At the Storage Visions 2011 conference here in Las Vegas, another stat thrown around that’s gives pause: Since 2005, over 345,124,400 records containing sensitive personal information have been involved in security breaches.
One of the advantages to the single-chip, no-software approach now in place: There’s no performance degradation. It’s also safer; the encryption keys are generated within the drive, so there are no keys to lose. The keys never leave the drive.

What is a self-encrypted hard drive? The drive itself protects the data, with either 128-bit or 256-bit AES keys that are stored in the drive itself.

“Technically, it’s a self-protecting device,” says Robert Thibadeau, senior vice president and chief scientist at Wave Systems, and a representative for the Trusted Computing Group, which oversees the technical specification for self-encrypting hard drives.

There’s the media encryption key that encrypts the data, and the authentication key that is used to unlock the drive and decrypt the media encryption key. Without the authentication key, there is no media encryption key in the drive at all. You create the password, then the only way to get back onto the drive–and to the data that’s on the drive–is with the password (or passwords) you set up.
Full-disk encryption can refer to software or hardware encryption, whereas self-encrypted hard drives are just hardware encryption. Microsoft coined the term full-disk encryption, but that term became confused with the encryption done by software like Bitlocker. Initially there was a premium, but at this point there’s little to no premium for buying one. Every drive maker makes self-encrypting drives.
In a few years, predicts Thibadeau, you’ll be buying a self-encrypting drive and you won’t even realize it-because it will be so pervasive. “The encryption just works, it doesn’t impact you.”

Samsung just introduced at CES it’s a 256-bit self-encrypted series of USB 3.0 hard drives. The drives include three new external drives, in 1TB, 1.5TB, and 2TB. The drives come with Samsung’s auto-backup software, and Samsung SecretZone for creating a secure virtual drive, and SafetyKey for setting up passwords and encrypted data backup. The drives are due in April; prices to be announced.

  • Squidoo
  • Multiply
  • Facebook
  • Delicious
  • Digg
  • StumbleUpon
  • Twitter
  • TechNet
  • Technorati Favorites
  • MySpace
  • Share/Save/Bookmark

By Rick Broida
November 2, 2010

SAN FRANCISCO – A while back I lost a flash drive during a road trip. Amazingly, someone found it, contacted me, and offered to return it–even going so far as to cover the cost of postage. (Who says there are no good Samaritans?)

The embarrassing part is that she obtained my e-mail address by digging through various documents on the drive. Nothing mission-critical, mind you, but I wished she’d had an easier (and less-intrusive) means of finding me–like, say, a simple, easy-to-spot text file with my contact info.

Taking a cue from smart cell-phone owners who add an “@IF FOUND” entry to their address books, I created an “@IF FOUND” text file that sits in my flash drive’s root directory. In theory, it’ll be the one of the first things someone sees upon accessing the drive.

Here’s what it says inside the file: “You found my flash drive! Thanks a million for being honest and returning it to me. Please call me at [phone number] or e-mail me at [e-mail address]. There’s a reward waiting!”

Offering a reward is optional, of course, but I think a $5 Starbucks card (or equivalent) would be the perfect gesture for something like this.

Certainly there’s no guarantee this will help you recover a lost drive–but I think it’ll improve your odds considerably. At the same time, consider slapping on a “found me” sticker like the ones offered by SendMeHome.

  • Squidoo
  • Multiply
  • Facebook
  • Delicious
  • Digg
  • StumbleUpon
  • Twitter
  • TechNet
  • Technorati Favorites
  • MySpace
  • Share/Save/Bookmark

By Rick Broida
October 20, 2010

SAN FRANCISCO – The other day, my wife asked me how to copy a PowerPoint presentation to a flash drive so she could take it with her to school. I was a little shocked. My very own wife doesn’t know how to do this? I’ve failed as a husband!

To make sure I don’t fail you, dear readers, allow me to explain the process of copying files to flash drives. Most of you probably know how, but I’ll wager it’s a mystery to at least some users.

There are two basic ways to go about this (both of which start with you plugging the drive into a USB port).

First, you can open the document in whatever program you used to create it–Word, PowerPoint, etc.–then save that document to the flash drive by way of the Save As command. Basically, you’re rerouting it to the drive.

That’s pretty easy, but there’s a potential wrinkle: the next time you go to open the document from your Recent Documents list, the program will try to retrieve it from the flash drive (i.e. the last place it was saved)–and won’t find it because it’s not plugged in.

No big deal–you just have to use the Open command and go find the original wherever you initially saved it. I’m just saying it’s a potential source of confusion.

The better way to go is to open Windows Explorer, find the document on your hard drive, right-click it, and choose Send To, Removable Disk (E:) (or whatever drive letter corresponds to your flash drive). Presto: the file gets copied over.

The only problem here is that not everybody knows where their documents get saved. My advice: learn. Most programs use the Documents (or My Documents) folder by default, so that’s a good place to start your search.

  • Squidoo
  • Multiply
  • Facebook
  • Delicious
  • Digg
  • StumbleUpon
  • Twitter
  • TechNet
  • Technorati Favorites
  • MySpace
  • Share/Save/Bookmark

April 20, 2010

kingmax_pd-02Kingmax, a Taiwan-based manufacturer of RAM/memory card modules, has released its latest flash drive, the PD-02. Touted as the advanced version of the company’s popular PD-07, this new offering has the same streamlined appearance but, in addition, boasts of a slide USB connector and an anti-scratch surface which make it ideal for students and white-collar professionals who carry their flash drives everywhere with them.

The PD-02 is currently available in four capacities: 2GB, 4GB, 8GB and 16GB. All four are in compliance with the standard USB2.0 high-speed transfer rate. Carrying a five-year warranty, the PD-02 supports Windows 7 and Vista Readyboost technology.

  • Squidoo
  • Multiply
  • Facebook
  • Delicious
  • Digg
  • StumbleUpon
  • Twitter
  • TechNet
  • Technorati Favorites
  • MySpace
  • Share/Save/Bookmark

April 16, 2010

jf500_mTranscend Information Inc. recently launched its JetFlash 500 retractable USB flash drive. Featuring a smooth sliding USB connector that eliminates the need for caps and extends and retracts with a flick of the thumb, the JetFlash 500 is designed for users with busy and active lifestyles. Its capless design not only keeps dust and debris out of the drive, but also ensures there is no cap to misplace or lose.


It comes in five color options to match its black case: orange, red, blue, green and purple. It carries a lifetime warranty and is currently available in five capacities: 2GB, 4GB, 8GB, 16GB and 32GB.

  • Squidoo
  • Multiply
  • Facebook
  • Delicious
  • Digg
  • StumbleUpon
  • Twitter
  • TechNet
  • Technorati Favorites
  • MySpace
  • Share/Save/Bookmark

Backup and Delete

By Fei on February 1, 2010

By Lincoln Spector
February 1, 2010

SAN FRANCISCO – Dwight Schoffer wants to know the downside of backing his data to a flash drive, then deleting it from his hard drive.

Making one backup, then deleting the file from your hard drive, is no better than not backing up at all. You’re still violating Spector’s First Law of Computing: Never have only one copy of anything.

And if your only copy is on a flash drive, that’s especially dangerous. Those things can easily get lost or stolen.

If you’re going to keep files on a flash drive and not also put them on your hard drive, you need to back up the flash drive. Copy the files to another flash drive every day or so, or burn them to a DVD.

  • Squidoo
  • Multiply
  • Facebook
  • Delicious
  • Digg
  • StumbleUpon
  • Twitter
  • TechNet
  • Technorati Favorites
  • MySpace
  • Share/Save/Bookmark

pr_transcendusbflashjetflashv15

Transcend Teams Up with Trend Micro to Release Antivirus USB Flash Drives.

Transcend Information, Inc., a worldwide leader in storage and multimedia products, today announced its alliance with Trend Micro, Inc., a global leader in Internet content security, to offer advanced Trend Micro USB Security software preloaded on its newest USB flash drive, the JetFlash V15. With this powerful combination of Transcend hardware and industry-leading Trend Micro software, users can now share, store and manage valuable data more safely and securely than ever.

To combat against a rise in Autorun malware that infect removable drives and then spread across corporate networks that Trend Micro threat researchers discovered last year, a unique software program called Trend Micro USB Security was developed specifically to protect against malicious content in files transferred to a USB flash drive. With its easy-to-use interface and simple one-step activation process, Trend Micro USB Security protects the JetFlash V15 from the first moment it is plugged in. If threats are discovered, users will be alerted and all infected files will be quarantined.

“Our USB Security software paired with Transcend’s USB flash drive makes it easy for consumers to add another layer of powerful protection against Internet threats and viruses that could harm their irreplaceable data and files,” said Carol Carpenter, vice president of consumer marketing. “We’re pleased to be able to team with Transcend in delivering smart, easy-to-use security so consumers can enjoy online activities with peace of mind.”

“We look forward to deploying Trend Micro’s USB Security on our JetFlash V15,” said Transcend Vice President Steve Chang. “This is an exciting partnership that ultimately improves the lives of portable storage users by giving them the convenience of storing anything on their JetFlash USB flash drive with confidence that their files are safe from harmful viruses.”

When the JetFlash V15 is plugged into a computer with Internet access, Trend Micro USB Security will automatically download and install the latest security updates directly onto the drive. Thanks to its powerful Trend Micro USB Security built-in software, Transcend’s JetFlash V15 AntiVirus USB Flash Drive can freely be used in any computer without having to worry about malicious data hitching a ride while transferring files.

Transcend’s capless JetFlash V15 flash drive features a retractable USB connector with lock-switch, which makes the drive easier to use and protects it from damage during travel. Its shiny gloss design includes a convenient attachment hook that not only helps prevent accidental loss, but also makes the drive easier to remove from a USB port. With outstanding storage performance, a preloaded, full-featured, 90-day trial version of Trend Micro USB Security, plus Transcend’s renowned global lifetime warranty service, the JetFlash V15 is a feature-packed portable storage device that offers users peace of mind by protecting precious personal data from hackers, viruses or cybercriminals.


  • Squidoo
  • Multiply
  • Facebook
  • Delicious
  • Digg
  • StumbleUpon
  • Twitter
  • TechNet
  • Technorati Favorites
  • MySpace
  • Share/Save/Bookmark
Subscribe E-Newsletter

Don't get left behind. Sign up to receive the latest news.

Our Sponsors
Kerio
Ozaki
redwood
Super Micro
Kaspersky
KOSS
Xitrix
Western Digital
Emerson
Copylandia
JobsDB
ePLDT
Bitdefender
Multi-Color
mseedsystems
Smart
Peplink
Sophos
Astaro
itproasia
MEC
APC
wsi
Wolfpac
ArcusIT
 
 
 
PC World Magazine Subscription
subscribe now
Web Design