No Drag'n'Drop in Disk Utility?!

I wanted to reformat my system volume of my MacBook Pro 10.4.6 and then restore a backup I've made before. For this I wanted to use Disk Utility's "restore" function and a system Image I've made with SuperDuper to an external USB drive.
But when I start Disk Utility from my Installation DVD (10.4.5), I can't drag'n'drop any drive into the fields for source or target volume! When I grab a volume and want to move it, it just marks other volumes as soon as I move the cursor higher or lower!
And unfortunately you can't select a volume manually via a button or something...
This isn't normal, is it?? Or is there any other possibility to select the volumes for restore function?
When i start Disk Utility in my normal system environment (not from DVD), drag'n'drop is easily possible and everything works well...

Wow, I tried it just now and you are right. It's really weird because I compared the version of Disk Utility on the Install Disc with the one that's on the hard drive and I can't see any differences. The main executable file, all of the plugins, and all of the nibs are exactly the same. I opened the nibs and found that it's the "DUOutlineView" that appears to only use the default table view behavior when it was running from the install disc. The default behavior in a table view when you drag is to select the rows. To get drag and drop behavior, you have to implement a couple of methods to conform to NSDraggingSource protocol.
Hah, that's it. I was wondering if Disk Utility was checking whether it was running from the DVD or whether it was running from the hard drive, and doing different things depending on what it found. For example, I noticed that the Preferences menu item isn't shown when you're running it from the DVD.
I did a class dump on the Disk Utility executable and found the following:
@interface DUAppDelegate : NSObject {
    BOOL runningFromCD;
- (BOOL)runningFromCD;
- (BOOL)checkRunningFromCD;
@end
So, sure enough, it looks like it's checking to see whether it's running off the CD, and if so, will set itself up differently. (Translated to "English", that stuff above basically means that that main helper/controller object has a true/false property for whether or not Disk Utility is running from the CD, and two "methods", or functions that it executes, that set/get the value of that property).
I'll submit an official bug against this when I get a chance, and I'd encourage you to send feedback about it as well. If you want, you can copy and paste the information above and include it as more technical information that might help the engineers know what's going on.
Not sure what to suggest in the meantime....
Dual 2.7GHz PowerPC G5 w/ 2.5 GB RAM; 17" MacBook Pro w/ 2 GB RAM -   Mac OS X (10.4.6)  

Similar Messages

  • How to repair a filevault sparsebundle with disk utility?

    I've been experiencing some oddness with my filevault home directory so I wanted to drop into disk utility and run a check/repair on it. The odd thing is, when I log out and into another account, the sparsebundle says 0k in the finder, and appears to be a directory. When I sudo to cd into the directory, it appears to work, but I remain in /Users/username. When I drag the sparsebundle into disk utility, it appears in the bar on the left side of the screen, but clicking repair or verify causes the progress bar to activate for a split second then stop with no error message. Trying to mount the sparsebundle yields a "No supported socket" message.
    I am able to log into the account. When I do that, in /users/.username directory, I can see the sparsebundle with its true size, 35 gigabytes.
    I used to repair sparseimages; is the described behavior "normal" for sparse bundles and if so, is there a way to get them repaired in disk utility? Or is this odd behavior on the part of this particular sparse bundle?

    Well a bundle and a disk image are both, likewise, "very different things" than actual independent storage devices, but disk utility is able to reason out that it needs to ask for the password for the disk image and open it in order to repair it. There's no reason why it couldn't be as bright when it comes to handling a sparseimage.
    You are correct that mounting it first with a terminal command (sudo hdiutil mount -nomount -readwrite /path/to/sparseimage) causes it to be repairable in disk utility. Disk utility can figure out by itself that it needs to open the disk image when you repair a disk image, but apparently not with a sparsebundle. I disagree with your tone above that implies that somehow one would not expect disk utility to function robustly and be actually capable of repairing Apple file system-based virtual disk images (whether a single file or in a directory format, doesnt matter), and that one should be expected to dig up a terminal command and mount it manually before being able to tinker with it. That's not reasonable to expect of the user for a routine task such as repairing a disk image.
    However on doing so, disk utility can repair the disk.
    See:
    http://blog.hardmac.com/archives/how-i-saved-my-corrupted-time-machine-sparsebun dle-image

  • Really simple drag and drop example?

