Why do I need to Reformat Disk for TM?

Have a new 24" IMAC, running 10.5.2. I have a hard drive that still has 400-500gigs left. When I plugged it in the first time to move images onto my IMAC, Time Machine gave me a warning that in order to use it as the back up drive I would have to reformat to extended and thus lose all my stored files. Why is that and is there a way around it? Why couldn't it just utilize existing space?
Then I figured I'd just buy another drive for Time Machine to back up. But I don't want to leave that drive connected all the time. I'd rather just plug it in and let it back up when it recognizes the disk. Will this work or is TM going to get "confused" with multiple disks being plugged and unplugged (I usually daisy chain them as well_?

question 1:
If your external drive is large enough, you can partition the drive.
To partition the external drive, what you need to do is open Disk Utility, select the external drive and go to partition. Select the size of the partition you want and make sure that it is formated correctly. Then you can have Time Machine use only one partition without erasing any of your data on the other.
Question 2:
Time Machine won't get confused and the backups are only working when the drive is connected. Besides, chaining the disks won't do anything more than make your iMac have to work a little bit harder to transfer the data from the port to the external drive. It's faster to have both connected to two different ports than chaining them.

Similar Messages

  • Why sender agreement need not to create for IDOC

    Hi Experts,
    why sender agreement need not to create for idoc

    Please check these related discussions:
    Re: Question on sender agreement
    Re: IDOC and HTTP Adapters - sender agreement ??
    Re: ** Sender Agreement is required for RFC but not IDoc, XI, & HTTP.. Why ?
    Many threads with the same Q are answered on SDN....so if you search you can find the correct answer that you need!
    Regards,
    Abhishek.

  • Why do u need a custom structure for creating a custom bapi

    Hi ,
    why do u need a custom structure for creating a custom bapi.

    Hi,
        Once any Bapi realeased the structures it is using freezed to this bapi, the structure becomes specific to this Bapi, we can not make any changes over there. That is why we need custom structure for creating a custom bapi.

  • Why do we need to rebalance disks manually when we shutdown the storage

    Dear all,
    Here is my scenario.
    We have extended RAC setup. Assuming everything is going fine and you have following status:
    SQL> select MOUNT_STATUS,HEADER_STATUS,MODE_STATUS,STATE,NAME,FAILGROUP,PATH from v$asm_disk;
    MOUNT_S HEADER_STATU MODE_ST STATE NAME FAILGROUP PATH
    CLOSED FOREIGN ONLINE NORMAL /dev/rdisk/crs_vote2
    CLOSED FOREIGN ONLINE NORMAL /dev/rdisk/crs_vote3
    CLOSED FOREIGN ONLINE NORMAL /dev/rdisk/crs_vote1
    CACHED MEMBER ONLINE NORMAL DATADG_0003 DATAFG2 /dev/rdisk/asm_data1b
    CACHED MEMBER ONLINE NORMAL FLASHDG_0001 FLASHFG2 /dev/rdisk/asm_arch1b
    CACHED MEMBER ONLINE NORMAL FLASHDG_0000 FLASHFG1 /dev/rdisk/asm_arch1a
    CACHED MEMBER ONLINE NORMAL DATADG_0000 DATAFG1 /dev/rdisk/asm_data1a
    Now you shutdown one of the storages and have following status:
    $ cd /u01/app/oracle/crs/log/hisdbs01/
    $ ls
    admin alerthisdbs01.log client crsd cssd evmd racg
    $ tail -f alerthisdbs01.log
    2008-06-14 17:00:05.710
    [cssd(2757)]CRS-1604:CSSD voting file is offline: /dev/rdisk/crs_vote1. Details in /u01/app/oracle/crs/log/hisdbs01/cssd/ocssd.log.
    2008-06-14 17:00:05.710
    [cssd(2757)]CRS-1604:CSSD voting file is offline: /dev/rdisk/crs_vote1. Details in /u01/app/oracle/crs/log/hisdbs01/cssd/ocssd.log.
    2008-06-14 17:01:05.720
    [cssd(2757)]CRS-1604:CSSD voting file is offline: /dev/rdisk/crs_vote1. Details in /u01/app/oracle/crs/log/hisdbs01/cssd/ocssd.log.
    2008-06-14 17:01:05.720
    [cssd(2757)]CRS-1604:CSSD voting file is offline: /dev/rdisk/crs_vote1. Details in /u01/app/oracle/crs/log/hisdbs01/cssd/ocssd.log.
    2008-06-14 17:02:09.241
    [cssd(2757)]CRS-1605:CSSD voting file is online: /dev/rdisk/crs_vote1. Details in /u01/app/oracle/crs/log/hisdbs01/cssd/ocssd.log.
    2008-06-14 18:14:37.660
    [cssd(2757)]CRS-1604:CSSD voting file is offline: /dev/rdisk/crs_vote1. Details in /u01/app/oracle/crs/log/hisdbs01/cssd/ocssd.log.
    2008-06-14 18:14:37.660
    [cssd(2757)]CRS-1604:CSSD voting file is offline: /dev/rdisk/crs_vote1. Details in /u01/app/oracle/crs/log/hisdbs01/cssd/ocssd.log.
    SQL> select MOUNT_STATUS,HEADER_STATUS,MODE_STATUS,STATE,NAME,FAILGROUP,PATH from v$asm_disk;
    MOUNT_S HEADER_STATU MODE_ST STATE NAME FAILGROUP PATH
    CLOSED FOREIGN ONLINE NORMAL /dev/rdisk/crs_vote2
    CLOSED UNKNOWN ONLINE NORMAL /dev/rdisk/asm_data1a
    CLOSED FOREIGN ONLINE NORMAL /dev/rdisk/crs_vote3
    CLOSED FOREIGN ONLINE NORMAL /dev/rdisk/crs_vote1
    CACHED MEMBER ONLINE NORMAL DATADG_0003 DATAFG2 /dev/rdisk/asm_data1b
    CACHED MEMBER ONLINE NORMAL FLASHDG_0001 FLASHFG2 /dev/rdisk/asm_arch1b
    CACHED MEMBER ONLINE NORMAL FLASHDG_0000 FLASHFG1 /dev/rdisk/asm_arch1a
    MISSING CANDIDATE OFFLINE FORCING DATADG_0000
    8 rows selected.
    sql> select MOUNT_STATUS,HEADER_STATUS,MODE_STATUS,STATE,NAME,FAILGROUP,PATH from v$asm_disk;
    MOUNT_S HEADER_STATU MODE_ST STATE NAME FAILGROUP PATH
    CLOSED FOREIGN ONLINE NORMAL /dev/rdisk/crs_vote3
    CLOSED FOREIGN ONLINE NORMAL /dev/rdisk/crs_vote1
    CLOSED UNKNOWN ONLINE NORMAL /dev/rdisk/asm_data1a
    CLOSED FOREIGN ONLINE NORMAL /dev/rdisk/crs_vote2
    CACHED MEMBER ONLINE NORMAL FLASHDG_0000 FLASHFG1 /dev/rdisk/asm_arch1a
    CACHED MEMBER ONLINE NORMAL DATADG_0003 DATAFG2 /dev/rdisk/asm_data1b
    CACHED MEMBER ONLINE NORMAL FLASHDG_0001 FLASHFG2 /dev/rdisk/asm_arch1b
    MISSING CANDIDATE OFFLINE HUNG DATADG_0000
    8 rows selected.
    After you have verified that the state is "HUNG", you startup the storage
    ========================
    $ cd /u01/app/oracle/crs/log/hisdbs01/
    $ ls
    admin alerthisdbs01.log client crsd cssd evmd racg
    $ tail -f alerthisdbs01.log
    2008-06-14 18:29:37.810
    [cssd(2757)]CRS-1604:CSSD voting file is offline: /dev/rdisk/crs_vote1. Details in /u01/app/oracle/crs/log/hisdbs01/cssd/ocssd.log.
    2008-06-14 18:29:37.810
    [cssd(2757)]CRS-1604:CSSD voting file is offline: /dev/rdisk/crs_vote1. Details in /u01/app/oracle/crs/log/hisdbs01/cssd/ocssd.log.
    2008-06-14 18:30:41.241
    [cssd(2757)]CRS-1605:CSSD voting file is online: /dev/rdisk/crs_vote1. Details in /u01/app/oracle/crs/log/hisdbs01/cssd/ocssd.log.
    SQL> select MOUNT_STATUS,HEADER_STATUS,MODE_STATUS,STATE,NAME,FAILGROUP,PATH from v$asm_disk;
    MOUNT_S HEADER_STATU MODE_ST STATE NAME FAILGROUP PATH
    CLOSED FOREIGN ONLINE NORMAL /dev/rdisk/crs_vote2
    CLOSED MEMBER ONLINE NORMAL /dev/rdisk/asm_data1a
    CLOSED FOREIGN ONLINE NORMAL /dev/rdisk/crs_vote3
    CLOSED FOREIGN ONLINE NORMAL /dev/rdisk/crs_vote1
    CACHED MEMBER ONLINE NORMAL DATADG_0003 DATAFG2 /dev/rdisk/asm_data1b
    CACHED MEMBER ONLINE NORMAL FLASHDG_0001 FLASHFG2 /dev/rdisk/asm_arch1b
    CACHED MEMBER ONLINE NORMAL FLASHDG_0000 FLASHFG1 /dev/rdisk/asm_arch1a
    MISSING CANDIDATE OFFLINE HUNG DATADG_0000
    8 rows selected.
    Now my question is WHY do we need to rebalance the asm_data1a MANUALLY because as per above scenario it needs rebalancing. Should not ASM do rebalancing itself?
    Suggest solutions please.
    Thanks a lot. Waiting for your expert opinions.
    br,
    Anjum

    I believe you are using Normal redundancy in this case. When you are making the disk unavailable to Oracle, Oracle tries to drop the disk from diskgroup i.e why you see status as "forcing". After that Oracle recognizes that this disk is required to provide redundancy. At this time the disk goes in Hung state. so when you start the storage, then you have to issue rebalance manually. I am not sure why the design is like that. But I believe it could be due to the fact that disk rebalance takes place only when you add/drop disk. In this case you are not adding a disk but actually making it available at OS level. This will not trigger a rebalance.
    Amit
    http://askdba.org
    http://askdba.org/weblog

  • In need of system disks for HD repair

    The machine's been a little slow lately, so I randomly decided to "verify disk" in disk utility and got this response:
    Verifying volume “Macintosh HD”
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Checking multi-linked files.
    Checking Catalog hierarchy.
    Checking Extended Attributes file.
    Checking volume bitmap.
    Volume Bit Map needs minor repair
    Checking volume information.
    Invalid volume free block count
    (It should be 1870686 instead of 1866823)
    The volume Macintosh HD needs to be repaired.
    Error: The underlying task reported failure on exit
    Disk Utility stopped verifying “Macintosh HD” because the following error was encountered:
    The underlying task reported failure on exit
    1 HFS volume checked
    Volume needs repair
    I realize that I need to repair the disk from another volume. I purchased this computer 2 years ago from a private seller, and do not have the original system disks. Do I need OS 10.3 to do this since Tiger is only an upgrade? Do I need just the DVD or what? And where can I obtain these disks? Should I just head straight to DiskWarrior instead? Thanks
    -mJ

    What are the capabilities of the retail disks? Am I able to do a clean install from them if necessary, or would I need disks with my specific build number for that? Some people on craigslist are selling the retail disks for 10.4, but I believe its just the DVD. Ideally I know I should have both disks, but in this event can I be able to buy only the one I need? The only disks that I see sold privately are build-specific sets....just seems a little much to spend 300 bucks for the Tiger box just for volume repair. Just making sure before any purchases. Thanks
    -mJ
    Message was edited by: Mckendre Jay
    Message was edited by: Mckendre Jay

  • Why do we need IDE or tools for java card programming?

    Hi,
    I am a newbie to java card, using java card kit tools themself, we can test and burn the code into card right?
    then why do we need IDE for java card, please correct me , if i am wrong,
    Thanks in advance,
    Sri.

    Dear Sri,
    We have compiler, linker etc for every language starting of from C or C++ or Java. JDK has all the tools necessary to develop and run a Java program. Similarly Java Card Development Kit has all the tools for developing and deploying a Java Card applet. But what an IDE does is too integrate all these tools and make it easier for the JavaCard programmer to develop his applets. Just like Eclipse is used for Java applet development.And not everytime the code is burned to the card. Its only during masking code is burned to the card, i.e if u can call it burning. Masking makes an applet permanent on the card.

  • I need english recovery disk for M300

    hi to all
    I need recovery disk for my portege m300
    I just have in Italian any one can make disk image from menu
    or say me how to get one copy???
    Thanks

    Hi,
    on official ways it's not possible to get a recovery disk in another language. You can only try to find somebody, who has an english version of the M300.
    You can also build up the system by yourself with an english Microsoft Windows CD. The needed drivers and programs can be downloaded from Toshiba's site.
    Bye

  • HT3910 I need a recovery disk for my Mac Book Pro for IOs 10.6 Snow lepoard

    I have lost my revocry disk for my MAC Book Pro laptop.  How can I obtain a new one

    You can purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard - Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store.
    You may also purchase replacements for the two discs that came with the computer.
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes
    international calling numbers..

  • Why do we need query rewrite enabled for a function-based index?

    Oracle 9i
    ========
    I have searched a few sites but could not find any content on it. The question is why do we need to implement query rewrite enabled when we are trying out a function-based index?
    Thanks in advance.

    You don't, that's a legacy requirement from the early days of function based indexes in Oracle 8i. Here's a quick example running under 9.2.0.6
    drop table t1;
    create table t1 as
    select
    from
         all_objects
    where
         rownum <= 30000
    create or replace function pl_func(i_vc     varchar2)
    return varchar2
    deterministic
    as
    begin
         return soundex(i_vc);
    end;
    -- set the worst case scenario
    alter session set query_rewrite_enabled = false;
    alter session set query_rewrite_integrity = enforced;
    create index t1_i1 on t1(pl_func(object_name));
    execute dbms_stats.gather_table_stats(user, 't1')
    set autotrace traceonly explain
    select
         object_name
    from t1
    where pl_func(object_name) = 'T513'
    set autotrace offResults (after set feedback off)
    SQL> @temp
    Execution Plan
    Plan hash value: 1429545322
    | Id  | Operation                   | Name  | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT            |       |    27 |   675 |    10   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| T1    |    27 |   675 |    10   (0)| 00:00:01 |
    |*  2 |   INDEX RANGE SCAN          | T1_I1 |    27 |       |     1   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("TEST_USER"."PL_FUNC"("OBJECT_NAME")='T513')
    SQL> spool offRegards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk

  • Why do we need to assign ip for the D channel ISDN-PRI

    Why do we need to assign ip address to the D channel (signaling ) when we configure ISDN-PRI in the example below :
    http://www.cisco.com/univercd/cc/td/doc/product/access/ap/ap_ts3/ap_ts3sw/apswisd.htm
    <quote>
    Step 1:Specify the D channel of the first Primary Rate Interface (PRI):
    AS01(config)# interface Serial 0:23
    AS01(config-if)#
    Step 2: Assign an IP address and subnet mask to the interface:
    AS01(config-if)# ip address 172.16.254.253
    </quote>
    Regards

    You can assing one there, and / or on dialer interfaces. It depends on what you are doing.
    These will be the address used by PPP when it runs on the B-channels.

  • Why do I need to reformat and erase backups on an external backup drive that I have been using for over a year, when I get this dialog box? The backup disk is not in Mac OS Extended (Journaled) format, which is required.

    The backup disk is not in Mac OS Extended (Journaled) format, which is required.

    Kappy's extensive hard drive formatting post - http://discussions.apple.com/thread.jspa?messageID=8340551 - note that instructions at end are for zeroing data.
    BDAqua's Formatting instructions - http://discussions.apple.com/message.jspa?messageID=8901255
    Pondini: Formatting,  Partitioning, Verifying,  and  Repairing  Disks... - http://pondini.org/OSX/Home.html

  • Why do I need a credit card for family sharing?

    i would like like to setup family sharing. I have an iPhone my 7year old has just got an iPad, I would like keep tabs on what he try's to download etc but in
    the process it says I need a credit card on file. I already have a debit card registered And don't have a credit card.  Why is this a problem?

    Hello Laujhull,
    The reason you need a credit card is that to comply with child online privacy protection laws, the CVV or security code provides parental consent for the purchases that will be made. You will need to do that before continue and you can even switch back to your debit card after you finish the setup. The article below will explain further. 
    Family Sharing and Apple IDs for kids
    http://support.apple.com/en-us/HT201084
    Regards,
    -Norm G. 

  • Why does fglrx need to be updated for every Xorg release?

    Guess: Because of the libraries they're linking to? I may be imagining things but it seems the nvidia driver is less loosely tied to it and will work with any recentish version of X. I'm pretty sure I've upgraded X before without upgrading the nvidia driver and everything continued to work fine. If I'm not imagining things, why don't they do what nvidia is doing?
    Last edited by ernesto (2011-11-27 16:18:22)

    nVidia has to update their drivers to support recent X.Org just like AMD does. nVidia however includes support for the newest X.Org to their drivers as soon as it is reasonable to do so, whereas Catalysts are always lagging behind the upstream. When an updated X.Org hits Arch's extra, chances are that you already have a compatible nVidia driver, with AMD it's not until after several weeks or months after new X.Org release when they update the drivers.

  • Why do i need a credit card for all applications?

    Why won't apple let me buy my update if i have only itunes cards? I don't understand the point of using a credit card even for buying the applications? There still getting my money and I've read other posts and topics and other people are being aloud to buy it with there itunes money... Why can't I? That doesn't really seem fair to me and I've also read that people who've had there money in itunes for a longer period of time are able to pay with that but i added my money in yesterday... How long do i have to wait before i can give apple my money or do i have to use a credit card for all my purchases? By the way... I'm only 15 and can't get a credit card, So am i going to have to ask my parents if i can buy everything from itunes with there money and pay them back? Because i just wasted $20 on itunes. Thanks Apple

    Talked to Apple and apparently it's only a canadian problem and it has something to do with our government taxes. So that means that the only way to do it now is to have a credit card. That still makes no sense to me because we're aloud to purchase music and other items such as ipod games and there technically applications but apparently there not? And the stuff in the App Store is applications, Why can't i just buy my update?

  • HT201514 Why can't I select my disk for use with Time Machine with OS 10.6.8?

    I have used Time Machine for some time with my MacBook Pro. However, my backup disk does not show in Time Machine. It did however, offer me the chance to stop a backup, so I checked that off. Now I can't even set up Time Machine; every time I slide the switch to On, a window pops up that says something about Airport Extreme, which I know nothing about and doubt I that I use.

    Pudge7 wrote:
    I have used Time Machine for some time with my MacBook Pro. However, my backup disk does not show in Time Machine. It did however, offer me the chance to stop a backup, so I checked that off.
    It sounds like the backups may be damaged;  try to Repair them, per #A5 in Time Machine - Troubleshooting.

