Showing posts with label hard drive. Show all posts
Showing posts with label hard drive. Show all posts

Monday, March 1, 2010

Deal of The Day Western Digital Storage

Storage is always a key factor to consider with computers. Our lives contain so much digital media than ever before. I have a 12 mega-pixel camera and the files are usually 6 to 8 MB. I also have a large music collection that seems to increase every year. Here are two deals from Amazon and Western Digital for internal and external storage. These drives will fill the storage needs of most of us, at least for a while.
These deals won't last forever so if you are in need of extra storage then these deals could be perfect for you. Also both of these drives received positive customer reviews.

Thursday, May 21, 2009

Using Gparted

If dual booting is something you plan on doing then Gparted will become a very useful tool. Almost all distros will have this tool installed. If not it is easily aquired via most distros' repositories. Gparted stands for Gnome Partition Editor. The current release is version 0.4.5 and is also available at Sourceforge.net. Gparted can read various file systems including fat16/32, ntfs, ext2/3 and several more. If you need to create partitions, re-size them or simply format a drive, this tool can do the job. Do you need to copy or move an entire drive? Gparted can handle this too. I have only scratched the surface in my experience using Gparted. I have re-sized partitions on a laptop running Windows XP and Ubuntu 8.10 on a 120GB hard drive. I was able to change the size of both partitions without data loss or downtime. Here is a view from a 20GB hard drive I am running right now. I have Puppy Linux on the first partition, Mepis 8 on the hda3 (they are out of order since I had given too much room for Puppy and used Gparted to create hda3), on hda2 is the home partition being shared by all OS's. I created an extended partition and placed logical drives within it. AntiX resides on hda7 and there are two unused spaces left over. Using Gparted to manage this hard drive makes it possible and keeps it very simple. Let's hear what tools you use to manage drives?






Saturday, May 16, 2009

File Recovery

Everyone has lost a file or two sometime in their life at the hands of an errant mouse click or a hard drive failure of some kind. But have you lost a file from a flash drive? Once in a while a flash drive will say a file is corrupted or otherwise won't open. Did you back it up? If you are like most of us we just assume these little drives will work forever. I have sent my fair share through the wash and they still work. But today I want to share a story of a file gone bad on a flash drive. The file was an ordinary Word document. Nothing fancy in it but it would have been disastrous to re-create for this person not to mention they were under a deadline. At first I wasn't too confident the file was still there. Other files were on the drive but had it been over-written was what I was worried about. I plugged the drive in and I ran chkdsk on it. This is a utility that ships with all Windows computers. The utility always states it will run at the next re-start which I did right then. This was a 1GB flash drive but the scan was quick and it saved the files it found as 000001.chk. and so on. When I came back to Windows I was able to open these files in Word and we went through them one by one. We had gone through nearly all of them when on the last one she screamed there's my file. We saved the file under a new name and all was good again. Chkdsk is one of those forgotten utilities that will save fragments of the drives it is run on. In this case it was able to find several Word documents and most importantly the one we wanted. Here is the syntax of the chkdsk utility:
CHKDSK [drive:][[path]filename] [/F] [/V]
To learn what each switch does and how to make the most of this utility type at a command prompt: chkdsk /? ...and this will give you the details you need to run this utility. You can then save the errors it finds and go through them one by one o determine if they are worth keeping. This command will work on any Windows machine. I will cover the Linux version of this type of tool and also other file recovery methods in a future post.