    I have just began exploring Adobe AIR and have succesfully
    managed to load images into an image component, through drag and
    drop from the desktop.
    Now I am trying to understand how to do the reverse —
    how to drag from the image component to the desktop, but after
    spending several hours googling I still haven't found an example
    that show how to achieve this. Either the samples are outdated,
    from the beta period, or to complicated for me to understand.
    Could someone please help me by showing how it is done, in
    the simplest possible way?
    Thanks in advance.

    Hi,
    You could let Christophe's excellent components do the heavy
    lifting for you:
    http://coenraets.org/blog/2007/06/air-to-desktop-drag-and-drop-two-simple-utility-classes/
    Or here's a good simple app with code that shows you how it's
    done:
    http://www.wabysabi.com/blog/2008/03/18/air-example-native-drag-n-drop-and-clipboard-integ ration/

  • Disk Utility doesn't repair problem

    A friend of mine brought me in his sister's iBook and asked if I could fix it. The computer would not start up at all, got to the white screen and just spun forever. So I started up using Panther Install Disk 1, dropped into Disk Utility. Verified Permissions, then Repaired Permissions. After that Verified Disk, and it found a bunch of volume problems, I told it to repair them and the first time it fixed 2 out of 3 and said that it had fixed 1 volume and failed to fix the other. I repaired again and it said all problems fixed, just to be safe I tried a third time, again all problems fixed. Ran the verify to check it and it stated that the volume needs to be repaired. Have gone through the repair and then verify cycle twice now. Other than taking it to a Genius Bar, what else can I do?
    Thanks,
    Ted

    Hello Jan:
    I doubt if preferences have anything to do with the problem.
    Try running repair disk from the software install DVD (fixes directory problems).
    I would also run the hardware checker that came with the system.
    Barry

  • Can shared actions reset with drag and drop?

    I'm currently creating an interactive module where the learner will need to drag and drop grey squares to the correct area on the screen.  If you see my picture below, I have a possible 20 grey squares needing to be dragged and dropped for each terminal that's on the lower right of the screen capture. I've created a shared action that shows different wires moving for each of the 20 grey squares moving from the upper image to the lower right image of the screen.  This is painstakingly time consuming, but worth the effect.  The problem I have stems from the drag and drop's "reset" button.  The "reset" button helps set the grey squares that are my drag sources to their original positions, but it does not reset the shared actions that correspond to the movement of each grey square.  Is there any way I can reset not only the drag sources, but also the shared actions associated with the drag sources?  Any help is truly appreciated. 

    This article might be useful: http://coenraets.org/blog/2007/06/air-to-desktop-drag-and-drop-two-simple-utility-classes/

  • Can this be done with Drag and Drop?

    I have a tile list with jpeg thumbnails of illustrator files.
    When clicked they are downloaded and opened.
    Is it possible for me to implement a situation where the user can drag the jpeg to adobe illustrator, and the file will download and open.
    Basically the same operations as clicking on the image.
    Any help is appreciated

    This article might be useful: http://coenraets.org/blog/2007/06/air-to-desktop-drag-and-drop-two-simple-utility-classes/

  • Can't drag disk icon in Disk Utility to restore backup image

    I'm restoring my MacBook from a backup image I made on my external HD with SuperDuper! and I've run into a big problem. I've booted from my OS X CD. I'm in Disk Utility, and while my external drive mounts and I can select the image in the 'restore' pane, I can't for the life of me drag any icon to the 'destination' field. Any help with this?

    Hi
    I have exactly the same problem,i backed up my internal HD, and want to restore it by starting my mac mini intel single core with the original delivered os dvd including diskutilities.But no way it is not possible to drag a volume or partition to the required field to the left.I called apple support and the guy did not understand what I'm talking about at all, and told me he will forward to the developer dep.
    Never mind, I recovered the mac mini intel with ccc , thanks God I did an image backup and a ccc !
    Yesterday my mac mini intel audio hardware has broken, so I have to do another bkp with booted up os dvd to bring in to a serviceprovider.
    Tried to recover for security issues , but disk utilitiy did not work again , no drag 'n' drop possible - this problem never exists under powermac before and its driving me mad under intel macs
    I did a trick to show thats it is definitely the revision of this os dvd and disk utilities (x86 intel rev.)
    I did a clean install form this os dvd, then cloned the interal harddisk to a external firewire disk making it bootable (using ccc for all)
    I did no software update just clean from the dvd, restarted , choosed external firewire harddisk, et voila - opened disk utilitiy to restore dmg image for the internal hd and drag 'n' drop works without problems!!
    Resumee:
    my delivered os dvd 10.4.5 AHT vesrion 3A102 disc version 1.0 2Z691-5738-A has the biggest bug of all, it can not recover a backed up image at all - that is a revision e.g. release bug (error).
    I will have to return this dvd !
    Greetings Tobias

