Dmg's on desktop

I have all these dmg things on my desktop for various programs I've downloaded.  Gimp, Skype, AirParrot, etc.  If I've installed the programs to my applications do I need these?  Can I just delete them and still have the programs?  Also if I do need them, can I hide them?
Thanks, beginner quiestion but such is life!
Susan

Susan,
Generally speaking, there is usually no need to keep them. Here are some further explanations:
1. Can I delete .dmg files?: Apple Support Communities
2. Can I delete .dmg files off my iMac?: Apple Support Communities
3. .dmg files? can I delete?: Apple Support Communities
4. Do I need to keep .dmg files?: Apple Support Communities
5. Managing and installing applications distributed with DMG files | MacFixIt - CNET Reviews

Similar Messages

  • Existing Backup Drive re-mounted; now TM creates DMG on my desktop

    What am I doing wrong? I decided to unplug my external drive that had been backing up TM for about 2 days. When I re-mounted it, although TM still recognized it as my backup drive, it started a new backup file on my desktop. Clearly I want it to not only recognize my backup drive, but also to continue to create and use the backup history from the same archive. What do I need to do?
    tia.

    webweave,
    Welcome to the Apple discussions!
    Generally, as discussed above, having 2 mount points for the same disk in the volumes folder won't prevent a successful backup. But in your case (#15!), that's a problem. More often than not, they are being created by Time Machine because you already have one or more instances of the Time Capsule disk mounted on your desktop. Ejecting the TC disk when it is not needed is the best way to avoid creating multiple mount points.
    If you have any further questions, please post them in a new thread. You can refer back to this discussion with a link if necessary.
    Cheers!

  • Skype .dmg file stuck on desktop

    Hi everyone,
    I have read some advice on similar problems and tried lots but nothing works. I have installed Skype on my laptop and correctly made the dock alias from the applications window but I can't Eject the .dmg from my desktop. Please help it's really annoying me now!

    Thank you very much!
    I'm not sure what disc utilities is all about but I ejected it from there and it worked!
    Hooray!

  • JavaFX packager DMG shows Desktop Folder not Applications Folder

    I'm using JDK 8 EA, when I generate the DMG using Netbeans 7.4 the resulting DMG shows the Desktop icon folder instead of the Applications folder.  What setting can I set to generate the DMG to use the Applications folder instead of the Desktop folder?

    I also have exactly the same problem. This started occurring after installing boot camp.
    In Safari, the downloaded files go to the desktop. The safari download manager shows that the download is complete, yet on the desktop I only see the .download file. Clicking on the .download file causes it to disappear. However, clicking on the "show in finder" icon in the safari download manager, magically causes the downloaded file to reappear on the desktop.
    I have also had a problem emptying the trash. After emptying the trash the trash icon does not change to the empty trash can. Opening the trash shows all the files, however, by clicking on them they disappear and after clickiing on all of them, they all disappeared and the trash can icon finally was empty.
    This sounds very much as if some events are not being handled by the finder and the finder refreshed.

  • Can't copy files from mounted DMG. What's up??

    So all of a sudden, I can't copy files from mounted DMG files. It's strange because if there is one file and I drag it to another location, like desktop, it won't copy. If I drag 2 files from the mounted DMG to the desktop one of them copies. If I drag 3, then 2 copy... it's always all but one of the files... never all of them.
    I've tried repairing permissions but nothing works. I'm at a loss...
    thanks
    D
    iMac Core Duo 17", 1.5 gig RAM   Mac OS X (10.4.8)  

    Try holding option when you drag the files. This tells the mac to move the files to the desktop of your computer not the desktop folder of the DMG (usually a hidden folder)
    If that doesn't work it may be that you need administrative privileges to move the files. Make sure you are logged on as as an administrator by selecting the account tab in system preferences and making sure it says "admin" under your user name. Log on to or create an administration account then try moving the file.
    Hope this helps, let me know
    Thom

  • How do I make a cloned dmg be my startup disk?

    Hi all,
    In order to get rid of the Windows partition on my Mini, I've had to reformat the drive back to one partition, and erase install OSX 10.4.
    I had the sense to use SuperDuper to make a clone of my entire HD, which I put onto an external Maxtor FireWire HD.
    When I mount the dmg to my Desktop, choose it as the startup drive and restart, my Mac boots instead into its newly set up virgin installation.
    Can anyone point me in the direction of how to get my old clone blessed as my new OS, please? Is it as simple as just dragging it back to the Mini before mounting it?
    Many thanks,
    Matt

    Thanks, guys, but I was looking for a little more specific, step-by-step guidance.
    I've just spent the best part of four days trying to get this done, in part because SuperDuper's user guide is spartan on proper guidance, in part because it's not a very intuitive process, in part because Apple screwed up.
    It would have been nice to have been told that Disk Utility is the Application used for restoring a disk image, for instance (SuperDuper isn't the interface for doing so!), and perhaps the idea of needing to start up from somewhere other than the boot partition to use Disk Utility from there - from the OS install disk, for instance.
    In the end, after three clean install/updates, because Apple sold me a buggy install disk(!!!), I've had to enter the potential nightmare of Terminal to try and get my clone restored, with a tier 2 Applecare tech talking me through the wobbly process over the phone for an hour - even he's not sure it's going to work.
    In twelve years of being a Mac user, I've never found it so unintuitive, nor so lacking clear guidance to get something as basic as this done. And I thought Retrospect was difficult...

  • .DMG files on a PC

    Is there anyway to burn a .dmg file on a CD so that a PC can read it. I just tried it and it didn't work. The PC couldn't read the CD.

    Hi, Abe.
    Is it that the PC could not read the CD or the disk image?
    CDs burned in Finder are compatible with Macs or PCs running Windows. See "Mac OS X 10.4: Creating a CD Formatted for MS-DOS (Windows)."
    However, while "Disk Utility 10.5 Help: Formatting a disk for Windows computers" states:"When you create a disk image you can erase it and change its volume format so that other computers, such as MS-DOS for Windows computers or UNIX file system computers, can read it."Under Tiger, I've not found a way using Disk Utility to create or change a disk image with a Mac volume format to one formatted with the MS-DOS file system. Hence, a disk image created on a Mac using Disk Utility won't be readable on a PC unless the PC is running an application like Mediafour's MacDrive for Windows.
    With Tiger, disk images now always use the Mac OS Extended file system. Under Panther, one could create disk images using the MS-DOS and UNIX UFS file systems, but that's been removed from Disk Utility under Tiger.
    One can use the hdiutil command in Terminal to create a new, blank, Read/Write disk image, or an image from a folder, that uses the MS-DOS file system by including the
    -fs MS-DOS
    flag in the command.
    For example, the following Terminal command:
    hdiutil create -srcfolder ~/Desktop/Test -fs MS-DOS -volname DOSTest ~/Desktop/DOSTest.dmg
    created a disk image:
    • from the folder Test on my desktop (-srcfolder ~/Desktop/Test)
    • in MS-DOS format (-fs MS-DOS)
    • with volume name of DOSTest (-volname DOSTest) so that when it is mounted it shows as volume "DOSTest" in Finder.
    • with the disk image saved as DOSTest.dmg on my desktop (the last parameter, ~/Desktop/DOSTest.dmg).
    The command produced some error messages, i.e. two instances of
    mount_msdos: /dev/disk3: Resource busy
    /sbin/mount failed with error 18176
    during the creation process which I have yet to explore, but it turns out the resulting disk image appears fine and mounts on my Mac. It mounts as volume "DOSTEST" (vs. volume name "DOSTest" but -volname may be case insensitive).
    Disk Utility shows the mounted volume as having:
    Format: MS-DOS File System (FAT-16).
    One could then try burning that disk image to CD and seeing how a PC handles it. I don't have a PC running Windows handy at the moment, otherwise I'd try that.
    Hope that helps.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Erased dmg still in spotlight

    A while back I had two disk images on my desktop which I used for secure storage of confidential documents. When I no longer needed them I deleted both.
    Yesterday, while using spotlight, I discovered that both were still in existence but the path had changed from:
    /Users/my name/Desktop/disk image name.dmg
    to just
    /Desktop/disk image name.dmg
    Despite that, there were no desktop icons. In fact I was only able to find them in spotlight.
    I found that I was able to open both disc images by clicking on the dmg icon in spotlight and then inputting the appropriate password (lucky that I remembered them).
    They still contained the confidential documents that I thought I had destroyed.
    Using Disk Utility I highlighted one of the disc images and hit the erase button. When that was finished I looked again in spotlight and it was still there. I clicked on the disk image in spotlight, input the password and found that the name of the desktop icon had changed from the original name (which still showed in Spotlight) to “Untitled,” but that it was now empty.
    So I have apparently succeeded in deleting my confidential documents but cannot remove the disk images from Spotlight. Can anyone advise me how to do that?

    Hi Mike,
    Sounds like a few things.
    I'd get EasyFind...
    http://www.versiontracker.com/dyn/moreinfo/macosx/8707
    Use that to find them and Trash them from.
    Then you need Spotlight to reindex your drive, try Spotlight's Security tab to add that drive, wait, then remove that drive.

  • IMovie Quits When Mounting .dmg

    Hello---I have an iMac 10.5.8.  Today I began converting old 8mm home movies onto DVD by use of a Toshiba.  I am importing non-commercial DVDs into iMovie.  I was so proud of myself when I figured out (through use of old forum) how to take the DVD and create a new image and mount into iMovie '08 (7.1.4).  I did this successfully first try and was on cloud nine.  Now editing can begin. 
    Well, feeling on a roll I went for a second 8mm and got it onto a DVD.  Went through all the steps (application, utility, disk utilities etc.) now it is sitting as a .dmg file on desktop, same as before.  This time, however, after I launch iMovie and double-click the .dmg home movie----iMovie will read "Generating Thumbnails" for a few seconds and the blue bar will appear as if it is a 1/3 done and it will suddenly quit and this is the message I get:
    (Oops.  Picture missing.  Edited to add message reads: "The application iMovie quit unexpectedly.  Mac OS X and other application are not affected."
    I tried to report the problem to Apple but it says it can't be done at this time and retry.  What I can't figure out is I have done it already and it worked fine.  I shut the computer down for a while and I came back to looked at some other ideas/posts but most were way too advanced for my knowledge and I didn't come across any with same exact issue anyhow.  They may be there, but I didn't come across.   I followed some posts that were close and I checked my HD in disk utilites and it came back my HD appears to be working fine so didn't seem to be anything to repair. 
    Can anyone give me a kindergarten explanation of how to correct this so I can continue putting .dmg files into iMovie?  Why did it work just hours previously but not now? 
    As always, thanks for your help.

    You need to convert the VOB files in the TS-Folder of the DVD back to DV which iMovie is designed to handle. For that you need mpegStreamclip:
    http://www.squared5.com/svideo/mpeg-streamclip-mac.html
    which is free, but you must also have the  Apple mpeg2 plugin :
    http://www.apple.com/quicktime/mpeg2/
    (unless you are running Lion in which case see below))
    which is a mere $20.
    Another possibility is to use DVDxDV:
    http://www.dvdxdv.com/NewFolderLookSite/Products/DVDxDV.overview.htm
    which costs $25.
    For the benefit of others who may read this thread:
    Obviously the foregoing only applies to DVDs you have made yourself, or other home-made DVDs that have been given to you. It will NOT work on copy-protected commercial DVDs, which in any case would be illegal.
    If you are running Lion:
    From the MPEG Streamclip homepage
    The installer of the MPEG-2 Playback Component may refuse to install the component in Lion. Apple states the component is unnecessary in Lion, however MPEG Streamclip still needs it.
    To install the component in Lion, please download MPEG Streamclip 1.9.3b7 beta above; inside the disk image you will find the Utility MPEG2 Component Lion: use it to install the MPEG-2 Playback Component in Lion. The original installer's disk image (QuickTimeMPEG2.dmg) is required.
    The current versions of MPEG Streamclip cannot take advantage of the built-in MPEG-2 functionality of Lion. For MPEG-2 files you still need to install the QuickTime MPEG-2 Playback Component, which is not preinstalled in Lion. You don't have to install QuickTime 7.

  • .dmg files won't mount

    Ever snce installing 10.4.6 (I think) .dmg files downloaded with Safari (or Firefox) will not mount. If I double click the .dmg on the desktop, it goes away, does nothing and after a long time comes back with a dialogue box (I have never seen before) saying "Warning The following disk images failed to mount Reason: Device not configured"
    Any ideas??!!

    Have you got another harddrive or second partition to
    which you can install OSX?
    Nope. That's why I'm so unhappy.
    Or try restarting and holding the cmd key ("apple"
    key) and the s together until the system boots up in
    UNIX - other keyboard short cuts here:
    I already did a safe reboot. No change. I also tried using my other account on the Mac - no difference.
    and run "f@*ed disk", well properly the "fsck"
    command from that UNIX
    prompt. See
    http://docs.info.apple.com/article.html?artnum=106214
    for more advice
    I ran DiskUtility (both Repair Permissions and, from the install disk, Repair Disk), the disk is fine. The failure to mount, Device not configured issue remains.
    I also used MainMenu to do the Daily, Weekly, and Monthly scripts. I haven't started cleaning cache files yet, with the exception of com.apple.kernelcaches and Extensions.kextcache, as recommended in another post.
    I'm leaving the reinstall option until I have more time, and I'll just be mad at Apple for the poor update in the meantime.

  • Photoshop CS4 - Licensing Error 150:30

    I have a MacBook with the OS X Maverick Operating System and have had no prior issues using my Photoshop CS4. My computer recently crashed and had to have my operating system re-installed. I tried to open up Photoshop today and this window popped up: "Licensing for this product has stopped working". I tried restarting the computer like the window mentioned and that did nothing. I also tried the solutions listed on the Adobe website for the Error: 150:30 and nothing has worked. My main problem is I cannot finish the "solutions" because I cannot locate the folder "FlexNet" or "FlexNet Licensing" or anything of that nature that is referred to in the solutions.

    The Licensing repair tool does work. OSX 10.7 and above:
    Download and open LicenseRecovery111.dmg on your Desktop
    Open Terminal and type sudo and leave a space. <do not press "Enter" yet>.
    Open the License Folder on the opened LicenseRecovery111.dmg and drag
    "LicenseRecover.py" file into the Terminal Window.
    The sudo command and path to the .py file should look like the screenshot below.
    Press Enter to begin
    Type in your password, but know that you will not see dots or asterisks as you type.
    Press Enter again, let the script run and finish. You should be able to run Photoshop now.
    (If this answer solves it, mark it as "correct" or get back to me if it doesn't.)

  • How Do I Get iTunes Back On My Macbook?

    I was downloading something from Acquisition this morning and my iTunes went haywire. Next thing I know my entire iTunes library was damaged and iTunes would not respond. After a number of tries, I dragged iTunes into the trash and figured I'd download a new one.
    However, when I downloaded it from Apple I got a message that verification failed and then when I double-clicked the iTunes 6.0.5.dmg on my desktop I got the following message -- "the following disk images failed to mount (reason codec overrun)".
    Help...Any ideas what happened and any idea how I can get back to normal?
    MacBook 1.1   Mac OS X (10.4.7)  

    Okay... but then there's nothing there? It just says "There are no purchased movies to be downloaded" (roughly translated from Danish)...

  • How do I get Silverlight Plugin to work on new Macbook Pro?

    Got a new MacBook Pro and tried to watch Netflix but I was prompted to install the Silverlight Plugin. I have the Silverlight dmg on my desktop but when I open it, the only thing there is the pkg file. Please help!

    I have it on my mac from the latest Office for mac.  It even updated after it was installed.  My issue is that when I try to log in to my accont, it tries and then logs straight back out.
    Any ideas on what's wrong?

  • How can I backup data from a case-sensitive volume to a NON-case-sensitive volume?

    The case-sensitive volume in this instance being a desktop-mounted disk image volume.
    A tragi-comedy in too many acts and hours
    Dramatis Personae:
    Macintosh HD: 27" iMac 3.06GHz Intel Core 2 Duo (iMac10,1), 12 GB RAM, 1 TB SATA internal drive
    TB1: 1 TB USB external drive
    TB2: 2 TB USB to Serial-ATA bridge external drive
    Terabyte: a .dmg disk image and resulting desktop volume of the same name (sorry, I don't know the technical term for a .dmg that's been opened, de-compressed and mounted -- evanescently -- on the desktop)
    Drive Genius 3 v3.1 (3100.39.63)/64-bit
    Apple Disk Utility Version 11.5.2 (298.4)
    Sunday morning (05/08/11), disk utility Drive Genius 3's drive monitoring system, Drive Pulse, reported a single bad block on an external USB2.0 1TB drive, telling me all data would be lost and my head would explode if I didn't fix this immediately. So I figured I'd offload the roughly 300 GB of data from TB1 to TB2 (which was nearly empty), with the intention of reinitializing TB 1 to remap the bad block and then move all its data BACK from TB 2. When I opened TB1's window in the Finder and tried to do a straight "Select All" and drag all items from TB1 to TB2, I got this error message:
    "The volume has the wrong case sensitivity for a backup."
    The error message didn't tell me WHICH volume had "the wrong case sensitivity for a backup," and believe me, or believe me not, this was the first time I'd ever heard that there WAS such a thing as "case sensitivity" for a drive. I tried dragging and dropping some individual folders -- some of them quite large, in the 40GB range -- from TB1 to TB2 without any problem whatsoever, but the majority of the items were the usual few-hundred-MB stuff that seems to proliferate on drives like empty Dunkin' Donuts coffee cups on the floor of my car, and I didn't relish the idea of spending an afternoon dragging and dropping dribs and drabs of 300GB worth of stuff from one drive to another.
    Being essentially a simple-minded soul, I had what I thought was the bright idea that I could get around the problem by making a .dmg disk image file of the whole drive, stashing it on TB2, repairing and re-initializing TB1, and then decompressing the disk image I'd made of TB1, and doing the "drag and drop" of all the files in resulting desktop volume to TB1. So I made the .dmg of TB1, called "Terabyte," stashed that .dmg on TB2 (no error messages this time), re-initialized and then rebooted the iMac from my original Snow Leopard 10.6.1 disks and used Disk Utility to erase and initialize TB1 -- making sure that it was NOT initialized as case-sensitive, and installed a minimal system on TB1 from the same boot. Then I updated that 10.6.1 system to 10.6.7 with System Update, and checked to see that Disk Utility reported all THREE drives -- internal, 1TB, and 2TB -- as Mac OS Extended (Journaled), and no "case sensitive" BS. I also used Drive Genius 3's "information" function for more detailed info on all three drives. Except for the usual differing mount points, connection methods, and S.M.A.R.T. status (only the Macintosh HD internal, SATA 1TB drive supports S.M.A.R.T.), everything seemed to be oojah-***-spiff, all three drives showing the same Partition Map Types: GPT (GUID Partition Table.) Smooth sailing from here on out, I thought.
    Bzzzzt! Wrong!
    When I opened the Terabyte .dmg and its desktop volume mounted, I tried the old lazy man's "Select All" and drag all items from the desktop-mounted drive "Terabyte" to TB1, I got the error message:
    "The volume has the wrong case sensitivity for a backup."
    I then spent the next three hours on the phone with AppleCare (kids -- when you buy a Mac ANYTHING, cough up the money for AppleCare. Period.), finally reaching a very pleasant senior tech something-or-other in beautiful, rainy Portland, OR. Together we went through everything I had done, tried a few suggestions she offerred, and, at the end of three hours, BOTH of us were stumped. At least I didn't feel quite as abysmally stupid as I did at the beginning of the process, but that was all the joy I had gotten after two solid days of gnawing at this problem -- and I mean SOLID; I'm retired, and spend probably 12 hours a day, EVERY day, at the keyboard, working on various projects.
    The AppleCare senior tech lady and I parted with mutual expressions of esteem, and I sat here, slowly grinding my teeth.
    Then I tried something I don't know why I was so obtuse as to not have thought of before: I opened Apple's Disk Utility and checked the desktop-mounted volume Terabyte (Mount Point: /Volumes/Terabyte), the resulting volume from opening and uncompressing the .dmg "Terabyte".
    Disk Utility reported: "Format : Mac OS Extended (Case-sensitive)." Doh!
    Obviously, TB1, the 1 TB USB external drive I'd actually bought as part of a bundle from MacMall when I bought my 27" iMac, and which I had initialized the first day I had the iMac up and running (late November 2009), had somehow gotten initialized as a Case-sensitive drive. How, I don't know, but I suspect the jerk behind the keyboard. Whatever the case, when I created the Terabyte disk image (the drive's original name: when I erased and re-initialized it -- see above -- I renamed it "1TB" for quick identification), the original drive's "Case-sensitive" format was encoded too. So when I tried to drag and drop EVERYTHING from the desktop-mounted volume "Terabyte" to the newly initialized and "blessed" (now THERE's a term from the past!), the system recognized it as an attempt as a total volume backup, and hit me with "The volume [the desktop-mounted volume "Terabyte" -- BB] has the wrong case sensitivity for a backup." And, of course, the reinitialized TB1 was now correctly formatted as NOT "case-sensitive."
    Well, that solved the mystery (BTW, Disk Utility identified the unopened Terabyte.dmg as an "Apple UDIF read-only compressed {zlib}, which is why the .dmg file could be copied to ANY volume, case sensitive or not), but it didn't help me with my problem of having to manually move all that data from the desktop-mounted volume "Terabyte" to TB1. I tried to find a way to correct the problem at the .dmg AND opened-volume-from-.dmg level with every disk utility I had, to no avail.
    Sorry for the long exposition, but others may trip over this "case-sensitive" rock in the road, and I wanted to make the case as clear as possible.
    So my problem remains: other than coal shovel by coal shovel, is there any way to get all the data off this case-sensitive desktop-mounted volume "Terabyte" and onto TB1.
    Not that I know whether it would made any difference or not, one of the things that got me into this situation was my inability to get "Time Machine" properly configured so it wasn't making new back-ups every (no lie) 15 minutes.
    Philosophical bonus question: what's the need for this "case-sensitive," "NOT case-sensitive" option for disk initialization?
    As always, thanks for any help.
    Bart Brown

    "Am I to understand that you have a case-sensitive volume with data that you want to copy to a case-insensitive volume? And the Finder won't let you do it? If that's what the problem is, the reason should be obvious: on the source volume, you may have two files in the same folder whose names differ only in case. When copying that folder to the target volume, it's not clear what the Finder should do."
    Yes, I understand all that... NOW.
    What I had (have) is a USB external 1TB drive (henceforth known as "Terabyte") that I bought with my 27" iMac. I formatted, and put a minimal (to make it bootable) system on Terabyte the same day back in late November 2009 that I set up my 27" iMac. Somehow -- I don't know how -- Terabyte got initialized as "case-sensitive." I didn't even know at the time that there WAS such a thing as "case-sensitive" or "NOT case-sensitive" format.
    Sunday morning (05/08/11), Drive Pulse, a toolbar-resident utility (that's Part of Drive Genius 3) that monitors internal and external drives for physical, problems, volume consistency problems, and volume fragmentation, reported a single bad block on the volume Terabyte, advising me that it would be best if I re-formatted Terabyte ASAP. I thought I could open Terabyte in a Finder window, Select All, and drag everything on the drive to ANOTHER USB external drive of 2 TB capacity (henceforth known as TB2). When I tried to do that, I got an error message:
    "The volume has the wrong case sensitivity for a backup."
    First I'd heard of "case sensitivity" -- I'm not too bright, as you seem to have realized.
    Oddly enough (to me), I could move huge chunks of data, including a folder of 40GB, from Terabyte to TB2 with no problem.
    Then the scenario unfolded per my too-convoluted message: several hours of trying things on my own, including making a .dmg of Terabyte (henceforth to be known as Terabyte.dmg) -- which left me with the exact same problem as described in the previous 4 paragraphs; and my 3 hours on the phone with AppleCare, who at least explained this case-sensitive business, but, after some shot-in-the-dark brainstorming -- tough to do with only one brain, and THAT on the OTHER end of the line --  the very pleasant AppleCare rep and I ended up equally perplexed and clueless as to how to get around the fact that a .dmg of a case-sensitive volume, while not case-sensitive in its "image" form (Terabyte.dmg), and thus able be transferred to TB1 or TB2 with no problems whatsoever, when opened -- either by double-clicking or opening in Disk Utility -- produced a desktop-mounted volume (henceforth known as the volume "Terabyte," the original name of the case-sensitive volume from which TB1.dmg had been made) that had the same case-sensitivity as the original from which it was made.
    In the meantime, having gotten the data I needed to save off the physical USB "case-sensitive" volume Terabyte in the form of Terabyte.dmg, I erased and re-initialized the physical USB "case-sensitive" volume Terabyte, getting rif of the case sensitivity, and renaming it TB1. But it all left me back at square one, EXCEPT I had saved my data from the original "Terabyte" drive, and reformatted that drive to a NON- case-sensitive data now named TB1. The confusion here stems from the fact that problem case-sensitive drive, from which I made Terabyte.dmg, was originally named "Terabyte". When I re-initialized it as a NON case-sensitive drive, I renamed it TB1. I'm sorry about the confusing nomenclature, which I've tried to improve upon from my original message -- usual text-communication problem: the writer knows what he has in mind, but the reader can only go by what's written.
    So, anyway, I still have the same problem, the desktop-mounted volume "Terabyte" still cannot be transferred in one whole chunk to either my internal drive, TB1, TB2, as the Finder interprets it as a volume backup (which it is), and reads the desktop-mounted volume "Terabyte" as case-sensitive, as the original volume -- from which the disk image Terabyte.dmg was made -- had been at the time I made it. 
    "As long as that situation doesn't arise, you should be able to make the copy with a tool that's less fastidious than the Finder, such as cp or rsync."
    I'm afraid I have no idea what "cp or rsync" are. I'd be happy to be educated. That's why I came here.
    Bart Brown
    Message was edited by: Bartbrn
    Just trying to unmuddy the water a bit,,,

  • When the image file is mounted, the Firefox icon has the Ghostbuster's logo on it

    When I double click the .dmg file and desktop window for the mounted disc appears, on the icon of the file to be drug into the Applications folder has your familiar Firefox logo, however, superimposed over your logo is a circle with a slash through it, like the Ghostbuster's thing.
    It doesn't look right. I haven't tested the file.

    Upgrade your browser to Firefox 9 and check
    * getfirefox.com

Maybe you are looking for

  • Assignment of the asset during the equipment creation

    Hello everyone, I am currently working on the PM-AA interface which consists in linking the asset field (ITOB-ANLNR) of an equipment with the asset number given in the purchase order. The goods receipt (MIGO) creates automatically an equipment (thank

  • Jumanji web browser very slow when trying to open a new website

    Duckduckgo and pwmt.org work just fine but everything else I tried just does not open. What can be the couse of this issue? Why would one website work just fine and another just refuse to open at all? Last edited by khajvah (2014-11-10 19:55:25)

  • Language pack and voice command

    Hi i got a new lumia 635. I installed on it Win 10 tech preview and i wanted to try out cortana.. but here is the problem.. i selected im italian i live in italy and my region is Italy.. and guess what.. when i go to date/language settings it says: I

  • Need help coping song titles to clipboard

    I wanted to search for some info online about a song I have in Itunes. I like to just copy and paste to google the song title from itunes, but not all songs will let me copy. Some will, by doing a slow double click or going into info and coping the t

  • How do I restore an iPod to factory settings?

    Hi- Where do I go and how do I do it? Thanks so mcuh!