Importing Akai disk image file

I've just switched from Cubase SX4 to Logic Pro 8. Unfortunately I'm unable to use my library of Akai disk image files stored on my hard drives. Isn't EXS24 able to load from image files, like Halion does?
I went through the whole process of storing the CDs on my hard drive, because Halion lets you load directly from image files, making this method far better than using the actual CDs...
Help would be appreciated.

Go into Project/Project Info... and see if single-layer is selected in the pop-up. If it is, it should create a disk image to fit on a single-layer DVD-R.
I recommend a disk image burned to Verbatim DVD-R at 4X or slower using Toast or Disk Utility. You can set burn speed in iDVD '08 if not creating a disc image.
David Pogue also recommends Verbatim on page 356 of his iDVD 6 book:
iMovie HD & iDVD 6: The Missing Manual
Quoting David: "Cheaper brands don't use the same amount of organic dyes and are more likely to suffer premature deaths."
I buy Verbatim white inkjet printable in stacks of 50. Verbatim's part number: 94971. They have been flawless for me.
*Burning speed*: Go into the menu > iDVD/Preferences/Advanced. Look at the bottom of that window.

Similar Messages

  • Opening disk image files in Windows?

    Is there anything, free software or something like MacDrive (which I've never used) that will open disk image files, particularly encypted ones? I keep an encrypted disk image on my thumb drive with important information and I'd like to be able to open it in Windows. I recently came across the open-source TrueCrypt for Linux and Windows, but I would love some kind of software that would work on all three platforms, or at least OS X and Windows.
    Thanks,
    Alan

    PGP works on the Mac. They currently do not have a working version for intel based Macs. Your profile indicates you have a PowerMac so you should be good to go. Download the free trial and check it out.

  • Disk-image files- file size

    I have created a disk-image file on my backup hard drive to save important data. This has 2 folders of around 180mB. I am now trying to save more files and the message comes up that there is not enough free space to copy the file. Do these disk-images have a certain size and how can I determine this. Is there an option to create bigger image file sizes. I would ideally like to create disk-image files up to 4 gB and then burn to DVD for backup.

    Welcome to the Forums!
    Yes, disk images have the size specified when they are created. You can't increase it, you need to create a new, larger disk image and copy the files to that.
    You can see the size by selecting the disk image then File menu > Get Info, or by mounting the disk image, opening it and looking at the bottom of the window.
    Use Applications > Utilities > Disk Utility to create a new disk image. There's a default choice for 4.7 GB (the capacity of a DVD).
    Hope this helps...

  • "Always Open In..." View Options for Root Level of a Disk Image File

    I ran into a problem/bug tonight that I can't find listed anywhere and was wondering if anyone else has encountered it. I am using Snow Leopard (now 10.6.1), upgraded from the last revision of Leopard.
    I create DVD-R sized disk images with Disk Utility (using "Mac OS Extended" only w/o Journaling) for saving downloaded files. Because of the number of files on this disk, I create single-letter folders (for alphabetical filing) and set up these disk images to "Always Open In List View". For the individual folders, I can set these to "Always Open In List View" without a problem. However, for the "root level" of these disk images, I can only access "Always Open In Icon View" no matter which view option is selected.
    For previously created disk images that were already set to "Always Open In List View", these show the previously set "List View" at the disk image "root level" as expected. But if I uncheck the box, it immediately goes to "Always Open In Icon View". And like before, no matter which view option is selected, I can never get back to "Always Open In List View". Note also that I can set this option as expected for "root levels" of real disks - this only seems to be a problem with the disk image files.
    I had no problems at all with this under Tiger or Leopard. I've only run into this now under Snow Leopard. The upgrade tonight to 10.6.1 hasn't seem to affect this problem.
    So should I be doing something differently now to get this option to reappear, a possible conflict with something on my computer or is this a bug with Snow Leopard? Can anyone else duplicate this issue?

    Additional info, in case anyone is running into this issue...
    If I do the following with the "root level" of the disk image, I can set the "Always Open in List View" option.
    1. Open the "root level" view of the disk image - for me, it always opens in icon view. Then, select "Show View Options" from the View menu.
    2. Check the "Always Open in Icon View" box. While leaving this dialog open, select "as List" from the View menu.
    3. Uncheck the "Always Open in Icon View" box. It will instantly turn into "Always Open In List View". Recheck this box immediately, then close dialog. This will make the setting stick.
    I've been able to repeat this situation several times. I might be wrong, but it sure acts like a small bug to me. Hope this helps anyone else who might have encountered this issue.

  • Is it safe to back up a disk image file when it's mounted?

    Hi -
    I use some small, encrypted ".sparsebundle" disk image files to keep my diary, banking info, etc., on. When I'm at the computer, I keep them mounted all the time.
    Is it safe to let Time Machine automatically back up the .sparsebundle disk image files, even while they are mounted? Or would there be a possibility the backups would be corrupted, if the operating system hadn't written out cached data or something to the disk image file?
    In other words, if I save any open documents on the mounted disk image, does the disk image file on disk always contain the fully-saved document and a consistent file system? Or could there still be some data cached in RAM, that would not be saved at the time the .sparsebundle file was copied? Is it always necessary to unmount a disk image before duplicating its .sparsebundle file?
    Do I need to turn off Time Machine's automatic backup, and just do manual "backup now" after unmounting the disk images? That's a major pain in the behind... I really want to just let Time Machine do it's hourly backups as usual, but of course there's no point if the backups are corrupt.
    Of course my own guess is "to be safe", I should unmount them before backing up. But again it's a big pain if it's not actually necessary. Does anyone know for sure?
    Thanks...

    My understanding is that Unix, generally, doesn't write everything out to disk immediately. There is caching in RAM to speed up disk access, including modified superblocks, modified inodes, and delayed reads and writes. Now, if you ask to read an individual file, the kernel makes sure all the cached data is written before it returns the read data. But if you try to do, for example, a block copy of the whole filesystem, the kernel doesn't know that, and there's no guarantee or expectation that the filesystem will be in a coherent state.
    That's the purpose, for example, of the "sync" command - to write all this cached data to disk before unmounting, shutting down, etc., and, that's why the OS gets so upset if you just unplug a firewire drive. Because even if you've saved and closed any open documents, they haven't necessarily been fully written out to disk yet.
    So what I don't understand, is how people are ever able to back up mounted disk image files without them getting corrupted. I mean, you'd think they would get corrupted all the time. It would be the equivalent of just unplugging your firewire drive before you made a backup of it, or of doing a block copy of a read/write mounted filesystem. There ought to be a very good chance of the filesystem being scrambled. So, why does it not happen?
    Is there something different about the Apple filesystem, or Apple disk images? Or, maybe we're only talking about delay times in the cache of fractions of a second, so as long as you haven't written anything within a few seconds of the copy, and don't write anything during it, you're ok?
    Even if Apple reps won't answer my question, the kernel and most likely all the low-level disk i/o and filesystem stuff is open source. Surely there's someone out there who would be knowledgeable enough to give a definitive answer? I was hoping to find someone like that here... I do appreciate your taking the time to answer my post, but maybe I need to go elsewhere, on some developers' mailing lists or something? Does anyone know of such a place I could start looking?
    Thanks...

  • Disk image files error when dragging files from them

    any disk image file .DMG that i download and it either has a file to drag to the hard drive or has an application in it. They mount fine and i can lookinside them but when i drag a file out it seems to partially copy them but then comes up and says..
    Sorry the operation could not be completed because an unexpected error occured (Error code -41).
    If the dmg file has an installer it starts the installed and asks the normal question and permissions and then where to install to then try's to start but just errors again.
    Anyone got any ideas. This is on a Mac intel Mini. Everything runs fine and as i said i fixted permissions it is an administrator account.
    I have tried 3 disk images firefox opera and ablelive 5.2 they are not damaged or corrupted
    thanks

    I was having the same problem on my G4 Powerbook when I tried to install Adium and TextWrangler from disk images. After trying several things that didn't work I decided to see if my IP filter was the culprit. I opened PeerGuardian and disabled the filters. Then, I downloaded Adium again, and it copied easily from the disk image to my applications folder. Then, I tested TextWrangler and it worked as well. I don't know why that worked, and it might not be your problem, but I thought I'd pass on the info. Hope it helps.

  • How to burn 6.33GB disk image file

    I have created a disk image file in Disk Utility that is 6.33GB. If I purchase extra capacity 8.5 DVDS, will I be able to burn a DVD from this? If so, what brand/format of DVD is recommended, and are there any special tricks to this?
    New to this and would appreciate any help I can get. Thanks

    young redwood wrote:
    ... what brand/format of DVD is recommended ... ?
    Here are some specific blank media brand recommendations:
    http://www.digitalfaq.com/media/dvdmedia.htm
    Looby

  • Windows Disk-Image File:  What to Exclude from Time Machine?

    I don't use Parallels very often, but when I do, the famous, predictable annoyance comes up:  The Windows disk-image file under MacOS gets tweaked, and then suddenly Time Machine has this mondo-huge 25GB file to backup.  That of course, clogs up my Time Machine backup drive.
    A common solution appears to be to exclude that file from Time Machine, and then back it up by some other means.  OK, I'm cool with that, if only I knew what that file is called, and where I could find it, so that I can tell Time Machine to exclude it.
    I'm guessing it's somewhere down in System or System Folder?

    Ask on the Parallels forums, as its their software you have questions about
    Http://forums.parallels.com

  • DVDSP3-Can You Make A Disk Image File From DVDSP3?

    *Hello again. I'm just finishing up my first go around w/DVDSP3. I was surprised that when I got to the burning options, that there was no option for burning a disk image file. Is it do-able on this program?*
    *I burned out one disk and tested it on a couple different players, and "finally" it was good. After the burn, the prompt just said "Formatting finished". There was no option to burn another disk, nor could I find any place to bring up a menu, to tell it that I needed 4 disks. Therefore, it was hours just to get 4-15minute dvds burned, as it started the build all over again each time. Thanks again for the help!*
    LarryWest

    In the Format - even the Build and Format too - dialog, you have an option to write the disc to the hard drive.
    If you need to make a copy at a later date (even after you've nuked everything from your hard drives, you can use Disk Utility in OS X to make a disc image from an existing DVD-R, then burn additional copies.

  • Can't open disk image file

    I saved my iDVD project as a disk image onto my hard drive. All of the encoding took place as if I were burning it to a DVD disk. After the encoding was finished, two icons popped up on my desktop: One with a .img extension, and one with a hard drive type image with only the project name and no extension. When I try to open either one of them, my project does not come up. The .img file is totally empty. The other file, the one named "my project name", has an Audio_TS folder which is empty and a Video-TS folder that contains six files, all of which require a "choose application" to open. I tried iDVD as an application, but that didn't work. How do I get my iDVD project to open so that I can burn a DVD disk from it? Right now, the two icons on my desktop are useless.

    The other file, the one named "my project name", has an Audio_TS folder which is empty and a Video-TS folder that contains six files, all of which require a "choose application" to open.
    This is the mounted disk image file and can be played with Apple's DVD Player application. BTW, the AUDIO_TS folder Should be empty - it's not used in video DVDs.
    F Shippey

  • Iso disk image file

    I have a 7.38 gb music iso disk image file that I wish to burn to a DVD disc. would I have to burn two DVDs or would I be able to compress this file to fit a single DVD disc? any mac wizards out there?

    you can try this software, it doesn't work on Lion though:
    http://photography.sergeant.org/dvdspanner/

  • Backup disk image file

    i have backup disk image file.
    Can i create a virtual image from backup disk image file?
    backup disk image file
    backup disk image file

    In the end it all comes down to how this backup disk image was created.
    Sometimes it can be a VM, sometimes it can't and it is only a VHD with data.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.
    Disclaimer: Attempting change is of your own free will.

  • How do  I do a backup using a disk image file and SuperDuper?

    The external drive won't mount on the desktop even though the power light shows up on the external drive case. I want to back up the files on the computer, Powerbook G4 Panther in a hurry as the computer keeps shutting down on me.
    I opened up SuperDuper which I normally use for backups and there was a message that said it couldn't find the drive or something like that. Then there was a window to choose where I was copying from, and it came up with the hard drive name. Then another window came up with a disk image icon which is the place to copy to. I named it "Copyofharddrive", but I am not sure if this is right. I then pressed "Click" and then it told me it was going to erase the volume "Copyofharddrive" and asked if that was OK.
    I am scared of doing the wrong thing and erasing my hard drive. I only have 12GB left on my hard drive too. I am trying to copy 100GB of data onto the disk image file. Will that work out?
    I have never done this before. I don't understand disk image files. I just want to back up the data so that if the computer or the hard drive crashes I can then put the files on another computer.
    Is a disk image a suitable way to do a backup and can I restore the hard drive exactly as it was on the hard drive on another hard drive using the disk image? Do I have enough space on the Powerbook to do the backup? Am I following the correct steps in doing the backup on Superduper? Why does it ask me if it's OK to erase the volume "Copyofharddrive" when I jsut created it?
    Thanks for all your help.

    If you only have 12 GBs of space on your hard drive then how will you fit 100 GBs of data into a disc image file on that hard drive?
    If your external drive is not functioning then you cannot do any kind of backup to it. And, you cannot backup your hard drive to your hard drive.
    What you need is another external hard drive with at least 100 GBs or more of free space that you could use for a backup. However, if you have the unpaid version of SuperDuper, then SD will erase the backup drive before making a full clone of your internal drive.

  • Need advice on how to import / store existing image files into LR etc.

    Hi,
    I am just beginning to use LR 2.3 and I want to start correctly....
    I have been pondering how to begin and I was hoping some of you might point me in the right direction.
    1. I have all of my RAW files on my Mac's desktop and they are organized at the top level by each of the 2 cameras they were taken with and then the sub folders of each organized chronologically with each subfolder titled by the location or subject of the images matter within each folder.
    I want to import these into LightRoom 2.3 in a manner which will preserve this taxonomy. I also want to convert these RAW images into DNG files on import. How do I set up LR2 to do this?
    2. I want the Lightroom files and the image files to live on my external Caldigit eSATA VR drive. This drive is actually 2 disks set to mirror as hardware RAID 1 so it is essence its own backup if one disk dies. How do I point LR to create and store the DNG files on this external drive and then set LR2 to back up so that the LR datafiles also live there? Would you say this is a good way to set this up or should the LR datafiles ( previews etc. live with LR on the OS drive??
    Is RAID 1 as safe as backing up to 2 different HD's?
    Is it best to convert to DNG ( I like the fact that any LR image data is stored with the DNG and is not a sidecar file which could get seperated) or convert to DNG with orginal RAW file incorporated? How massive do these get?
    Is it best to use LR2's backup utility and exclude the LR data from the Time Machine backup?
    Sory for the long question...

    >1. I have all of my RAW files on my Mac's desktop and they are organized at the top level by each of the 2 cameras they were taken with and then the sub folders of each organized chronologically with each subfolder titled by the location or subject of the images matter within each folder.
    >I want to import these into Lightroom 2.3 in a manner which will preserve this taxonomy.
    >I also want to convert these RAW images into DNG files on import. How do I set up LR2 to do this?
    On the Import Photos Screen, pick "Copy photos as Digital Negative(DNG) and add to catalog" from File Handling drop-down at top of screen.
    If your photos are organised as:
    Photos - Camera 1 ...
    - Camera 2 ...
    then Lightroom will reflect that folder view in its Folders panel. Also, when converting to DNG you get to choose destination folder (answers part of your question 2) and multiple organisation choices including "Organize by Original Folder"
    (Take a look at Chapter 4 of the help file for more information: http://help.adobe.com/en_US/Lightroom/2.0/lightroom_2_help.pdf)
    2. I want the Lightoom files and the image files....
    Create your catalog on that drive. Move your images to that drive before importing them, and when converting to DNG on import, choose a folder on that drive as destination on import screen.
    >Is RAID 1 as safe as backing up to 2 different HD's?
    No. RAID 1 is a simple mirror of 1 drive on another; so if you delete a file on drive, it is also deleted from both drives. Likewise, if a file is corrupted on one drive it will also be corrupted on the mirror. RAID 1 is good as a safeguard against single-drive failure; your data will be available from the remaining drive, but it is not a safeguard against user error or file corruption.

  • Time Machine and mounted sparse bundle disk image - file by file backup?

    I think I had this system working in Leopard, but upon upgrade to Snow Leopard it seems to have broken. Does anyone have any idea how I can get Time Machine to back up the contents of a mounted sparse bundle disk image in real time - file by file within the disk image? For example, I have a 2GB sparse bundle disk image that i keep all of my bank statements/files/records in. It auto-mounts on boot and stays mounted. I use the disk image to keep it password-protected, so if I unmount it it is fairly safe. In Leopard, I would exclude the .sparseimage file from backup, but it would still backup the mounted image itself on a file-by-file basis, so I could enter Time Machine and explore the image folder by folder, file by file (say I deleted an old bank statement by mistake, I could go into time machine and recover as if it were a normal file/folder).
    In Snow Leopard, after a clean install, and creating a new sparse bundle disk image and excluding the .sparsebundle file, I can't seem to get this to work even though the image is mounted. Is there any way to trick Time Machine into backing up the mounted image as it would any other folder? I know I can back up the .sparsebundle file incrementally but in order to recover a lost document I'd have to remount the old bundle and that seems rather roundabout.
    Thanks,

    I think you're trying to bypass the finder to mount the disk. Try this (I'll bold the key steps):
    - *Turn off Time Machine* in the System Preferences.
    - Option A: If you directly use a hard disk (not wireless) that has the sparsebundle you want to open, *connect the disk* but don't double click on the sparsebundle.
    - Option B: If you are using wireless, this means use shift-command-k (or shift-apple-k), and if it says "Connect As..." in the upper right instead of disconnect, then use that button to *connect to that wireless drive*.
    - Confirm the sparsebundle shows in that folder before proceeding...
    - *Open Terminal* (Applications>Utilities>Terminal.app)
    - Type: *hdiutil attach -noverify* (<-- notice a *space " "* must be included after typing this here but *DON'T hit return* yet.)
    - *Drag the sparsebundle to the cursor in terminal*, and it should fill in something like /Volumes/HardDrive/COMPUTERNAME.sparsebundle for you. Now you can hit return, and the disk will mount.
    - After you are done browsing sparsebundle's mounted image, *eject the mounted disk* like you would any other disk (not the sparsebundle image itself, just the disk icon that appeared if you successfully mounted it).
    - Turn *Time Machine back on* in the System Preferences.
    Hope this helps.

Maybe you are looking for

  • APPLE LOOPS UTILITY GREYED OUT IN MY MENU

    Hey all! Im using Logic Express 7. Im having trouble with my apple loops utility,ITS NOT THERE! For some strange reason its greyed out in the dropdown list. A friend of mine said i can install it(apple loops utility) from my apple os installations di

  • Using Touch ID for App store when you have seperate Apple IDs for iCloud and iTunes

    My wife and I each have a new iPhone 5S.  We share the same Apple ID for iTunes and the App Store. In addition, we each have our own unique Apple IDs for iCloud.  This enables us to use iMessage to text to each other. Can the iPhone 5S be setup to us

  • Bug with ILA CORE

    hi, i work with a xc7a75tfgg676-2c and now i had i ila core for debug, i have always this message when i open synthesized design or implemented design [Netlist 29-73] Incorrect value '62.000000' specified for property 'CLKFBOUT_MULT_F'. The system wi

  • Iphone has stopped synching calendars from Outlook, why?

    iphone has stopped synching calendars from Outlook, why?  What settings should I check?

  • Cannot execute AMM

    Cannot execute AMM after downloading. So I can't download CS6.  Please, help me.