  • If an iPod is in "use as hard disk" mode, could I drag and drop songs to it

    After countless attempts to sync my iTunes into this iPod I just obtained, with iTunes, Finder, sometimes both programs hanging and freezing up, since I pick "use iPod as hard disk" as an option, couldn't I just drag and drop my iTunes tracks into the iPod via just a pair of Finder windows? I mean if it can work like a USB drive, I think it wouldn't be impossible to do the same with my songs, since they are just files as well, since I am having such a horrible ordeal syncing this iPod. I am on the verge of my 6th Restore in almost as many days and at best I could load songs into it one by one, but sometimes it would even balk for the most curious reasons such as:
    song running over 5 1/2 minutes in length
    song consisting of mp3 I d/l-ed elsewhere independent of iTunes Store
    song purchased from iTunes a very long time ago
    the 4th or 6th song in a row being synced, no matter the type
    I have little idea why this iMac is giving me so much guff, as my sister has the same model that works without complaint for her.

    Curses, foiled again! Maybe you additionally have an idea why my 4th gen 20 GB iPod seems to make Finder, iTunes, and occasionally Disk Utility hang and stop responding when all I am trying to do is attempt to make the iPod work as designed ie: accept my iTunes songs, keep them and have them available for playback. It is fully charged, yet most of the time it chokes when I am trying to Restore it, so every time I do manage to restore it, it takes about 4 or 5 incremental attempts of completing Restore until I get it going again. Then I am only able to get it running by manually loading the songs one track at a time until I get up to about 30 or so and it unravels upon my attempts to put all of them on, even adding them manually one song at a time.

  • I have 2 auxillary disk drives for my MacBokk Pro. Time Machine uses one for backup and I use the other for storage, but I am unable to create a new folder or drag and drop files or folders to the aux drive.

    I am unable to create a new folder on either of my auxillary disk drives.  I can access the files and folders that were there when I transferred one of the drives from a PC.  Time machine uses one for backup and I want to use the other to store photos which are large files.  An help would be appreciated.

    Thanks for the reply.  If I reformat the drive will I be able to access the files on it from the MAC.  I do not share the drive with a PC.  The files were originally created on a PC which I no longer use.  I do want to continue to access the files put there by the PC.  I would like to not have to copy them over to the MAC hard drive just to use them.  The second aux drive is new and works fine because it was formatted by the MAC.  I can drag and drop files there and work with just as if they were on the internal drive.

  • Disk Utility wont drag drives on Mac book Pro

    I am tring to back up may system drive, and i cant drag it to the source on disk utility, acctually i cant drag anything into it, while i have no problems on my dual g5, so i guess the problem is on the intel disk utility.
    any ideas?

    You need to drag the volume, not the "disk"
    On most Macs, this would be "Macintosh HD"
    Scott

  • Drag and drop Files to native disk lazily

