Technology Questions

Go Back   Technology Questions > Manufacturer Questions > Manufacturers > Apple > Apple Macintosh Hardware

Apple Macintosh Hardware Discuss the Apple Macintosh Hardware

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 02-06-2007, 04:16 PM
Paul E. MacNeil
Newsgroup Contributor
 
Posts: n/a
Unix Command to Copy a Hard Disk Completely?

Is there a Unix command that I could issue in the Terminal to copy my
internal (bootable) hard drive to an external (firewire) hard drive
that would also be bootable? I just upgraded to Panther (10.3.2) and
am using Retrospect Express (latest version) to copy one drive to
another. This worked fine under Jaguar, but is unbearably slow under
Panther. Don't the Unix people have some good solution to this
problem?

Thanks in advance,

Paul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 02-06-2007, 04:16 PM
  #2 (permalink)  
Old 02-06-2007, 04:16 PM
simples_it@yahoo.it
Newsgroup Contributor
 
Posts: n/a
Re: Unix Command to Copy a Hard Disk Completely?

In article <ba9cf653.0401160643.3b9fad2c@posting.google.com >, Paul E.
MacNeil <macneil_pe@mercer.edu> wrote:

> Is there a Unix command that I could issue in the Terminal to copy my
> internal (bootable) hard drive to an external (firewire) hard drive
> that would also be bootable? I just upgraded to Panther (10.3.2) and
> am using Retrospect Express (latest version) to copy one drive to
> another. This worked fine under Jaguar, but is unbearably slow under
> Panther. Don't the Unix people have some good solution to this
> problem?


asr

Regards,
rob.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 02-06-2007, 04:17 PM
Nathaniel Flick
Newsgroup Contributor
 
Posts: n/a
Re: Unix Command to Copy a Hard Disk Completely?

in article ba9cf653.0401160643.3b9fad2c@posting.google.com, Paul E. MacNeil
at macneil_pe@mercer.edu wrote on 1/16/04 6:43 AM:

> Is there a Unix command that I could issue in the Terminal to copy my
> internal (bootable) hard drive to an external (firewire) hard drive
> that would also be bootable? I just upgraded to Panther (10.3.2) and
> am using Retrospect Express (latest version) to copy one drive to
> another. This worked fine under Jaguar, but is unbearably slow under
> Panther. Don't the Unix people have some good solution to this
> problem?
>
> Thanks in advance,
>
> Paul


Just install OS X onto your firewire drive and when you want to boot up with
it, restart your computer, have the drive on and hold the "T" key down and
you will see the little firewire icon appear on the mac. Keep the key down
till you are fully started up with the firewire drive. Your firewire drive
is then the system disk.


Kind Regards,
Nathaniel
--
flikWORLD Design
reply to: nat at flikworld(dot)com

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 02-06-2007, 04:17 PM
Paul E. MacNeil
Newsgroup Contributor
 
Posts: n/a
Re: Unix Command to Copy a Hard Disk Completely?

"simples_it******.it" <simples_it******.it> wrote in message news:<160120041722555358%simples_it******.it>...
> In article <ba9cf653.0401160643.3b9fad2c@posting.google.com >, Paul E.
> MacNeil <macneil_pe@mercer.edu> wrote:
>
> > Is there a Unix command that I could issue in the Terminal to copy my
> > internal (bootable) hard drive to an external (firewire) hard drive
> > that would also be bootable? I just upgraded to Panther (10.3.2) and
> > am using Retrospect Express (latest version) to copy one drive to
> > another. This worked fine under Jaguar, but is unbearably slow under
> > Panther. Don't the Unix people have some good solution to this
> > problem?

>
> asr
>
> Regards,
> rob.


Thanks, Rob!

Paul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 02-06-2007, 04:17 PM
Paul E. MacNeil
Newsgroup Contributor
 
Posts: n/a
Re: Unix Command to Copy a Hard Disk Completely?

