Revision of PAGE UNDER CONSTRUCTION. from Fri, 04/04/2008 - 21:32

The revisions let you track differences between multiple versions of a post.

==Introduction.== After a recent crash that caused some loss of data (not Linux), I decided to look at the possibility of an external USB back-up drive, in order to back up on a more regular basis; I lost about a weeks worth of data plus some email records. The thinking behind it was to have a drive that would back-up from both Windows® and Linux machines and therefore, the file system had to be recognised by both systems. I already had a 250GB hard drive purchased recently for a different project that has been shelved and so it seemed the answer was to look at one of the many external cases, as a suitable build project. ==Case selection.== You need to be aware, not all cases are equal! There are cases that are specific to only '''IDE''' hard drives, or specific to '''SATA''' hard drives. Some will accommodate both types, but tend to be more expensive. You need to determine the hard drive size too. Is it '''3.5"''', the standard desktop size, or '''2.5"''', the laptop equivalent? Do you want data transfer at '''USB 1.0''' speeds, '''USB 1.1''' or '''USB 2.00'''? Looking at the specifications for each version will show that USB 1.0 provided data transfer rates of 1.5 Mbps (Mega bits per second), while version 1.1 offers 12 Mbps, while version 2.0, offers 480 Mbps. So really, it's a no brainer as version 2.0 is backwards compatible with the others. With the above understood, my hard drive was IDE and 3.5", so I went looking for a case for a 3.5" IDE drive with a USB 2.0 port connection and came up with this: It's a nicely finished aluminium case, complete with its own power supply, mains kettle cable, USB connector cable, screw driver, four screws and a driver disc. Purchased via ebay for £9.98p delivered! How do they manufacture these things so cheaply? ==Assembling the drive.== This part is only here for completeness, as depending on the case you purchase, things may vary slightly. Having said that, it seems most are fairly similar. The main criteria is to determine (assuming it's an IDE drive) how to jumper it. You may know, a jumper(s) is used (or not) on the hard drive to set it as a '''Primary drive, Slave drive or Cable select.''' The jumper can also be used to limit the capacity of the drive for very old computers. As reports circulate around the Internet about incompatibility with various settings, I decided to tackle the problem as follows. Using the supplied screwdriver, I removed two screws on the side of the drive adjacent to the '''power end''' of the case; in other words, where the connectors were. The end then simply slides out from the case and you will see a tiny circuit board and the main data cable and power cable all attached to the front piece you have just removed. Look at the main case and on the underside there is provision for four screws via four holes. These will line up with the fixing holes for the drive. I decided to remove the jumper from the hard drive, thereby designating it as '''slave.''' Now the next bit I did for my convenience and '''no way am I making a recommendation you follow suit''', but in order to determine if the drive would be recognised in this form, I connected the front plate data connector and power connector to the raw drive. Making '''''very''''' sure the components were not '''shorting out''' on anything, I fired it all up and had a look at the drive manager to see if it was recognised.

Comments

Storage

Nothing can be more important than your personal data, you need to ask yourself just how costly to yourself is your data if you lost it, and of course how quickly do you need to access the data once lost. If your data is that important you will need to strike a balance between what you pay and the risk inherent of online storage. External hard drives are good alternative but these to have risks associated with them, data is stored on these drives using magnets over time these records you save will degrade and are susceptible knocks in this respect your data has no greater degree of redundancy than online storage. There is no one best option and plenty of alternatives choose carefully and minimise your risk where possible. SoSLUG

This was a very interesting

This was a very interesting article, thanks. I have now reached the point where I need to consider a data backup option. I've been doing some research, though, and I'm not quite certain if it makes more sense to go with an external hard drive or rely on an online storage site. I understand that I am taking a risk with my private files, but I'd be more comfortable with them taking on the responsibility and liability for any damages that would result from power outages or damaged files. Could you offer an opinion on the advantages and disadvantages of online backup services vs external hard drives?

Linux recognising NTFS Formated Drives

Windoz does not recognise Linux formatted drives it never has, each of these drives are displayed as unrecognised format'(s), but Linux does, selecting vfat formatting for your drive will allow both reading and writing to these drives. However you can also use NTFS formatted drives for backup purposes however in some Linux distributions you may need to install some additional packages, these being ntfs-3g and ntfs-config. With both of these packages installed NTFS formatted drives can be used by both Linux and Windoz NT onwards.