    I need help on how to copy, through DnD, a file/attachment from an email application (http://columba.sf.net) to the native operating system. Theres no problem to drag and drop files that already resides on the file system, this Ive done without any problem.
    The problem is that the attachment lies within the email, and it needs to be extracted before it can be copied to the correct location. For performance reasons I dont want to extract all attachments to the disk when the user opens an email with attachments. Neither do I want to extract the attachment during the user's DnD operation. I would like to make the copy/extraction when the DnD has been completed.
    As Ive understood is that when I want to DnD a file to the desktop, I must have a Transferable that supports the DataFlavor javaFileListFlavor. This will return a List of Files by the getTransferData() method. But the problem is that the Files must exists on the diskdrive before it the DnD starts, ie before the getTransferData() method is called.
    This I cannot do, since I the getTransferData() method is called multiple times during the DnD action, and I dont want to extract the attachment until the DnD is complete. (performance issues)
    My first idea was to create an empty dummy file on the disk, and use this as the source File to be dragged around. Then when the DnD is completed, I would extract the attachment from the email and make the copy manually. Doing it this way, Im sure that
    * theres no unecessary extraction,
    * the user doesnt have to wait until he has choosen where to put the file
    * the extraction is done according to the API for the email client.
    But as it seems now, theres no way of knowing the location of the drop target from the TransferHandler or the DataFlavor. And if I dont know the location of the drop, I cannot make the manual copy.
    Do anyone know of a solution or workaround, using the new or old DnD implementation?
    ANy help is appreaciated!

    Hi RedSolo! I've been working with the exact same problem for quite some time. I think your "workaround" in the frappucino module seems to be the best way to solve this problem. I have almost the same solution in my project. What I would like to do is to present a progressbar during the time it takes to wait for the "create files thread" to finish. But I haven't found a solution since I'm blocking the event thread. Do you have any tips or ideas how to solve this?
    Thankful for any ideas!!

  • Unable to drag disk to destination for Restore in Disk Utility

    I am trying to restore from a disk image in Disk Utility. I dragged the image to the Source Box. When I drag the partition from an external firewire drive to the Destination box, it won't accept it. I have tried to do this with partitions on two separate external firewire drives. The partitions are 10GB. The image file is 6GB

    I had this problem just now. On the left side of your Disk Utility should be the partition/volume you want to use as your destination. Try dragging your destination partition/volume into the "Destination Disk" field. Worked for me.

  • Disk icon won't drag when trying to restore in disk utility

    Hello
    Not sure what I'm doing wrong but when trying to back up my (original) Macbook Pro onto an external hard drive (to create a bootable backup) the MBP disk icon won't drag into the Source of Disk Utility Restore....
    Have booted from the MBP disk etc. Am running Tiger w/latest software update. Tried using a mouse rather than the touchpad, but no luck either...
    Any suggestions?
    Many thanks.

    Disk Utility is not very prolix when it comes to error handling. Try this:
    Start "Utilities -> Terminal App"
    in terminal start:
    "/Applications/Utilities/Disk Utility.app/Contents/MacOS/Disk Utility"
    the normal disk utility comes up. Try what you want to do - and check for error messages on the command line. maybe you can correct the problem.
    -------------- IF THAT FAILS AND YOU WANT TO RESTORE IT BY HAND:
    use the disk utility to
    1. mount your target drive
    - double click on the target drive - make sure it's mounted
    2. get information about target drive
    - click the PARTITION (not disk) you want to restore
    - click INFO. Note the Disk Identifier e.g. disk0s2
    3. mount your source image
    - go to 'restore' of some drive. select image
    - search for the image to restore
    - image comes up in list on the left. double click it
    close the disk utility.
    open Terminal.
    check with 'ls /Volumes/' which Volumes are mounted. Check which Volume is your SOURCE.
    you can use 'asr' to restore your drive e.G.:
    asr restore --source "/Volumes/Mac HD" --target /dev/disk0s2 --erase
    PLEASE MAKE SURE THAT YOU GIVE THE CORRECT SOURCE AND ESPECIALLY TARGET!
    asr is the restore tool used by disk utility. Be sure to have a second backup of all your data. If you use it in the wrong way, you can delete all data (including the backup attached via USB).

  • Volumes Won't Drag Over in Disk Utility

    I'm in Disk Utility. I am trying to mirror the 250gb drive that came with the computer with a 250gb partition I've made of another drive. I am following the directions in the disk utility help page to the T, and there is a weird problem. I can't drag the disks into the list.
    first disk info:
    http://thepunctuator.net/LBWS/raid1.png
    Mount Point : / Capacity : 232.6 GB (249,715,376,128 Bytes)
    Format : Mac OS Extended (Journaled) Available : 208.6 GB (223,937,794,048 Bytes)
    Owners Enabled : Yes Used : 24.0 GB (25,777,582,080 Bytes)
    Number of Folders : 112,925 Number of Files : 499,501
    second disk info:
    http://thepunctuator.net/LBWS/raid2.png
    Mount Point : /Volumes/Macintosh HD2 Capacity : 232.9 GB (250,053,931,008 Bytes)
    Format : Mac OS Extended (Journaled) Available : 232.8 GB (249,976,754,176 Bytes)
    Owners Enabled : Yes Used : 73.6 MB (77,176,832 Bytes)
    Number of Folders : 4 Number of Files : 9
    When I first loaded up Disk Utility, I couldn't even drag the disks at all. I would click&hold and start moving, and the disks didn't pop into icons and start dragging. I quit the program and loaded it back up, and now they pop into icons, but when I hover them over the list box, nothing happens. It doesn't add them to the list. No amount of quitting and restarting the application fixes it. Restarting the computer did not resolve the issue either.
    Here is kind of what it looks like when I drag the disks over, if you pretend the cursor is there as well:
    http://thepunctuator.net/LBWS/raid3.png
    When I release, the disks are not added to the list.
    If no one knows how to resolve this issue, does anyone know a way to do this operation from the terminal?
    Mac Pro 8-core Mac OS X (10.4.9)

    Re: "
    In Disk Utility, go to Help menu and read how to use the program to create RAIDs."
    I've read that manual (as I mentioned in my original post, thanks for reading). Here is what it says:
    "If you booted your computer from a disk that has multiple partitions, you cannot create a RAID set that contains partitions from your boot disk. To create a RAID disk that contains partitions from that disk, you must boot your computer from another disk first."
    That's fine, but I can't believe I have to format the partition in order to RAID it. Why can't I just mirror it and have it rebuild the information onto the second partition? That seems like a simple and obvious bit of functionality. What is it about HFS that prevents this from happening? To be honest, I just don't believe you.
    Re: "Apple Disk Utility RAIDs will only use the smaller capacity for building parts. You would be better to format each drive, with a 2nd partition on the larger. However, using drives of unlike capacity and speed (seek times do vary and just like with SCSI it is best if they are identical DNA down to firmware)."
    Thank you, but if you spent five seconds looking at my original post you would have seen that the partitions I'm using are the same size. (Ok, they're not exactly the same size, but less than .1% difference). As far as having identical DNA, shrug. I have a server with 3.5 tb RAID5 array sitting by my knee that has, not only disks from different manufacturers, but also a mishmash of SATA and IDE devices. It hasn't had a problem in three months. The performance is great.
    Anyway, I am trying to get help with a specific issue which I recounted in my original post. I am not here to discuss the finer points of disk management with you guys - I am trying to deal with this specifically Mac issue of the Disk Utility application. I know how to handle myself in *nix, and if it fails, that's fine, I have a backup.
    Thanks for your administration advice, but then again, no thanks. Does anyone have any help for the above issue?
    Mac Pro 8-core   Mac OS X (10.4.9)  

