home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Storage Related
Ask a Tech Support Question (free)!

External HD for both Mac and PC backup

Reply
Get bargains at  »  Dealighted.com
 
Thread Tools Search this Thread
Currently Active Users: 1393
Discussions: 200,507, Posts: 2,374,395, Members: 245,831
Old December 29th, 2005, 10:54 PM   Digg it!   #1 (permalink)
Ultimate Member
 
Join Date: Oct 2001
Location: Seattle, WA
Posts: 1,172
External HD for both Mac and PC backup

Santa delivered to me over Christamas a 200GB USB external HD. Yay

Anyways what I want to do with this device is create a backup for my two computers: a Windows XP PC and an Apple Powerbook G4.

My XP PC has a 120GB HD in it, formatted NTFS.
My Powerbook has a 60GB HD in it, formatted in OS X (HFS+ I think is the technical term).

Since the sum of my two computers' storage is 180GB, I figured I would use the last 20GB as "long-term temporary" storage (a scratchpad for files, if you will).

Anyways I am having trouble setting it up the way I want. Basically in an ideal world I envision 3 partitions on my external HD:
1) 120GB NTFS partition for my XP backup
2) 60GB HFS+ partition for my PB backup
3) 20GB FAT32 partition for misc. files
(The 20GB Partition needs to be FAT32 so both OS X and XP can read and write to it natively)

Obviously I can't create a partition for HFS+ on XP, but I can create windows partitions in OS X. The problem is that I can't seem to be able to mix the two. If I try to make one partition in OS X a Windows partition, it forces me to make all my partitions windows.

Does anyone know of a solution to this? Do I have to physically separate the Macintosh partitions from the Windows ones on a separate HD?