Maybe you are looking for

  • Install SSD from Recovery Disks (newerToshiba), or how?

    http://forums.toshiba.com/t5/System-Recovery-and-Recovery/Will-Toshiba-Recovery-Discs-properly-align... ^ See the last post of that thread.   The writer made recovery disks from the new laptop, then installed the SSD and used the recovery disks to in

  • Linking Primary Purchase Account has not been completed.

    Hi, We are in evaluation of SBO. While trying to post A/P Invoice under Purchasing A/P Module i am getting the subjected error. Can you please help me out ? Regards. Sundar

  • Blue folder icon with question mark at start-up

    Hi all! I've read the previous threads and posts and didn't really find any other user who has this problem.. I'm new here and yes I'm freaking out. I can't even check my mac specs. so at this point I'm not sure if it's a MAC OS X (10.5.7) I just sel

  • Replacement of detail view controller using segues

    Im trying to get a button in the master view controller of a UISplitView controller to change the image being shown in the detail view controller of the same UISplitView controller. Im trying to find out if it is possible to do this with segues alone

  • Some error in setting table model to a JTable..kindly help..

    hi all, i m pasting a code of a function in which i fetch data from the database n display it in a JTable pasted on a panel in a JFrame window. There is some problem with the table model which i m unable to correct. Kindly help.. public void showDeta