  • My disk utility will not let me highlight jornaled in mthe drop down menu. I need to erase the entire mac for re sell purposes.

    My disk utility will not let me highlight journaled in the drop down menu. I need to erase the entire mac for re sell purposes.

    You need to be booted from another source as you cannot delete or reformat the drive you are booted from. See if you can either use the original install disks (Snow Leopard or earlier) or internet recovery (Lion or later) to boot from and then be able to use the Partition tab to partition and format it correctly.

Maybe you are looking for

  • Issues with iMessage!

    Hello! Like many other people, I am having issues with iMessage. I have an iPhone 5. It was working before, but sporadically. I would be able to send something as an iMessage, but the next day it would switch to text messaging, even though I have SMS

  • Need to declare GUID in Class to use in Workfloq

    Hi Guys! I created a new class (via SE24) with two attributes as its key - but its lenght exceeded 32 charaters. I went thru the blogs posted by Jocelyn where she mentions to use GUID to declare the key. Can someone please explain how do the go about

  • Materialized view with tables in different schemas

    Hello, I want to create a materialized view with a table from a different schema in the SELECT statement. For materialized view I would like to apply the "REFRESH COMPLETE ON COMMIT" option. Here the code: CREATE MATERIALIZED VIEW S1.MV_EXAMPLE TABLE

  • Class Cast Exception in Pricing Engine with ATG 9.1

    Hi All, I'm getting the below exception when trying to deploy projects through BCC. Basically this is getting called from some Out of the box scheduler service when project is deployed. Any pointers on how to prevent this will be immensely helpful..

  • How to reduce space between cell border and text ?

    I want to make a very small print of my class timetable. But I can't reduce the table size after a certain size. The major portion is taken up due to space between the cell borders and the text in them. Is there anyway I can reduce that space so that