Nathaniel Flick <nat@flikworld.com> wrote in message news:<BC2EE07D.4251%nat@flikworld.com>...
> in article ba9cf653.0401160643.3b9fad2c@posting.google.com, Paul E. MacNeil
> at macneil_pe@mercer.edu wrote on 1/16/04 6:43 AM:
>
> > Is there a Unix command that I could issue in the Terminal to copy my
> > internal (bootable) hard drive to an external (firewire) hard drive
> > that would also be bootable? I just upgraded to Panther (10.3.2) and
> > am using Retrospect Express (latest version) to copy one drive to
> > another. This worked fine under Jaguar, but is unbearably slow under
> > Panther. Don't the Unix people have some good solution to this
> > problem?
> >
> > Thanks in advance,
> >
> > Paul

>
> Just install OS X onto your firewire drive and when you want to boot up with
> it, restart your computer, have the drive on and hold the "T" key down and
> you will see the little firewire icon appear on the mac. Keep the key down
> till you are fully started up with the firewire drive. Your firewire drive
> is then the system disk.
>
>
> Kind Regards,
> Nathaniel


Thanks,Nathaniel!

Paul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 02-06-2007, 04:18 PM
Michael Henry
Newsgroup Contributor
 
Posts: n/a
Re: Unix Command to Copy a Hard Disk Completely?

Hi Paul,

I thought Nathaniel's answer didn't quite cover your question so
here's my stab at it.

There is a unix command called dd of which you can get the details by
typing man dd into the terminal. However it may not help you in this
instance as it requires that the destination drive has the same number
or greater of spindles and sectors as the source drive. Also i don't
know how well it'll work with HFS+'s journaling switched on. Should
survive but no guarantees.

Nathaniels option of holding down T won't work as it'll put the Mac
into firewire target mode. ie. The Mac itself becomes like a firewire
hard drive which can be connected to another Mac as a second disk. Not
what you are wanting. Holding down Option-Command-Shift-Delete keys
together will bypass the default system drive and search for
alertnatives. Here's the official apple page on the subject of boot
options. http://docs.info.apple.com/article.html?artnum=75459

Use this instead http://www.bombich.com/software/ccc.html.
I've used Carbon Copy Cloner to image a live mac and best of all its
free. Well not exactly, donationware so if you like it make a donation
to developer.

Good luck
Michael



macneil_pe@mercer.edu (Paul E. MacNeil) wrote in message news:<ba9cf653.0401200633.7f4e5a8b@posting.google. com>...
> Nathaniel Flick <nat@flikworld.com> wrote in message news:<BC2EE07D.4251%nat@flikworld.com>...
> > in article ba9cf653.0401160643.3b9fad2c@posting.google.com, Paul E. MacNeil
> > at macneil_pe@mercer.edu wrote on 1/16/04 6:43 AM:
> >
> > > Is there a Unix command that I could issue in the Terminal to copy my
> > > internal (bootable) hard drive to an external (firewire) hard drive
> > > that would also be bootable? I just upgraded to Panther (10.3.2) and
> > > am using Retrospect Express (latest version) to copy one drive to
> > > another. This worked fine under Jaguar, but is unbearably slow under
> > > Panther. Don't the Unix people have some good solution to this
> > > problem?
> > >
> > > Thanks in advance,
> > >
> > > Paul

> >
> > Just install OS X onto your firewire drive and when you want to boot up with
> > it, restart your computer, have the drive on and hold the "T" key down and
> > you will see the little firewire icon appear on the mac. Keep the key down
> > till you are fully started up with the firewire drive. Your firewire drive
> > is then the system disk.
> >
> >
> > Kind Regards,
> > Nathaniel

>
> Thanks,Nathaniel!
>
> Paul

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 02-06-2007, 04:21 PM
Alan Fraser
Newsgroup Contributor
 
Posts: n/a
Re: Unix Command to Copy a Hard Disk Completely?

Is Disk Utility such a horrendous solution? It takes a while for Restore
to copy the disk but it makes a verbatim, bootable image on my Firewire
drive.

Alan Fraser
http://myducksoup.com/blog/blogger.shtml
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I want to copy information from my old hard disk Igor Skoglund Vista Hardware 12 03-18-2008 09:30 AM
replacing hard disk: This copy of windows must be activated:Stuck romay Windows XP 4 02-20-2008 04:50 PM
Hard disk completely full CARLOS Vista Hardware 3 06-21-2007 03:40 PM
Run Unix Command from Windows XP Lax Windows XP 2 01-04-2007 02:55 AM
Run Unix Command from Windows XP Lax Windows XP 0 01-04-2007 02:54 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 09:41 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0