Lastly, please recommend to me some good backup software? For OS X, there are freely available utilities that can be used to make complete, bootable disk images. For Windows, however, my new external drive (It's a Maxtor) didn't seem to come with any backup software. I would be willing to pay a reasonable sum for some software so long as it's good, but if there are free ones that's even better. I don't need fancy software with quick restores, or scheduling, or any of that stuff. In fact all I want is for the software to make a complete and bootable image of my existing partitions. Basically what I will do is simply connect the external drive say once a month and completely re-image my two computers' hard disks onto the backup. Then back it goes into storage.

Thanks for any tips or help getting this backup scheme set up!

Ruahrc
Ruahrc is offline   Reply With Quote
Old December 29th, 2005, 11:57 PM     #2 (permalink)
Ultimate Member
 
sechs's Avatar
 
Join Date: Nov 2002
Posts: 1,338
I'd suggest that partitioning the drive would be counter to your purpose. FAT32 is fine for both operating systems to use to store disk images.

While I use Ghost on my PC, something as simple as Linux's dd command should work on both platforms; you just need appropriate boot CDs. I'm not aware of any disk imaging software for MacOS, although one would hope it exists.

You should carefully consider archiving your back-ups to a more stable medium, like DVD, every once in a while. Although the possibility of a double hardware failure isn't too high, the probability of user error is great.
sechs is offline   Reply With Quote
Old December 30th, 2005, 04:20 AM     #3 (permalink)
Ultimate Member
 
Join Date: Oct 2001
Location: Seattle, WA
Posts: 1,172
Thanks for the reply but I am a little confused. How would partitioning my drive be counter to my purposes? In my view, the only way to back up 2 different sources onto the same drive is by using different partitions? Indeed FAT32 is a solution in theory but there are some drawbacks. First of all it is not the most efficient usage of disk space given the cluster size of NTFS is different than FAT32. So my 120GB partition on my external HD would be more full than my 120GB NTFS internal partition. More importantly, however, Apple's HFS+ allows for more freedom in filenames than windows. Most of the "illegal" characters not allowed in Windows are valid in HFS+. I worry that backing up my entire Apple HD onto a FAT32 drive would bring up the possibility of errors such as these, possibly rendering any backup useless.

Disk imaging software does exist for OS X, and in fact the free offerings (CarbonCopyCloner is most popular I think) are very good and for my purposes will be sufficient. It is on windows that I need suggestions for backup software.

Lastly I'm a little confused about the DVD backups? In my eyes, optical media such as DVDs or CDR would be the less stable medium? I have been backing up to hard disks for years, and even have data on hard disks that are down in the 200MB capacity range, and have never had a problem. Also factor in that this external drive spends the vast majority of its life inactive and not plugged in, I feel that the stability of the hard drive (both data-wise and mechanically) are nothing I need to worry about.

I admit I have not followed recordable technology very closely lately and my opinions were largely formed in the early days of CDR. Are optical media more stable now? However even DVD backing up is not a very practical solution for me at the moment. Currently my XP hard disk has about 60GB on it, which would be a major pain to back up on to optical media. In the past I have used internal hard disks as backups (and had them repay me ten times back when I had to make use of them!) but I can't install a second HD into my laptop and my XP PC is a Shuttle mini-case with no 2nd HD in it. So this time I opted for an external drive as a backup. I should mention, however, that I also run periodic (i.e. bi-weekly or so) backups of my documents and other important files onto my iPod, so really I will have 3 copies of the most critical data floating around at all times.

Again thanks for the help, but I think I am confused about the suggestions you offered?

Ruahrc
Ruahrc is offline   Reply With Quote
Old December 30th, 2005, 11:06 PM     #4 (permalink)
Ultimate Member
 
sechs's Avatar
 
Join Date: Nov 2002
Posts: 1,338
Both Windows and MacOS read and write FAT. There's little reason to use something else. If you're going to storing disk images on the disk, then the file system doesn't see the information that you're backing-up in the images. This will limit the size of your disk image files (Ghost breaks them up automatically) and what names you can use, but that's relatively minor.

I use Symantec Ghost to make images of Windows PCs. There are other products, however. Be wary of any system which supposedly can image a disk while you're using it; it's simply not possible to get a static image.

Concerning optical disks... consider that hard drives are orders of magnitude more complicated and, therefore, far more likely to fail. You can expect optical media to last from 20 to 100 years; you might be lucky if a harddrive goes for five. Don't confuse your personal experience with the reality of the world at large. You're several times more likely to die while in a car than while in an airplane, but nearly all people place driving as the safer way to travel.

I would suggest making your regular images to your external drive, and then running one of the backups a couple times a year to optical disk. It's time consuming, but the reliability and ability to keep archives is invaluble.
sechs is offline   Reply With Quote
Old December 31st, 2005, 04:41 AM     #5 (permalink)
Ultimate Member
 
Join Date: Oct 2001
Location: Seattle, WA
Posts: 1,172
Oh ok I think I understsand clearer now. Yes you're right using a FAT partition would not matter if I were copying disk images. I apologize, I was explaining it wrong! I don't plan on first "packing" my drives into image files, I just want direct partition-to-partition copies of my drives onto the backup. So theoretically I could plug the drive into my computer and browse the files on my backups. Now that we're (hopefully) on the same page, how do you think I should proceed?

I might consider doing optical media for my powerbook, as that is the computer on which I actually use for "work". My PC is purely a gaming (more specifically, flight-simming ) machine, and making optical backup of that is not necessary. Thank god too since 60GB is a lot of DVDs!

Ruahrc
Ruahrc is offline   Reply With Quote
Old December 31st, 2005, 05:31 PM     #6 (permalink)
Ultimate Member
 
sechs's Avatar
 
Join Date: Nov 2002
Posts: 1,338
I would not suggest doing that. Any disk image program worth its salt will allow you to view and extract files from images, which pretty much eliminates that as an excuse. Furthurmore, it requires you to do this voodoo with partitioning and file systems, which increases the possibility of an error, and consumes time and effort. Since disk images have metadata, they are less prone to errors and corruption.

If you just want a copy of your files, then don't beat around the bush. Just copy your files.
sechs is offline   Reply With Quote
Old January 4th, 2006, 03:47 AM     #7 (permalink)
Ultimate Member
 
Join Date: Oct 2001
Location: Seattle, WA
Posts: 1,172
For the record: I did find a solution to my problem. There are command-line utlities in OS X (Or rather I'd say they were inherited from its UNIX base) which allowed for multiple partions and multiple formats. Directions were found here:

http://www.macosxhints.com/article.p...30613121738812

I was able to successfully partition and format the HD's in the manner that I wanted, and was able to mount, read to, and write to the "common" FAT32 partition that I made on each platform. I had to stop there though as I found I needed a firewire HD to make it bootable from my macintosh. So I had to return the drive and will get a firewire one (or maybe dual-option FW/USB) instead.

Ruahrc
Ruahrc is offline   Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mac can't find external Buslink Mini MAC Technical Support 1 August 28th, 2005 07:56 PM
External Backup solution jman01pa Storage Related 3 November 13th, 2004 03:29 AM
external drive backup galehickey Technical Support 2 September 2nd, 2004 12:04 PM
External HD on a Mac laptop? Kc2iLq Technical Support 0 August 3rd, 2004 02:04 PM
FS: 56k External Serial Mac Modem imac9556 Traders Forum: Buy, Sell, Trade 0 February 29th, 2004 04:17 PM


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Most Active Discussions
Is It Just Me? (1635)
FT HOOD attack: 7 killed 12 injured (66)
Review My Build (5)
HELP!!! What do you think of this s.. (16)
Looking for a graphic card that wil.. (30)
Assosiations (21496)
My 1st pc build (40)
Aero in Vista (7)
PC Modern Warfare 2: it's much wors.. (12)
core i7 extreme 975, nvidia 9400gt (9)
How to Ship a PC (16)
Building my first computer (13)
slaving laptop drive (7)
[F@H SPAM 11/1/09]New month . . . n.. (33)
Recent Discussions
sell cvv us-uk-eu-au...very good. who.. (0)
how to convert mod to wmv/avi/mp4/mov.. (0)
FAT32 to NTFS file system in Win2kpro (3)
Motherboards and my curse... (25)
Review My Build (5)
HELP!!! What do you think of this sys.. (16)
New Processor, Monitor will not turn .. (2)
2009 Build (4)
Internet very slow since updating AVG.. (7)
My 1st pc build (40)
Freezing During Music/Movies (1)
Windows Experience Index is screwed u.. (2)
ext. sound card laptop to stereo syst.. (2)
Remote Desktop via SSH and error mess.. (2)
Help and Support disappeared from my .. (0)
[F@H SPAM 11/1/09]New month . . . new.. (33)
Basic applications needed for "r.. (1)
core i7 extreme 975, nvidia 9400gt (9)
hard drive problem (2)
Win7 TrustedInstaller Permissions (2)
Speed up Win 7 boot time a bit (1)
Hard Drive test program (2)
wireless westell versalink model 327w (1)
New build 10 second reboot cycle! Won.. (3)
New Linksys Routers (2)


All times are GMT -4. The time now is 04:55 AM.
TechIMO Copyright 2008 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28