Disk Utility - can't create sparse bundle images

Hopefully this is something simple I overlooked, but no matter which options I seem to choose, I can't seem to create a sparse bundle disk image to encrypt private documents.
It always complains with a "resource busy"

Have you tried using Disk Utility to Repair Permissions, first? That may solve your problem, so I would try it first.
If that doesn't do it, go to Users/Library/Preferences and find the com.apple.DiskUtility.plist file and drag it to your Desktop. Then launch Disk Utility and try to create a .dmg file. If the problem is solved, then you can Trash the file on your Desktop.
Mulder
If my answer helped solve your problem, please consider awarding some points. Why Reward Points?
iMac G4 700Mhz   Mac OS X (10.3.9)  

Similar Messages

  • Disk Utility can't create a new partition

    Hello,
    I'm trying to create a new partition to install Windows 7 on, but I am unable to do so.
    At first I tried to do this with Boot Camp Assistant, but it didn't work.
    Then I tried to create a FAT partition with Disk Utility, which didn't work either.
    So I verified and repaired the disk, tried to create the partition again, yet it still didn't work.
    I verified and repaired the disk and tried to create the partition while running the OS, in Safe Mode and from the Mac OSX Install DVD.
    Neither of them worked.
    I noticed while running the OS, the info of the HD said the capacity is 749.81 GB, while checking that from the Mac OSX Install DVD it only says about 700 GB (I mentioned 698.6 GB).
    Strange..
    It might also be important to mention that I recently (2 days ago) I installed a new HD: Western Digital Scorpio Black 750 GB, and today I swapped my 2x 2GB RAM for 2x 4GB RAM (Samsung).
    On my previous HD, the Fujitsu 250GB, this proces was no problem at all. I installed W7 on that drive just a week ago.
    I made a clone of the Fujitsu HD and "back-upped" it to my new WD HD. The W7 partition on the Fujitsu HD was 50GB, which is the difference in capacity mentioned above. I'm not sure if there's a link here..
    I've got a MacBook Pro from mid 2009.
    I'm not sure what to do next... I'm stuck!
    Any help is greatly appreciated!

    Good thing to mention that, I forgot to do that.
    Unfortunately it did not help.. The screen to remove the existing Boot Camp partition does not pop up, it just tries to create the new Boot Camp partition.
    The partition I'm trying to create it 150GB. The 50GB mentioned above was on the stock Fujitsu 250GB disk.
    Edit:
    I'm actually trying to avoid using Boot Camp Assistant.. I became to dislike the utility due to problems creating a partition on my previous HD.
    I would like to create a partition using Disk Utility and then install Windows 7 by selecting that DVD to boot from.
    Thank you for the tip though, I'll post it there as well!

  • Sparse Bundle Image Unmounts from External Drive (NTFS)

    This is a duplicate of https://discussions.apple.com/thread/2135602?start=0&tstart=0 but the problem still exists in Mountain Lion. I have NTFS-3G ans FUSE for OSX installed to mount my external drive. I copied a sparse bundle image over to the drive. Now when I try to mount the drive it instantly unmounts. Disk Utility says it mounts Successfully, even though it unmounts. Can anyone help me figure out how I can mount the sparse bundle image while it lives on my external NTFS drive?

    madhusudhan wrote:
    Thanks for response V.K
    Not sure what you mean what sparsebundle?
    I want to know what sparse bundle you are talking about.
    the sparse bundle with your filevaulted home directory which was originally located in /users/yourusername? or some other sparse bundle?
    I was using FileVault. Probably I may have put the trailing slash (can't remember as it was almost two weeks back).
    The External HDD is FAT formatted drive. I haven't done any changes to permissions.
    you should not be using a FAT drive for this. move everything over to an HFS+ formatted drive. and don't use a FAT drive for backing up OS X. FAT is an old file system which does not support many features needed by OS X.
    so what you need to do is put all the stuff you listed (token, Info.plist, Info.bckup and the bands folder) into a folder and give that folder the name username.sparsebundle where username is your old username. then you need to add a bundle flag to that folder. you need setFile command for that. it's not a part of the basix OS X install. you can install XCode (it's on the SL install DVD) or use Pacifist http://www.charlessoft.com/ to install just the setFile command. then run the command
    setFile -a -B /path/to/unsername.sparsebundle
    This will restore the bundle bit to it and it will look like an actual sparse bundle. you can then try mounting it by double-clicking it. you'll have to enter your old user password. if it works you are in luck and can reuse it. if it doesn't work it's most likely corrupt beyond repair and you should trash it. you can try fixing it first but it's almost never possible with corrupt encrypted sparse bundles. but try mounting it first and see if it simply mounts. post back with the results.
    Advance thanks for assistance.

  • Can't share sparse bundle disk image

    I'm trying to create a sparse bundle disk image in /Users/Shared for sharing between two users on the same computer. No matter what I've tried, the disk always mounts as read only for the non-owner user. I've tried creating the disk image in both accounts, adding the non-owner user with "read & write" permissions, changing all permissions (including everyone) to "read & write," but nothing seems to help. Does anyone have any experience sharing sparse bundle disk images using the shared folder?
    Christopher

    I realized after reading the replies above (thank you, A.Carlo and KJK555) that I was only applying permissions to the top level of the sparse bundle image and not to the underlying directories and files in the package. This was what was keeping the second user from making changes to the mounted disk image. After digging a little deeper into possible solutions, following is what I decided to do.
    First, here are the requirements for my sparse bundle disk image:
    1. Full permissions (rwx) for user1 and user2
    2. No permissions (---) for everyone else
    3. Directories and files created by user1 or user2 need to be fully accessible (rwx) by the other user
    In order to block access to the sparse bundle from unwanted users and to allow for inherited permissions for all future directories and files, I took the following steps:
    1. Created a new group (group1) with user1 and user2 as members
    2. Created a new folder (Example) under /Users/Shared
    3. Removed all permissions from the new folder for everyone but user1 (chmod 700 Example)
    4. Added an ACL to prevent group everyone from deleting the new folder (chmod +a "group:everyone deny delete" Example)
    5 Added an ACL to give group1 full permissions (rwx) to the new folder and allow those permissions to be inherited by new directories and files created within that folder (chmod +a "group:christophertemple allow list,addfile,search,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeex tattr,readsecurity,file_inherit,directoryinherit)
    This is what the new folder looks like from Terminal:
    $ ls -le
    total 0
    drwx------+ 4 user1 wheel 136 Sep 18 12:45 Example
    0: group:everyone deny delete
    1: group:group1 allow list,addfile,search,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeex tattr,readsecurity,file_inherit,directoryinherit
    This folder is now accessible only by user1 and user2 and any files or directories created in this folder will be accessible by both users, regardless of which of the two users created them.
    Next, I created an encrypted sparse bundle disk image within the new folder. In Terminal, the disk image looks like this:
    $ ls -le
    total 0
    drwxr-xr-x@ 6 user1 wheel 204 Sep 18 13:03 Example.sparsebundle
    0: group:group1 inherited allow list,addfile,search,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeex tattr,readsecurity,file_inherit,directoryinherit
    As can be seen above, the new sparse bundle has inherited the group permissions from the parent directory, giving user1 and user2 full access to the disk image.
    While I could have added a few extra steps and changed the permissions of the mounted disk image, I decided against doing so; the default permissions were perfect for my use. By default, the mounted disk image is set to "Ignore ownership on this volume."
    When mounted by user1 this is how the disk image looks in Terminal:
    $ ls -le
    total 8
    drwx------ 7 user1 staff 306 Sep 18 13:01 Example Disk Image
    When mounted by user2 this is how the disk image looks in Terminal:
    $ ls -le
    total 8
    drwx------ 7 user2 staff 306 Sep 18 13:01 Example Disk Image
    With these permissions, no user, other than the user that mounted the image, has access to the image while the image is mounted. This is useful from a security standpoint, keeping others from viewing the contents of the disk image, as well as from a data integrity standpoint, allowing only one person to access files on the disk image at a time (important for some of the data base files the image contains).
    Thanks again to those that responded. I hope this post is helpful to others who might have similar requirements as I did.
    Christopher

  • Can't create the file "images/Dawings_By_Student_files/rss.xml." The disk may be damaged or full, or you may not have sufficient access privileges.

    I added two drawings to the web site I was working on in iweb..then tried to publish the changes and it gives me this "Can’t create the file “images/Dawings_By_Student_files/rss.xml.” The disk may be damaged or full, or you may not have sufficient access privileges."  Help I have no idea what to do.

    Try the troubleshooting steps under "Fix iWeb" here...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html

  • Sparse Bundle Images on external NTFS formatted drive

    I'm currently in the process of re-arranging my own backup setup following on from my recent update to Snow Leopard. For this purpose i have the lend of a NTFS formatted external drive and used a large Sparse bundle disk image.
    Under 10.5.7 with the latest MacFuse and and unknown version of NTFS-3G i had no problem using the sparse bundle images, they mounted, I could read and write, and the images where only unmounted when I explicitly ejected them.
    Under 10.6 with the latest MacFuse and the latest NTFS-3G i have a very strange behavior.
    Read and write works fine on the NTFS drive, as do regular disk images and old style sparse disk images.
    However sparse bundle disk images will mount and then immediately dismount again. I have no problems mounting the sparse bundle images from HFS+ drives or when using the NTFS drive read only using apples drivers instead of MacFuser+NTFS3G.
    The disk image dose not see the be the source of the problem; as any sparse bundle that opens fine on a HFS+ drive exhibits the behavior when moved onto the NTFS drive. Moving the image back onto a HFS+ drive allows the image to be mounted.
    The problem is that I require to move some additional files onto the NTFS drive so I can reformat my backup drive
    As a side note mounting using "hdiutil attach -readonly" seems to partially resolve the issue; the image will mount and stays mounted but it is read only.

    I too am having this issue. Intel / 10.5.8 attached to an SMB share from Ubuntu Linux.
    I ran a test of various image types, and while Sparse Image works, Sparse Bundle fails. Here are my logs. Happy to do some testing and log posting if anyone has a test theory to try.
    9/5/09 2:20:29 PM Disk Utility[1822] Disk Utility started.
    9/5/09 2:22:38 PM Disk Utility[1822] Creating Image “test1-rw-disk-image.dmg”
    9/5/09 2:22:38 PM Disk Utility[1822] Initializing…
    9/5/09 2:22:38 PM Disk Utility[1822] Creating…
    9/5/09 2:22:39 PM Disk Utility[1822] Formatting…
    9/5/09 2:22:39 PM com.apple.KernelEventAgent[37] KernelEventAgent: sysctl_queryfs: No such file or directory
    9/5/09 2:22:39 PM Disk Utility[1822] Attaching…
    9/5/09 2:22:40 PM Disk Utility[1822] Finishing…
    9/5/09 2:22:41 PM Disk Utility[1822] Image “test1-rw-disk-image.dmg” created successfully.
    9/5/09 2:23:21 PM Disk Utility[1822] Creating Image “test2-sparse-disk-image.sparseimage”
    9/5/09 2:23:21 PM Disk Utility[1822] Initializing…
    9/5/09 2:23:21 PM Disk Utility[1822] Creating…
    9/5/09 2:23:21 PM Disk Utility[1822] Formatting…
    9/5/09 2:23:21 PM com.apple.KernelEventAgent[37] KernelEventAgent: sysctl_queryfs: No such file or directory
    9/5/09 2:23:21 PM Disk Utility[1822] Attaching…
    9/5/09 2:23:23 PM Disk Utility[1822] Finishing…
    9/5/09 2:23:24 PM Disk Utility[1822] Image “test2-sparse-disk-image.sparseimage” created successfully.
    9/5/09 2:24:04 PM Disk Utility[1822] Creating Image “test3-sparse-bundle-image.sparsebundle”
    9/5/09 2:24:04 PM Disk Utility[1822] Initializing…
    9/5/09 2:24:04 PM Disk Utility[1822] Creating…
    9/5/09 2:24:04 PM Disk Utility[1822] Formatting…
    9/5/09 2:24:05 PM Disk Utility[1822] Finishing…
    9/5/09 2:24:05 PM Disk Utility[1822] Unable to create “test3-sparse-bundle-image.sparsebundle”. (Operation not supported)
    9/5/09 2:24:05 PM Disk Utility[1822]

  • Sparse Bundle Image not shrinking when I take file out

    Hey all,
    I want to use encrypted disk images to keep some of my files safe. My understanding was that using a Sparse Bundle Image means that the image resizes itself to the contents of what's in it. It seems to expand when I put files in, but it does not contract when I remove files. I made an image, put a 1gb file in it, then deleted it (and emptied the trash can, too). When I checked the size of the disk image, it was still 1 gb. That is going on here? How do I get the image to size back down after taking files out?

    that's normal behavior. sparse bundles don't shrink automatically when you take stuff out (it would be nice if they did though). you have to compact them. unmount the sparse bundle and run the following command in terminal
    hdiutil compact path/to/sparsebundle
    put the unix path to the sparse bundle in the above.
    P.S. filevault compacts the sparse bundle with user's home directory automatically when that user logs out.
    Message was edited by: V.K.

  • Error disk utility can't repair this disk...disk and restore your backed-up files

    I have been working on a project using an external hard disk. I used my Macbook Pro (2010)  to create this project and files (about 31 GB). Now I am trying to open the disk on my iMac (2014) and it doesn't show up. I can see the HDD when I use disk utility but get this message when I try to repair/restore the disc:
    "error disk utility can't repair this disk...disk and restore your backed-up files"
    The funny thing is that the disk works absolutely fine with my Macbook Pro. What am I missing?
    Imac :OSX 10.9.4 , 2.7 GHz Intel Core i5, 8 Gb Ram.

    Nico,
    Did you find a way?
    This just happened to me too.
    https://discussions.apple.com/thread/5981446
    -John

  • Disk Utility can't repair TM backup disk

    Hello all
    Recently, my external backup disk (a 750 GB WD My Passport) that I use with Time Machine has been acting up. At first, it wouldn't show up on the desktop, but was being recognized in Disk Utility (with the "Time Machine Backup" partition greyed out). After multiple restarts and unplugging/replugging the hard drive, I finally got to be properly recognized, i.e. it showed up on the desktop with the proper Time Machine hard drive icon. So I thought the problem was gone and started a routine backup. However, Time Machine returned an error:
    "Unable to complete backup. An error occurred while creating the backup folder."
    I search the forums, and followed the advice here: http://web.me.com/pondini/Time_Machine/C10.html
    I tried repairing the disk, but DU couldn't repair it:
    Verify and Repair volume “Time Machine Backups”
    Checking Journaled HFS Plus volume.
    Detected a case-sensitive volume.
    Checking extents overflow file.
    Checking catalog file.
    Incorrect number of thread records
    Checking multi-linked files.
    Checking catalog hierarchy.
    Checking extended attributes file.
    Checking multi-linked directories.
    Checking volume bitmap.
    Checking volume information.
    Invalid volume file count
    (It should be 3991498 instead of 3904049)
    Invalid volume directory count
    (It should be 678218 instead of 673790)
    Invalid volume free block count
    (It should be 9588404 instead of 11784378)
    Volume header needs minor repair
    The volume Time Machine Backups was found corrupt and needs to be repaired.
    Volume repair complete.Updating boot support partitions for the volume as required.
    Error: Disk Utility can’t repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.
    So now I'm still following the advice on the above mentioned page by posting on here. Any help at all would be greatly appreciated. I am using a 2010 15in 2.66 i7 MBP, if that makes a difference, although my guess is the problem's with the harddrive itself. I think there may have been one time about a month ago when Time Machine stopped responding (or something like that) which forced me to pull out the harddrive, possibly corrupting the data. But I'm not sure, and I do recall making at least one successful backup after that. Well, actually TM confirms this: "Latest successful backup: 5/27/11 at 11:51 PM". So I have no idea what's going on. Again, any help would be appreciated.

    You can't tell what's corrupted or where.  Time Machine backups have a very complex structure, all linked together.  So, you can often do new backups, or restore individual items, or even entire backups, as long as you don't stumble over the damage.
    There's a chance a heavy-duty 3rd-party disk repair app, such as Disk Warrior, can repair them.  It's about $100, and probably a good investment for the future, but there's no guarantee it can fix them.
    If not, or if you don't want to spend the money, your only option is to erase the disk and let Time Machine start fresh.
    It sounds like you may have other data on it; if that's in the same partition, that's not a good idea.  This is a good time to copy the data off, erase the disk, and make 2 (or more) partitions on it, so Time Machine has its own, exclusive space.  See #3 in Time Machine - Frequently Asked Questions for details and instructions.

  • 'volume check failed', and disk utility can't fix it

    I was planning to create a new bootable backup today and ran 'repair disk' from an install disk before cloning.
    Unfortunately I grabbed a Panther disk by mistake, and only discovered it was the wrong disk as I took it out. By then, DU had run through the 'repair' - changing quite a few things - until it showed 'volume cannot be repaired'.
    I've tried to correct them using DU from the Tiger install disk, but without any luck. DU shows:
    +Invalid catalogue record type+
    +Volume check failed+
    +Error: the underlying task reported failure on exit+
    +1 Volume could not be repaired because of an error+
    My iBook still appears to be running perfectly, but obviously I need to repair the disk before I can clone it. Disk Utility can't do it - could DiskWarrior?
    I'd really appreciate some advice on the options open to me, and the best way to do it.

    Success!
    I powered down and ran DiskWarrior a 2nd time to rebuild the directory. This time I skipped the recommended Preview stage and went straight to confirming Rebuild. Everything now seems to be fine again. DU finds no faults with the disk, and the iBook feels significantly quicker and snappier.
    Two things I learnt that might be helpful - the first is, it's easy to be careless for just a moment and end up in a time-consuming mess. It's the first time I've done it, and I won't be doing it again.
    Second thing is, when people say DiskWarrior is slow to boot, they mean it - it took at least 10 minutes to show up on screen, which is unsettling. And the Preview stage, for me, was equally unnerving.
    Still, it worked - superbly - all my data is intact, the iBook is overhauled and working faster than ever.

  • Can i create a single image from multiple images in lightroom?

    Can i create a single image from multiple images in lightroom?

    Like a panorama, a composite or focus stack? Have you tried the Lightroom forum?
    Photoshop Lightroom

  • After getting the dreaded gray/blue screen, I tried to run disk repair on the internal disk. I got an error message saying "Disk Utility can't repair this disk and restore your backed-up files. The volume Macintosh HD could not be verified completely

    After getting the dreaded gray/blue screen, I tried to run disk repair on the internal disk. I got an error message saying "Disk Utility can't repair this disk and restore your backed-up files. The volume Macintosh HD could not be verified completely." What do I do now? This is an iMac and I'm running 10.6.8.

    Clean Install of Snow Leopard
    Be sure to make a backup first because the following procedure will erase
    the drive and everything on it. See below for how to clone a drive.
         1. Boot the computer using the Snow Leopard Installer Disc or the Disc 1 that came
             with your computer.  Insert the disc into the optical drive and restart the computer.
             After the chime press and hold down the  "C" key.  Release the key when you see
             a small spinning gear appear below the dark gray Apple logo.
         2. After the installer loads select your language and click on the Continue
             button. When the menu bar appears select Disk Utility from the Utilities menu.
             After DU loads select the hard drive entry from the left side list (mfgr.'s ID and drive
             size.)  Click on the Partition tab in the DU main window.  Set the number of
             partitions to one (1) from the Partitions drop down menu, click on Options button
             and select GUID, click on OK, then set the format type to MacOS Extended
             (Journaled, if supported), then click on the Apply button.
         3. When the formatting has completed quit DU and return to the installer.  Proceed
             with the OS X installation and follow the directions included with the installer.
         4. When the installation has completed your computer will Restart into the Setup
             Assistant. Be sure you configure your initial admin account with the exact same
             username and password that you used on your old drive. After you finish Setup
             Assistant will complete the installation after which you will be running a fresh
             install of OS X.  You can now begin the update process by opening Software
             Update and installing all recommended updates to bring your installation current.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.
    You may be able to backup your data if you have an erased external drive you can use. Before you do the above but after you have opened Disk Utility you can try to clone your drive:
    Clone using Restore Option of Disk Utility
      1. Open Disk Utility.
      2. Select the destination volume from the left side list.
      3. Click on the Restore tab in the DU main window.
      4. Select the destination volume from the left side list and drag
           it to the Destination entry field.
      5. Select the source volume from the left side list and drag it to
          the Source entry field.
      6. Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.
    Now this will only work if the drive is accessible and can be cloned by Disk Utility. Otherwise, you would need to access your drive from another Mac that you can connect via Firewire - Target Disk Mode.

  • IMac Finder cannot see external hard drive but Disk Utility can

    I have a WD external hard drive and it has been attached to my iMac for a year or two.  About two months ago I upgraded to Lion 10.7.5 and hard drive still worked.  Then suddenly about a week ago the iMac no longer sees the external hard drive in Finder.
    I have connected the hard drive to the iMac with different USB cables and into different ports and it makes no difference so deduce there is no issues with the cables or the ports.  I have connected the hard drive to an old Macbook and it can see the harddrive and read some of the info but I really need the hard drive attached to the iMac as I store all my music and photos on the external hard drive.
    I read another thread and someone asked if you can see the hard drive in Disk Utility.  I tried this and Disk Utility can see the hard drive.
    What does this mean?  Any suggestions as to how to get the iMac to see the hard drive so I can access the data on it?
    I dont really know how Disk Utility works therefore if that is any help to me.
    thanks

    Open the Finder.
    From the Finder menu bar click Finder > Preferences then select the General tab.
    Make sure: External disks is selected.

  • TS1901 Disk Utility can't repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.

    Disk Utility can’t repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.
    *** ??? I need to take out the data from a WD320 that shows this error and then format the WD and put the data into again
    THANKS !!!

    I'm sorry, is there a question here? You seem to know precisely what you need to do…

  • Can I fix a disk with this message?-Disk Utility can't repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.

    Can I fix a disk with this message?
    Disk Utility can’t repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.

    Some problems can indeed be fixed this way. But working from Recovery_HD or Disk Warrior DVDs and working in the restricted environment those provide can be difficult. You can literally spend days working on this problem (while your regular work is unavailable) only to discover the old drive is unsalvageable.
    There is no way to know up front whether you are facing a major Hardware failure or a minor software glitch, or something in between. Often you are forced to work from the drive you no longer trust. I continue to recommend you do this work from a different, fully functioning Mac OS X booted from a different drive.
    If you have had the foresight to (as The hatter often recommends) clone your virgin install onto another drive for use in such situations, you will be able to recover from such problems in record time. If not, my previous recommendations stands:
    Buy a new Drive. Or  two. Install Mac OS X from scratch on a new drive, and get your Mac running again. Later, you can use the full power of Mac OS X to attempt to rescue your data, if needed. Then Zero the old drive, to see if it can hold data again reliably.
    If the old drive eventually provides some needed data, and is salvageable, Merry Christmas.

Maybe you are looking for

  • Video Chat Not Working with one person

    On iChat I like to do video chat but with a certain person It says: "Starting Video Chat with: name" then it waits... and says There was a communication error during your chat. But my video chat works perfect with other people? How can I fix this? gm

  • Photobook freezes upon upload during ordering

    After I have ordered the book, as the book begins to upload, the computer (MBA 11in 2010) freezes completely and only a complete hard shutdown and restart can resolve the freeze.  Suggestions?

  • Search help in cj12 to get partner number.

    Hi  In cj12, partner tab, when I am selecting partner function PO or ZC , I am not getting search help for the partner number. I have checked and debugged, I came to know we need to add the type of the partner numbers ie., MP and PE to get the search

  • What do I need to upgrade my (2005) Mac Mini  to run OS 10.6?

    Looking to upgade to run 10.6 but my mac currently runs OS 10.4. The specs:  Processor, 1.5 GHZ power G4 Memory, 512 MB DDR SDRAM All feedback is appreciated.

  • "tagged file is not of valid format"

    I'm getting a weird error starting up JDEV 3.1.681 ( waiting for 3.2! ): "Tagged file is not of valid format" and my Workspace is brought up... but the PROJECT has been disassociated! I re-include the Project and things seem to be OK... then a couple