The error that I am getting is this "Time Machine can't use the disk image because it can't be written to."  Any ideas on the fix for this?

The error that I am getting is this "Time Machine can't use the disk image because it can't be written to."  Any ideas on the fix for this?  When I go to the Time Capsule my Macbook Pro shows that it is locked, I think I did something wrong, but can't figure how to unlock it to see if that fixes it.

As far as we know, Time Machine cannot write to a disk image. It needs to write directly to the Time Capsule disk.

Similar Messages

  • Pc is not recognising PDF file ( icon ) in emails and to open these it is loading a 3rd party program on the web. I have installed Adobe several times. To open my files I need to drag them to my Adobe program. any ideas??

    Pc is not recognize PDF file ( icon ) in emails and to open these it is loading a 3rd party program on the web. I have installed Adobe several times. To open my files I need to drag them to my Adobe program. any ideas??

    Hi aadeshs
    This problem is on my laptop  running Vista ( Business) on Adobe 10.0  ,   for many years I did NOT have a problem with this . No forum Pages on this. 
    Also i would like to know how screen readers can better interact with PDF as my wife has difficultys on some email attachments on her laptop , again there seems no easy avenue for someone in her situation surfing websites and forums  for Hours maybe ok ok for sighted people, but not if you are blind & use a screenreader.  No Support Help from Adobe is available.
    thanks
    oliver654837

  • As of today, I can no longer or Excel.  I get this message: You can't open the application "Microsoft Excel" because PowerPC applications are no longer supported.  Is there a fix for this and why ha this all of the sudden happened.  I've rebooted 2x

    As of today, I can no longer or Excel.  I get this message: You can’t open the application “Microsoft Excel” because PowerPC applications are no longer supported.  Is there a fix for this and why ha this all of the sudden happened.  I've rebooted twice and that hasn't worked. 

    The application may be corrupt. Un-install and re-install Office.
    Office 2011 Removal
    Office 2011 Removal (2)

  • When I charge my ipod, the apple symbol comes up as if it was turning on, then it goes black and repeats the process. Sometimes it gets to where I have to put in my 4 digit code to unlock it then goes black, any suggestions on why it does this?

    When I charge my ipod, the apple symbol comes up as if it was turning on, then it goes black and repeats the process. Sometimes it gets to where I have to put in my 4 digit code to unlock it then goes black, any suggestions on why it does this?

    Does it work OK otherwise?
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Try another cable and USB port and/or charging source
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                      

  • I upgraded to Mountain Lion on Macbook Pro today which I bought new three weeks ago, on the upgrade my Ethernet connection is no working, Any ideas on a fix on this issue.

    I upgraded to Mountain Lion on Macbook Pro today which I bought new three weeks ago, on the upgrade my Ethernet connection is no working, Any ideas on a fix on this issue.

    jimr.l wrote:
    I upgraded to Mountain Lion on Macbook Pro today which I bought new three weeks ago, on the upgrade my Ethernet connection is no working, Any ideas on a fix on this issue.
    If you bought the MBP new 3 weeks ago, it should have come with Mountain Lion already installed. Did you update your MBP to the newly released 10.8.4 update? If not, what OS were you running before the upgrade, and what version of Mountain Lion do you have now?

  • Time Machine can't use the disk image because it can't be written to.

    Time Machine can't use the disk image because it can't be written to. help!

    VictorSMiller wrote:
    I just started getting the same message.  I'm using a Western Digital My Book 3TB disk.  Normally I have the backups done with the disk attached to Airport Extreme.
    I hate to have to tell you this, but backing-up that way is unreliable and not supported by Apple.   See:  Using Time Machine with an Airport Extreme Air Disk.
    Backup failed with error: The target disk image volume is read-only.
    Most likely, you got this message before all this started:
    What that doesn't explicity say is, the backups failed the verification.  When that happens, Time Machine marks the sparse bundle as damaged and won't back up to it anymore (even if Repair Disk can't find the problem).  See #C13 in Time Machine - Troubleshooting for details.

  • Lion OS random freezing. Any updates on a fix for this?

    I've downloaded the latest Lion OS updates but my iMac continues to randomly freeze up and requires a restart. Any updates on a fix for this?

    Create a new admin user account, log into it, and see if the freezes persist.

  • I get this message when syncing "itunes can not back up the ipod because a session could not be started" any idea of the problem?

    I get this message when syncing my Ipod touch "itunes can not back up the ipod because a session could not be started" any ideas?

    Have you looked at the previous posts on the right side of this page under the heading "More Like This" with your same problem?

  • All websites automatically going to Mobile versions when using safari and firefox (likely started after mavericks update) Anyone have any idea how to fix this?

    Not exactly all websites but many seem to be defaulting to their Mobile versions when using my Macbook Air... this is not dependent on browser type (Safare, chrome and firefox have been tried)... this is a new problem and may have started after the  Mavericks update (although I am not 100% sure about the timing).
    Has anyone had this problem? Any idea how to fix this?

    Not exactly all websites but many seem to be defaulting to their Mobile versions when using my Macbook Air... this is not dependent on browser type (Safare, chrome and firefox have been tried)... this is a new problem and may have started after the  Mavericks update (although I am not 100% sure about the timing).
    Has anyone had this problem? Any idea how to fix this?

  • I don't undersand the error that I am getting

    here is my code for reference
    public class shop5{      
         public static void main(String[]args){
            int aftersixsum=0;//int is set to 0
             int[]array4 = new int[args.length-1];//creates a new int array that has up to spot four, and five spots overall
          for(int i=0;i<args.length-1;i++)//scans the command line
              args[i] = Integer.parseInt(args);//turns all of the command line arguments into ints
              if(args[i].equals(6))//if (while scanning) i is equal to 6
                   for(int j = i;j<args.length-1;j++)//scan from i to the end of the new array of ints
                        array4[i] = args[j];//put in the empty array 6 as well as all the numbers after 6 into this new array
         for(int i = 1;i<array4.length;i++)//scan the new array starting from the second position
              aftersixsum+=array4[i];//(because 6 would be at the first spot) sum all of the numbers after 6
    System.out.println(aftersixsum);
    }When I run it with the input 5 4 3 6 2, i get the error:
    Exception in thread "main" java.lang.NoClassDefFoundError: lab5
    The purpose is to take in a group of command line integer arguments, and to print out the sum of all the numbers after 6.   I need to watch out for when the last spot is 6.
    I have commented out what I think happens when the program runs.  I am thinking that the problem is in this line: args[i] = Integer.parseInt(args[i]);Could anyone help me?  Thank you much in advance.
    PS: how close are my comments to what is actually going on?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    your code has some errors during the compilation time
    you can't assign the integer value to string
    args[i] = Integer.parseInt(args);//turns all of the command line arguments into ints
    its one of the error.
    this is next error -> here your assigning a string value to int
    array4[i] = args[j];

  • The sharepoint my company uses no longer works properly with firefox, only a blank page appears, is there a fix for this?

    Hello,
    We currently use Microsoft SharePoint Server 2010 and it doesn't seem to be compatible with the latest version of Firefox (33). When I try to open a sharepoint page, only a blank page appears. I do not get any error messages. The sharepoint works with other browsers, such as Chrome.
    Is there a work around available so that we may continue to use Firefox?
    Thank you!

    Do either of these typical troubleshooting steps make any difference?
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Command+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    "3-bar" menu button (or Firefox menu) > Preferences > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * (menu bar) Tools > Page Info > Security > "View Cookies"
    * click the globe or padlock to the left of the address in the address bar > More Information > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?
    In case one of your extensions is involved, could you test the page in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    Not all add-ons are disabled: Flash and other plugins still run
    After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Any difference?

  • HT1338 I'm getting a message that my time machine couldn't back up.  I need to reformat and try again.  Any ideas?

    I need help with my time machine and reformatting.

    Radiation Mac wrote:
    Open your Applications folder and click on the "Utilities" icon>click on "Disk Utility".  Go into Disk Utility, highlight the external hard drive you are going to use for Time Machine backups in the left hand column by clicking on it and select the "Erase" tab, up and over to the right.  Then select the Format, below, that will be installed, as "Mac OS Extended (Journeled)".  THEN, OK the erasure.  That should clear things up.
    Hope this helps
    Of course this will erase all previous backups.

  • Firefox seems to freeze after a few moment when I switch whatever I have plugged into the audio jack. Any suggestions on a fix for this?

    Whenever I pull out my speaker/headphones out of its jack to put in my speaker/headphones Monzilla freezes. Any idea on what it could be?
    It completely freezes, and does not unfreeze if I wait it out. I have to close it with task manager which then tells me the program is not responsive. I shut it down, and Firefox does not act like it had a crash or anything of the sort.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe Mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • HT4356 Can't find the wireless HP 3050 printer via phone or I pad. Printed test page found no problems and stated setup was successful. Any idea what the problem is? Thanks. is

    Can't find the wireless signal from my newly installed HP 3050 printer via I phon or I pad. Printer test page found no problems and states successful setup. Any ideal on the cause of the problem? Thanks.

    Hello Sashalechat,
    Welcome to the HP Forums.
    I see that you are having an issue when attempting to connect to a wireless network.
    Have you changed the router for a new one? 
    Make sure that you have the printer power cable connected directly to a wall outlet and not a power bar/strip. Here is a document that uses a LaserJet printer as an example but it is meant for HP products in general. Please click on the following link that explains the Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    Make sure that you are with in the 4'-20' range.
    You can try the HP Print and Scan Doctor as well.  Let me know if you see any error codes or messages.
    Write me back when you have time.
    Cheers, 
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Can you get Time Machine to backup to a disk image?

    I just bought an OWC external enclosure that holds two SATA drives. I upgraded my internal (main) HD to a 1TB drive, and then put my old internal 500 gig (main) HD and my old internal 500 gig (time machine) HD into the external enclosure.
    So I'm good, with an external time machine raid array, that I can take off site.
    But, I really wanted to encrypt the data, so as if someone broke into my car and stole my offsite backup, not have my data.
    I thought about creating a 1TB (well, 930 gigs) encrypted image in disk utility on the external, mounting it, and choosing that for time machine. When I leave, shutdown would dismount the image, then turn off drive, unplug and leave.
    But time machine won't allow me to choose the image.
    I read about a terminal hack for backing up to unsupported network volumes....I tired that just for kicks, didn't work.
    Is there any way to get time machine to allow me to choose a mounted disk image as my backup volume?
    Thanks!

    Likewise, I'm interested in the same question, but for a different reason: backing up to a NAS. Since a disk image gives you a nice virtual HFS+ partition, it seems a lot less suicidal than trying to shoehorn a Time Machine backup into whatever the NAS's native filesystem happens to be.
    In theory it should be possible, since nested disk images (even mixing sparsebundle and plain old DMG) work just fine normally. And having your data in a nice monolithic DMG file would make it easier to copy and move the TM backups -- not to mention, you cap the max size and do encryption easily, as you described.
    But it's almost impossible to find this information on the Web -- Googling for this topic results in a bunch of noise about Time Machine's sparsebundle images. I managed to find one similar thread:
    http://forums.macosxhints.com/showthread.php?t=91297
    But that thread, like this thread, so far doesn't have any solution.
    I'm going to try to copy an existing TM backup to the disk image and see if that works. Will post again later, and hope that someone might have a solution someday.
    Incidentally, if all you want is encryption, apparently you can get an encrypted TM backup by manually creating the sparsebundle file and turning on encryption. See the parent thread to this comment:
    http://www.macosxhints.com/comment.php?mode=view&cid=98733
    Anyway, let's hope someone might have a time-machine-inside-a-disk-image solution someday...

Maybe you are looking for

  • Exit in tcode LT0G when BACK TO STOCK.

    Hi, I would need a user exit or BADI in the tcode LT0G while doing "BAck to Stock". In that exit we need storage type(LTAP-VLTYP) and source storage unit (LTAP-VLENR). I need to delete selected storage unit from a z table when LTAP-VLTYP = '912'. Wai

  • "Business Network" and "Without a Domain" -- Consequences?

    In Windows 7 SP1, during installation (or later in "Control Panel\System and Security\System," under "Computer name, domain and Workgroup settings," click "Change Settings," than "Network ID") you get the following choice: This Computer Is Part of a

  • E7 fail to receive SMS after Belle update

    Hi there, I recently have a problem receiving SMS on E7 after updating to Belle. When I put the SIM card to another phone I do receive messages. However I do not receive those SMS that I have sent when the SIM was in the E7. Looks like the messages a

  • Adobe Premiere Elements 4-Freezing film when editing

    When I edit a HD-mp4-file, the film is freezing in the playscreen. This does  not occur when I right click the clip and choose "Edit original" or when I  use Windows Live Movie Maker. And I am very disappointed that Windows  7 does not accpet Adobe P

  • Annoying video/DVD playback problems on new Mac mini

    I have a Mac mini at home right now, latest edition (2010). I am very surprised to find that DVD playback exhibits signs of stutters here and there. Not huge stutters, but I can constantly see small "skips" and what seems like frame drops here and th