Copying system drive to another one so that it could be used as a boot disk

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default Copying system drive to another one so that it could be used as a boot disk

    When I bought my Mac, 10 GB was all you needed. Now, it's barely
    sufficient to write an e-mail.

    I bought a 120 GB drive and want to copy the system and all my 10 GB
    content to it so that I am not that limited in disk space (provided
    that Applications reside on the system drive and hotos from iPhotos as
    well as Tunes from iTunes are in there).

    I tried using the cp comment (cp -i -p / /Volumes/BigDrive), but that
    didn't work out. Is there another way for me to do this?

    Thanks.
    incognito Guest

  2. Similar Questions and Discussions

    1. Creating a boot diskette that does nothing but boot from hard disk
      Is it possible to create a boot diskette that does nothing more than boot from a specific hard disk? How would I go about doing so? If I can't...
    2. Q: how to create boot disk for system on external USB HD
      Hi all, I'm looking for a solution for the following problem: - I want to install Linux on an external USB hard disk (already did that; Suse...
    3. failure to boot existing system neither from disk nor from cdrom -s
      Dear folks My beutifull Sunblade 150, after about a year of work issued msg (at boot): can't read disk label can't open disk label package ...
    4. Removable disk, mapped network disk and drive letter problem
      I don't know why this is such a big problem in Windows, but I hope somebody has a solution for it. You know those USB card readers used for...
    5. Drive letter of Boot Disk
      I have install a WindowsXP home edition with a MemoryCardReader connected. That cause the Basic HDD becomes "H:". I tried to change it to "C:" by...
  3. #2

    Default Re: Copying system drive to another one so that it could be used as a boot disk

    incognito wrote:
    >When I bought my Mac, 10 GB was all you needed. Now, it's barely
    >sufficient to write an e-mail.
    Heh! Remember when 100MB drives were _huge_? Guess not.
    How about when a 5MB drive was bigger than a garbage can lid?
    >I tried using the cp comment (cp -i -p / /Volumes/BigDrive), but that
    >didn't work out. Is there another way for me to do this?
    Yep, that doesn't work. Look for something called
    Carbon Copy Cloner. It'll do the trick (I believe).


    Mike Guest

  4. #3

    Default Re: Copying system drive to another one so that it could be used as a boot disk

    Date: Thu, 24 Jul 2003 09:00:27 +0100
    Message-ID: <ralph-B80ED1.09002724072003@news.swman.net.uk>

    In article <7be433cb.0307231504.2b175a12@posting.google.com >,
    [email]incognito-3@excite.com[/email] (incognito) wrote:
    > When I bought my Mac, 10 GB was all you needed. Now, it's barely
    > sufficient to write an e-mail.
    >
    > I bought a 120 GB drive and want to copy the system and all my 10 GB
    > content to it so that I am not that limited in disk space (provided
    > that Applications reside on the system drive and hotos from iPhotos as
    > well as Tunes from iTunes are in there).
    >
    > I tried using the cp comment (cp -i -p / /Volumes/BigDrive), but that
    > didn't work out. Is there another way for me to do this?

    yes. use asr (apple system restore). see man asr for details, but its
    pretty striaghtforward to do this.

    Ralph

    --
    Prof Ralph Martin
    Dept of Computer Science Phone: +44(0)29 2087 5536
    Cardiff University Fax: +44(0)29 2087 4598
    PO Box 916, 5 The Parade Email: mailto:ralph@cs.cf.ac.uk
    Cardiff, CF24 3XF, United Kingdom WWW: [url]http://ralph.cs.cf.ac.uk/[/url]
    Ralph Martin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139