[SOLVED] external USB HDD fails to install arch w/boot device ERROR

I've been working on installing arch linux via an external USB harddrive (specifically seagate free agent go 320GB) for 1 week now, and everytime I failed - until TODAY! thankfully I found this post, where user Dieter@be references this link, which displays BUG ID#17231 at the top titled "Can't boot LiveCDs 2009.08 (/dev/archiso doesn't show up)". the bug report states ::
I can't boot the LiveCDs 2009.08, neither netinstall nor core.
When it tries to access /dev/archiso it shows these messages:
:: Waiting for boot device ...
Waiting 30 seconds for device /dev/archiso ...
ERROR: boot device didn't show up after 30 seconds ...
Falling back to interactive prompt
You can try to fix the problem manually, logout when you are finished
ramfs$
reading further thru this bug report, I found a very insightful post by Heiko Baums (cyberpatrol) where he says the following, and I quote ::
Problem found. The link /dev/archiso wasn't created.
After
ramfs$ cd /dev
ramfs$ ln -s sr0 archiso
ramfs$ exit
it continued booting correctly.
And sg was also loaded after this. ;-)
as you see, the bug report was for the CD version, not the USB version - yet, my issue with the USB bootdisk was the same, (no matter which boot disk I tried = netinstall, core, .img, .iso, etc) meaning I got the EXACT same error = "ERROR: boot device didn't show up after 30 seconds ..." ! well, I figured that I'd try one of the new fancy ISOs found @ http://build.archlinux.org/isos/ - specifically I use/used archlinux-2010.03.04-netinstall-x86_64.iso.
upon running Unetbootin from windows 7, and choose to install the ISO archlinux-2010.03.04-netinstall-x86_64.iso to my first partition on my USB harddrive (that first partition being FAT32, and had already been set as bootable previously), that completed successfully. I rebooted, and choose to boot from USB drive, the ISOlinux bootloader came up as normal, I choose DEFAULT and off it went.... sure enough, it errored out at the same place as listed in the bug report ::
:: Waiting for boot device ...
Waiting 30 seconds for device /dev/archiso ...
ERROR: boot device didn't show up after 30 seconds ...
Falling back to interactive prompt
You can try to fix the problem manually, logout when you are finished
ramfs$
this time though, I issued the following 2 commands ::
ln -s /dev/sdb1 /dev/archiso
exit
from there, EVERYTHING worked as it should!
to recap: the solution for me was create a symbolic link pointing /dev/archiso => to my partition which held the archlinux netinstall (which is where I told Unetbootin to install it to)! done and done. I felt this needed to be posted here, as I could not find this solution after MANY google searches, archlinux wiki searches, forum searches, etc. honestly, I think it would be prudent to have this tidbit of information added to the Install from USB stick archwiki page as a side note to those that may run into this issue.
this is not the FIRST time I have run into this problem with a USB install of archlinux, but this is the FIRST time I found a fix! thanks to all the great posts I reference here, without this information I dont think I would have been able to install archlinux on my new alienware m11x laptop.
-peace-
PS: no amount of rootdelay=XX  nor pmedia=usb  nor usbdelay=XX would work in my above attempts either.
Last edited by fnord0 (2010-03-12 04:54:26)

FAT16 here. Parted Magic sees my USB drive as sdd. I tried your way and surprise, surprise, it didn't work.
ln -sf /dev/sdd /dev/archiso
mount -t vfat /dev/archiso /bootmnt
mount : Invalid argument
I thought maybe you meant mount -f vfat /dev/archiso /bootmnt instead. I tried it too, it resulted in a kernel panic.
What else can I try besides installing from a IDE/SATA CD drive ? Because this issue is NOT solved. At least not for me. Wonder if "archlinux-2010.04.05-netinstall-i686.iso" from the here will solve it (really hope so).
SOLVED IT HERE (with yet another image): http://bbs.archlinux.org/viewtopic.php?id=93645
Last edited by DSpider (2010-04-17 14:21:27)

Similar Messages

  • [SOLVED] Booting Arch off USB HDD fails - can't mount real root device

    I've installed Arch on the internal HDD (sda) of my laptop, and I attempted to install a second copy of Arch on partition sdb3 of an external USB HDD.  sdb3 is a primary partition that I had prepared beforehand with gparted and outfitted with the reiserfs filesystem.  I skipped section 3.2 (manually prepare hard drives) of the Arch installer.  There was no problem with section 3.3 (manually configure filesystems and mountpoints); I put all of / in sdb3.  Installing packages and configuring the system also went without a hitch.
    I wanted to boot this new install of Arch via the boot menu of GRUB that was installed in the MBR of sda with my primary install of Arch.  On the new install, I first did go through section 7 (install bootloader), thinking I would want to install GRUB in the root sector of partition sdb3 (not in the MBR of sdb where the GRUB of MintKDE resides, a boot menu that I want to keep) but that failed, so I then picked "no bootloader to be installed".  With that I exited the new install, since it appeared to have gone to completion.
    I then copied the appropriate stanza in the /boot/grub/menu.lst of this new Arch install to the /boot/grub/menu.lst of my primary Arch install on the internal HDD of my laptop.
    This stanza reads as follows:
    # (3) Arch Linux on WDPP60 blue (sdb3)
    title Arch Linux on WDPP60 blue (sdb3)
    root (hd1,2)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/191cc027-43ce-443b-8846-f265d60555ec ro
    initrd /boot/kernel26.img
    However, I'm not able to boot the new Arch install when I pick this entry from the GRUB menu list.  The new install starts booting, finds sda but not sdb and stops with the following errors, dropping me to a recovery shell:
    Root device /dev/disk/by-uuid... doesn't exist. Attempting to create it.
    ERROR: Unable to determine major/minor number of root device '/dev/disk/by-uuid...'
    mounting /dev/disk/by-uuid... on /new_root failed: No such file ...
    ERROR: Failed to mount the real root device.
    Running "mount -t reiserfs /dev/sdb3 /new_root" at the ramfs prompt also fails.
    I've tried a number of edits of the menu.lst stanza from the grub> command prompt, such as adding rootfstype=reiserfs, replacing root=/dev/disk/by-uuid..etc. with root=/dev/sdb3 (booting then fails with "/dev/sdb3  No such file"), using "initrd /boot/kernel26-fallback.img" etc., but booting always fails at the same stage with equivalent error messages.
    I have no trouble booting half a dozen other Linux/BSD distros that reside on two different external USB HDD's by the same method, i.e. choosing an entry from the GRUB boot menu of my primary Arch install, after I placed the appropriate stanza in its /boot/grub/menu.lst.
    How can I get this new Arch install to boot?
    Last edited by RobF (2010-05-17 23:03:27)

    Yes, this was in fact the solution.  I stumbled upon it in this thread:
    http://bbs.archlinux.org/viewtopic.php?id=65844
    When one wants to boot from a USB mass storage device, the initrd needs to include the modules for accessing USB devices, and in Arch this is accomplished by adding "usb" to the HOOKS array.  I simply reinstalled Arch to the USB HDD and in the system configuration step now edited /etc/mkinitcpio.conf by adding the "usb" item.  Adding "rootdelay=10" and/or "rootfstype=reiserfs" to the kernel line in the appropriate stanza in Arch's /boot/grub/menu.lst wasn't necessary in this case.  I left the stanza exactly as I posted it above.
    Thanks for your input.

  • [SOLVED] External USB HDD drive gets disconnected randomly

    Hi,
    I'm encountering problem with external HDD drive. Recently I've installed a new drive and reinstalled Arch. I use my old disk as external one connected by USB. Unfortunately it get's disconnected randomly. This is what I found in journal:
    journalctl
    lut 22 17:06:39 t61 kernel: usb 2-1: USB disconnect, device number 2
    lut 22 17:06:39 t61 udisksd[346]: Cleaning up mount point /run/media/kuba/ExtStorage (device 8:19 no longer exist)
    lut 22 17:06:39 t61 systemd-udevd[165]: error opening USB device 'descriptors' file
    lut 22 17:06:39 t61 kernel: Buffer I/O error on dev sdb3, logical block 33062912, lost sync page write
    lut 22 17:06:39 t61 kernel: JBD2: Error -5 detected when updating journal superblock for sdb3-8.
    lut 22 17:06:39 t61 udisksd[346]: Cleaning up mount point /run/media/kuba/ea5c6a7b-1f73-4527-b99c-29920084bd42 (device 8:17 no longer exist)
    lut 22 17:06:39 t61 kernel: Buffer I/O error on dev sdb1, logical block 5275648, lost sync page write
    lut 22 17:06:39 t61 kernel: JBD2: Error -5 detected when updating journal superblock for sdb1-8.
    lut 22 17:06:40 t61 kernel: usb 2-1: new high-speed USB device number 4 using ehci-pci
    uname -a
    Linux t61 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64 GNU/Linux
    smartctl -a /dev/sdb
    smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.18.6-1-ARCH] (local build)
    Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
    === START OF INFORMATION SECTION ===
    Model Family: Western Digital Scorpio Blue Serial ATA
    Device Model: WDC WD3200BEVT-00A23T0
    Serial Number: WD-WXG1AB002023
    LU WWN Device Id: 5 0014ee 2054a2f6c
    Firmware Version: 01.01A01
    User Capacity: 320,072,933,376 bytes [320 GB]
    Sector Size: 512 bytes logical/physical
    Rotation Rate: 5400 rpm
    Device is: In smartctl database [for details use: -P show]
    ATA Version is: ATA8-ACS (minor revision not indicated)
    SATA Version is: SATA 2.6, 3.0 Gb/s
    Local Time is: Sun Feb 22 20:46:13 2015 CET
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    General SMART Values:
    Offline data collection status: (0x00) Offline data collection activity
    was never started.
    Auto Offline Data Collection: Disabled.
    Self-test execution status: ( 0) The previous self-test routine completed
    without error or no self-test has ever
    been run.
    Total time to complete Offline
    data collection: ( 7800) seconds.
    Offline data collection
    capabilities: (0x7b) SMART execute Offline immediate.
    Auto Offline data collection on/off support.
    Suspend Offline collection upon new
    command.
    Offline surface scan supported.
    Self-test supported.
    Conveyance Self-test supported.
    Selective Self-test supported.
    SMART capabilities: (0x0003) Saves SMART data before entering
    power-saving mode.
    Supports SMART auto save timer.
    Error logging capability: (0x01) Error logging supported.
    General Purpose Logging supported.
    Short self-test routine
    recommended polling time: ( 2) minutes.
    Extended self-test routine
    recommended polling time: ( 93) minutes.
    Conveyance self-test routine
    recommended polling time: ( 5) minutes.
    SCT capabilities: (0x7037) SCT Status supported.
    SCT Feature Control supported.
    SCT Data Table supported.
    SMART Attributes Data Structure revision number: 16
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
    1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 1
    3 Spin_Up_Time 0x0027 152 147 021 Pre-fail Always - 1375
    4 Start_Stop_Count 0x0032 096 096 000 Old_age Always - 4249
    5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
    7 Seek_Error_Rate 0x002e 100 253 000 Old_age Always - 0
    9 Power_On_Hours 0x0032 087 087 000 Old_age Always - 9983
    10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0
    11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0
    12 Power_Cycle_Count 0x0032 096 096 000 Old_age Always - 4032
    192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 113
    193 Load_Cycle_Count 0x0032 162 162 000 Old_age Always - 114798
    194 Temperature_Celsius 0x0022 115 096 000 Old_age Always - 28
    196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
    197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
    198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0
    199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
    200 Multi_Zone_Error_Rate 0x0008 100 253 000 Old_age Offline - 0
    SMART Error Log Version: 1
    No Errors Logged
    SMART Self-test log structure revision number 1
    Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
    # 1 Short offline Completed without error 00% 7530 -
    # 2 Short offline Aborted by host 90% 7530 -
    # 3 Short offline Aborted by host 90% 6969 -
    # 4 Short offline Aborted by host 90% 5007 -
    # 5 Short offline Completed without error 00% 5006 -
    # 6 Short offline Completed without error 00% 3168 -
    # 7 Short offline Completed without error 00% 1270 -
    # 8 Short offline Completed without error 00% 944 -
    SMART Selective self-test log data structure revision number 1
    SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
    1 0 0 Not_testing
    2 0 0 Not_testing
    3 0 0 Not_testing
    4 0 0 Not_testing
    5 0 0 Not_testing
    Selective self-test flags (0x0):
    After scanning selected spans, do NOT read-scan remainder of disk.
    If Selective self-test is pending on power-up, resume after 0 minute delay.
    So it's like I want to continue watching a movie from external drive and then player crashes because my hard disk partitions got unmounted...
    I'm wondering if it can happen because disk is underpowered (it's connected only to one USB port because I lost my original USB cable which had two USB plugs). Anyway it would be strange as problem occurs also when disk is 'idle' so then the power consumption is also lower I assume. I can only say this disk was working just fine when used as internal drive. Any ideas?
    Last edited by jakub (2015-02-22 20:08:50)

    Your recommendation to check cable was just - a good recommendation I played a little bit with the B connector and disk immediately stopped working. OMG it was so simple ;p Thanks. I have to buy a new cable (I hope the case is all right).
    EDIT:
    Confirmed with portable mp3 player. Cable (B connector) is damaged.
    I just won't delete this thread as it's a perfect example to show that basic stuff and simplest things should be always checked first !
    Last edited by jakub (2015-02-22 20:28:26)

  • Installing OS X to external USB HDD

    Well, from the topic subject you can probably guess...I've done some research on these discussions and across the Internet but have a few more specifics I'd like to ask.
    I'm hoping that I can get an external USB hard drive and install OS X on it. My laptop is a Windows Vista machine (I know) and from what I've gathered the OS X installation should see that external drive hooked up. From that point I'm assuming I just have the option of installing to it.
    But...I've played with Linux and LILO and GRUB before and know a bit about bootloaders. I'm wondering how OS X will handle that or if Vista will somehow use it's bootloader so I can select which OS I will boot into. Can someone clarify or has anyone done something like this before?

    Welcome to Apple Discussions!
    Mac OS X will only work from an Apple Macintosh labeled computer. While you can run Vista on a Mac Mini, you can't run Mac OS X on a machine that is prebundled with any version of Windows and not manufactured by Apple. Also Mac OS X is only licensed to work on an Apple Macintosh labelled computer. The Terms of Use which you signed to post on this forum only allow you to post legal topics. Hence, no one will be able to answer you here, without their post being removed, or likely their posting privileges revoked to do anything other than use Mac OS X on a Macintosh computer. You can network your Vista machine with an Apple Macintosh computer as well, and share files. You can even open a virtual private network with a Macintosh machine, but you will not be able to physically install Mac OS X on a hard disk connected to a machine that is not manufactured by Apple legally. Consider a used or refurbished Apple Macintosh machine that has an Intel CPU if you want native Vista virtualization, or a new Mac Mini which only costs $600. See my FAQs*:
    http://www.macmaps.com/macosxnative.html#WINTEL
    http://www.macmaps.com/usedrefurbished.html
    - * Links to my pages may give me compensation.

  • Finder crashes when I try to open my external USB HDD

    Hello all. I have been experiencing issues with my external USB HDD (WD Passport) and my Macbook Pro (Summer 2012) for some time. It looks that the HDD shows up on the desktop when I connect it but when I try to open the My Passport icon on the desktop Finder crashes. Finder works OK generally and I can see everything (even the Passport listed) but I cannot access the Passport HDD contents.
    I have tried accessing it via terminal and managed to view the Passport contents ok (ls -ltr etc)
    I have tried repairing the disk but the issue remains.
    I have connected Passport to a Windows 7 PC and it works OK. I have even tried repairing it on a Windows PC but it has not helped.
    Ejecting, rebooting etc does not solve the issue
    Every time the issue occurs I see a PM Report Crash for Finder
    11/24/13 5:46:21.004 PM ReportCrash[1374]: Saved crash report for Finder[1377] version 10.8.3 (10.8.3) to /Users/Panos/Library/Logs/DiagnosticReports/Finder_2013-11-24-174621_Panos-MacB ook-Pro.crash
    Could you please suggest any solution to this problem??

    Try booting into the Safe Mode using your normal account.  Disconnect all peripherals except those needed for the test. Shut down the computer and then power it back up. Immediately after hearing the startup chime, hold down the shift key and continue to hold it until the gray Apple icon and a progress bar appear. The boot up is significantly slower than normal. This will reset some caches, forces a directory check, and disables all startup and login items, among other things. When you reboot normally, the initial reboot may be slower than normal. If the system operates normally, there may be 3rd party applications which are causing a problem. Try deleting/disabling the third party applications after a restart by using the application un-installer. For each disable/delete, you will need to restart if you don't do them all at once.
    Safe Mode
    Safe Mode - About

  • I am connecting an external USB HDD and I can see it on my Apple Macbook Air. BUT this drive is READ only. How can I write to it?

    I am connecting an external USB HDD and I can see it on my Apple Macbook Air. BUT this drive is READ only. How can I write to it?

    Drive Partition and Format
    1.Open Disk Utility in your Utilities folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Security button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    Steps 4-6 are optional but should be used on a drive that has never been formatted before, if the format type is not Mac OS Extended, if the partition scheme has been changed, or if a different operating system (not OS X) has been installed on the drive.

  • Unkown error copying from external USB HDD

    I copied all my files from Windows Pc to external USB HDD (FAT32). Now I can see the disc and the files on my new iMac, but I can not copy them.
    Error -8062 unknown error comes up. What can I do? Same problem exists when copying from TimeCapsule drive.

    Hi,
    The main reason for the appearance of this error message is incorrect permission settings of files and folders, or locked files, occasionally it can be caused by too full of Hard Drive.
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at the top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    Also try repairing the external drive.

  • 3 mem stick in dual mode - how high + external usb HDD boot question

    Hi guys. I have 2 questions:
    1. If I put 2X512 mb Kingmax DDR 433 mem sticks in one channel and the 1 gb stick in another one will I be able to run mem clock on 209 MHz in dual channel mode (because of memory controller limitations)? Is there any chance to break 200 fsb limit with this memory combination.
    2. I have Philips SPD 5100CC external USB HDD. Last night I tried to install windows xp on it but after first reboot I am getting the messsage Windows could not boot ........windows root\system32\hal.dll is missing or corrupted. I have latest bios and the drive is listed in boot menu under Hard Drive option and so is my USB flash drive. I boot without any problem from USB flash. Is this related with the mobo or external HDD encosure?

    well, one thing is sure, you won't get dual channel if you use 3 memory sticks. the problem is that sometimes you cannot even boot with 3 modules installed. check the mobo manual on the possible memory modules configurations

  • Question on Time Capsule and external USB HDD

    Hello everyone,
    I have a 500GB Time Capsule that is working wonderfully. I recently have been downloading a number of large .iso image files that are taking up a lot of space on my internal drive on my Macbook Pro. I do not back these files up on the Time Capsule as it is getting full and i want it to backup other more important things.
    I do however wish to backup these files. My current desk is rather full and really will not allow me to purchase a large 3.5" HDD and plug it in USB.
    Is it possible to plug an external drive into the back of the Time Capsule and have it be used as a wireless disk as well?
    I would prefer to have that drive not be part of the Time Capsule disks, i just want to be able to access it wireless over my network.
    I would be grateful if anyone can help me out. If this solution will not work, is there some sort of NAS disk solution i can get to work with my TC?
    Thanks

    All you need is an external USB HDD. It needs to be formatted HFS+ (Mac OS Extended - Journaled), if you plan on a future Time Machine Disk on this drive, or FAT/FAT32. You could get a NAS, but you don't need to if you already have TC. Can I assume the USB port is free or do you have a USB printer hooked up to it?

  • Problem to external USB HDD to mac with Mac OS X 10.7.5

    Hello all
    i have a macbook pro running Mac OS X 10.7.5 .
    i have an external USB hdd with 1tb (western digital) and some times i use it at clients windows pc's.
    I have set up the screensaver to go on mac after 5 minutes and when it resumes to ask for a password.
    the thing is that i "loose" the connection with the external USB HDD when this happens.
    Error message is the follwoing:
    Process:         DriveUnlock [1624]
    Path:            /Volumes/*/DriveUnlock.app/Contents/MacOS/DriveUnlock
    Identifier:      com.wdc.DriveUnlock
    Version:         ??? (1.1.3.12)
    Code Type:       X86 (Native)
    Parent Process:  launchd [163]
    Date/Time:       2013-01-24 15:38:04.683 +0200
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Interval Since Last Report:          622006 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  2797 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      621FC415-C4F4-4479-918A-E3EAAB33D02E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS) Exception Codes: 0x000000000000000a, 0x00000000000037dd
    VM Regions Near 0x37dd:
        VM_ALLOCATE            0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL 
    --> mapped file            0000000000001000-000000000000f000 [   56K] r-x/rwx SM=COW  Object_id=120522c0
        VM_ALLOCATE            000000000000f000-0000000000011000 [    8K] rw-/rwx SM=PRV 
    Application Specific Information:
    objc[1624]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                    0x000037dd 0 + 14301
    1   ???                                    0x00003d8f 0 + 15759
    2   ???                                    0x00008380 0 + 33664
    3   com.apple.CoreFoundation                   0x95ea71aa -[NSObject performSelector:] + 58
    4   com.apple.CoreFoundation                   0x95ea7127 -[NSSet makeObjectsPerformSelector:] + 247
    5   com.apple.AppKit                      0x9b89e05f -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1315
    6   com.apple.AppKit                      0x9b893dde loadNib + 380
    7   com.apple.AppKit                      0x9b8931c5 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 235
    8   com.apple.AppKit                      0x9b8930cf +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 154
    9   com.apple.AppKit                      0x9b893003 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 418
    10  com.apple.AppKit                     0x9bb17864 NSApplicationMain + 445
    11  ???                                  0x000029c2 0 + 10690
    12  ???                                  0x000028e9 0 + 10473
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib             0x9b52890a kevent + 10
    1   libdispatch.dylib                          0x932b3e04 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                          0x932b2853 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib             0x9b52802e __workq_kernreturn + 10
    1   libsystem_c.dylib                        0x90d3bccf _pthread_wqthread + 773
    2   libsystem_c.dylib                        0x90d3d6fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib             0x9b52802e __workq_kernreturn + 10
    1   libsystem_c.dylib                        0x90d3bccf _pthread_wqthread + 773
    2   libsystem_c.dylib                        0x90d3d6fe start_wqthread + 30
    Thread 4:: WebCore: LocalStorage
    0   libsystem_kernel.dylib             0x9b52783e __psynch_cvwait + 10
    1   libsystem_c.dylib                        0x90d3de21 _pthread_cond_wait + 827
    2   libsystem_c.dylib                        0x90cee42c pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore                      0x9a6b75d1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   com.apple.WebCore                 0x953f0e11 ***::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 135
    5   com.apple.WebCore                 0x953f0d64 WebCore::LocalStorageThread::threadEntryPoint() + 74
    6   com.apple.WebCore                 0x953f0cc1 WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 17
    7   libsystem_c.dylib                        0x90d39ed9 _pthread_start + 335
    8   libsystem_c.dylib                        0x90d3d6de thread_start + 34
    Thread 5:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib             0x9b525c22 mach_msg_trap + 10
    1   libsystem_kernel.dylib             0x9b5251f6 mach_msg + 70
    2   com.apple.CoreFoundation                   0x95e369da __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                   0x95e3fb04 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                   0x95e3f1dc CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                   0x95e3f088 CFRunLoopRunInMode + 120
    6   com.apple.Foundation             0x9222c0c4 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
    7   com.apple.Foundation             0x9221fe25 -[NSThread main] + 45
    8   com.apple.Foundation             0x9221fdd5 __NSThread__main__ + 1582
    9   libsystem_c.dylib                        0x90d39ed9 _pthread_start + 335
    10  libsystem_c.dylib                      0x90d3d6de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0xac9c01a0  edx: 0x00078aa0
      edi: 0x00588b90  esi: 0x001c4700  ebp: 0xbffff898  esp: 0xbffff7e0
       ss: 0x00000023  efl: 0x00010286  eip: 0x000037dd   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x000037dd
    Logical CPU: 0
    Binary Images:
             0 - 0xffffffffffffffff +DriveUnlock (??? - ???) /Volumes/*/DriveUnlock.app/Contents/MacOS/DriveUnlock
             0 - 0xffffffffffffffff +WDUIKit (??? - ???) /Volumes/*/DriveUnlock.app/Contents/Frameworks/WDUIKit.framework/Versions/A/WDU IKit
    0x8fe32000 - 0x8fe64aa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x90005000 - 0x90045ff7  com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9010d000 - 0x901f5fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
    0x90211000 - 0x9021fff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
    0x90303000 - 0x903d9aab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
    0x903da000 - 0x903f4fff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x904fd000 - 0x90972ff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x90973000 - 0x90a83fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
    0x90b94000 - 0x90b9bffd  com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x90b9c000 - 0x90ba4fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x90ba5000 - 0x90c09fff  com.apple.framework.IOKit (2.0 - ???) <94827954-5906-36C4-819B-24CDAFD85C72> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c0a000 - 0x90c65ff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x90cd9000 - 0x90cdcff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <16DCE20A-9790-369A-94C1-B7954B418C77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x90cdd000 - 0x90da8fff  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
    0x90ddb000 - 0x911ddff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x912b9000 - 0x912dcfff  com.apple.CoreVideo (1.7 - 70.3) <4234C11C-E8E9-309A-9465-27D6D7458895> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x912dd000 - 0x913a0fff  com.apple.CoreServices.OSServices (478.49 - 478.49) <5AF33605-C893-3F60-89CF-1BC9C0BC35AF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x913a1000 - 0x913abff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x913f9000 - 0x91407fff  com.apple.opengl (1.8.1 - 1.8.1) <766AFB12-A2CB-3A55-B662-FC9FFCAE0008> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x91408000 - 0x9141cfff  com.apple.CFOpenDirectory (10.7 - 146) <9149C1FE-865E-3A8D-B9D9-547384F553C8> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9146d000 - 0x91478ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <D6E17FD4-ECA0-3EEE-BFC5-F6A42A21AB5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91479000 - 0x91484fff  libkxld.dylib (??? - ???) <14E79D7A-B6C2-35C5-B56D-D343BEC2A106> /usr/lib/system/libkxld.dylib
    0x91485000 - 0x914f4fff  com.apple.Heimdal (2.2 - 2.0) <2E1B8779-36D4-3C62-A67E-0034D77D7707> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x914f5000 - 0x914f6fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x914f7000 - 0x914f7fff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x914f8000 - 0x91538ff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x91765000 - 0x91787ff8  com.apple.PerformanceAnalysis (1.11 - 11) <453463FF-7C42-3526-8C96-A9971EE07154> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x91788000 - 0x91a57ffb  com.apple.security (7.0 - 55148.6) <8DF67BDD-C98F-3B7E-AC63-D468407FA82D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91b06000 - 0x91b57ff9  com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x91b58000 - 0x91b61fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x91bd1000 - 0x91bd4ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x91bd5000 - 0x91c0bff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91c4f000 - 0x91cb0ffb  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <7A14BE52-6789-3CE3-9AE9-B733F4903EB1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91cb1000 - 0x91cb3ff9  com.apple.securityhi (4.0 - 1) <ACEEED5F-8D58-377D-B2B8-E4A7F4E5E286> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9209d000 - 0x920c2ff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x920c3000 - 0x92100ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <007A1877-E981-3007-A8FA-9B179F4ED6D1> /usr/lib/libcups.2.dylib
    0x9210c000 - 0x92122ffe  libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
    0x92123000 - 0x921bffff  com.apple.ink.framework (10.7.5 - 113) <05CAFB64-D3B8-3973-87EA-CB8BBE580F6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x921c0000 - 0x924caff3  com.apple.Foundation (6.7.2 - 833.25) <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x924cb000 - 0x927a5ff7  com.apple.RawCamera.bundle (4.00 - 658) <F72D5DF2-406B-3310-AC16-F0AB434237DE> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x92980000 - 0x92a17ff3  com.apple.securityfoundation (5.0 - 55116) <EB53CEF7-4836-39FD-B012-6BC122ED4CE9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92a18000 - 0x92a18fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x92b4f000 - 0x92b77ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib
    0x92b78000 - 0x92d70ff7  com.apple.CoreData (104.1 - 358.14) <C1730963-F75D-3338-B65F-D50235538B28> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92d9b000 - 0x92eacff7  libJP2.dylib (??? - ???) <2B5EB147-F845-30DF-87C4-D2D3C3D0680A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x932b1000 - 0x932bffff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <1B857064-288D-3919-B81A-38E9F4D19B54> /usr/lib/system/libdispatch.dylib
    0x932c0000 - 0x932eeff7  com.apple.DictionaryServices (1.2.1 - 158.3) <8D03D180-D834-39F3-A106-78E0B22A7893> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x93395000 - 0x93396ff7  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <46980EC2-149D-3CF7-B29A-401FB89C275D> /usr/lib/system/libquarantine.dylib
    0x93397000 - 0x933acfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x933ad000 - 0x933bbfff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x933fa000 - 0x93443ff7  libGLU.dylib (??? - ???) <9AF7AD51-16E3-3674-B60E-30EE499D7B46> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93448000 - 0x9344aff7  libdyld.dylib (195.6.0 - compatibility 1.0.0) <1F865C73-5803-3B08-988C-65B8D86CB7BE> /usr/lib/system/libdyld.dylib
    0x93a67000 - 0x93a6fff3  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <9E6135FF-C2B1-3BC9-A160-B32D71BFA77C> /usr/lib/system/liblaunch.dylib
    0x93a70000 - 0x93a70fff  libOpenScriptingUtil.dylib (??? - ???) <E4C22B65-9493-31D5-9D46-19BD70975587> /usr/lib/libOpenScriptingUtil.dylib
    0x93a71000 - 0x93aaffff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <AF1174F9-4402-31EB-9C84-AB644E5865DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x93ad2000 - 0x93ad5ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x93ad6000 - 0x93b1dff5  com.apple.opencl (2.0.19 - 2.0.19) <7689E7B9-EE5A-3F74-8699-4CDED9162260> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x93b1e000 - 0x93b26ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x93b27000 - 0x94003ff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94004000 - 0x94020ff1  libPng.dylib (??? - ???) <F084226B-14F0-36C0-B5EC-22C78406D2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94063000 - 0x94146ff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
    0x94203000 - 0x942c3ffb  com.apple.ColorSync (4.7.4 - 4.7.4) <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x942c4000 - 0x942caffb  com.apple.print.framework.Print (7.4 - 247.3) <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x942cb000 - 0x942cbfff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x942cc000 - 0x94353fff  com.apple.print.framework.PrintCore (7.1 - 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x94354000 - 0x943b9ff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x943ba000 - 0x943bafff  com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x943bb000 - 0x943c8fff  libGL.dylib (??? - ???) <A72F14F7-1836-34AB-9F08-67836CB966E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x943c9000 - 0x943caffd  libCVMSPluginSupport.dylib (??? - ???) <4B0476F9-950D-3EB7-BD83-F65AF0B05F0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x943cb000 - 0x943f5ff1  com.apple.CoreServicesInternal (113.19 - 113.19) <F7A309D1-DCB4-38DE-8248-E16D0182AA6C> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x943f6000 - 0x94433fef  libGLImage.dylib (??? - ???) <FC13D46F-69C4-3BA1-A5E8-52C2EC8B7D58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94481000 - 0x944f7fff  com.apple.Metadata (10.7.0 - 627.37) <F54AED70-95C5-3561-8C87-D9E5539E98A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x944f8000 - 0x9458eff7  com.apple.LaunchServices (480.40 - 480.40) <D5C0DEF9-398C-3742-8C4E-875C3365EC8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9460f000 - 0x9468affb  com.apple.ApplicationServices.ATS (317.12.0 - ???) <4D124B65-3D43-32E9-B296-3671347BB888> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x946cc000 - 0x9471cffa  libTIFF.dylib (??? - ???) <CAD45E49-FD7C-37FA-A118-AEB526B90E67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9471d000 - 0x9474cff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
    0x947a0000 - 0x947b3ff8  com.apple.MultitouchSupport.framework (231.4 - 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x94c10000 - 0x94c10fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94c11000 - 0x94d28fe9  com.apple.WebKit (7534.57 - 7534.57.7) <85DAC34E-86A1-380F-B166-56630C9B0BD5> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94d2d000 - 0x94d7fff7  libFontRegistry.dylib (??? - ???) <C2B84661-A62D-3FFF-8D8C-BC697E9BDF4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x94d80000 - 0x94da2ffe  com.apple.framework.familycontrols (3.0 - 300) <6735D7ED-7053-3AB8-B144-E7F70A124CCD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x94da3000 - 0x94e93ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x94e94000 - 0x94f1effb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94f73000 - 0x94f7aff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x9525f000 - 0x953b5fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <F09C7075-2C4E-3A4F-A372-95D700125513> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x953b6000 - 0x953baff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
    0x953ce000 - 0x953d1ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x953d2000 - 0x95e03fff  com.apple.WebCore (7534.57 - 7534.57.7) <5FF60D46-9BC0-3B5A-AFF1-2C965D561009> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95e04000 - 0x95fdbfe7  com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9621d000 - 0x96221ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
    0x970bc000 - 0x970d8ff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x970d9000 - 0x971f7fec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x97276000 - 0x97578fff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <C613B0DA-B401-3DC7-B626-6E20D4DDC8A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9758a000 - 0x9758dffb  com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x979a8000 - 0x97a1cfff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x97af5000 - 0x97b05fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x97b72000 - 0x97ba9fef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x97baa000 - 0x97c08ff7  com.apple.coreui (1.2.2 - 165.11) <340B0B83-1407-3AB4-BCAB-505C29303EE2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98296000 - 0x982a1ffb  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x982b6000 - 0x98318ffb  com.apple.datadetectorscore (3.0 - 179.4) <3A418498-C189-37A1-9B86-F0ECB33AD91C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9866f000 - 0x9879bff9  com.apple.CFNetwork (520.5.1 - 520.5.1) <F3C606BF-6DCF-33CD-981B-7253C9E3113A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9879c000 - 0x987a1ff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
    0x987a3000 - 0x987a5ffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x987a6000 - 0x98803ffb  com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x98985000 - 0x989a2ff3  com.apple.openscripting (1.3.3 - ???) <0579A4CB-FD6F-3D7F-A17B-AC0F2CF11FC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x989fd000 - 0x98a56fff  com.apple.HIServices (1.21 - ???) <91EC636D-AC27-3332-BA1C-FD7301917429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x98d12000 - 0x98e21ff7  com.apple.DesktopServices (1.6.5 - 1.6.5) <CEC069D7-37A3-3D25-A3BB-39DE99FDA46E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x992a4000 - 0x992a4fff  com.apple.Carbon (153 - 153) <63603A0C-723B-3968-B302-EBEEE6A14E97> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x994a7000 - 0x99609ffb  com.apple.QuartzCore (1.7 - 270.5) <6D0EC7FC-11E5-35FB-A08A-3B438E89FBDB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x99616000 - 0x9961fff3  com.apple.CommonAuth (2.2 - 2.0) <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x996c6000 - 0x996cdff9  libsystem_dnssd.dylib (??? - ???) <EBEAF723-84F8-3544-8FB2-31B7771B50D0> /usr/lib/system/libsystem_dnssd.dylib
    0x99724000 - 0x99724ff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x99725000 - 0x998d9ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <4AFF6FC3-6283-3934-8EFC-CA227CA11164> /usr/lib/libicucore.A.dylib
    0x998f0000 - 0x998f1ff7  libsystem_sandbox.dylib (??? - ???) <5CFCCFB7-CF29-3E04-801D-8532AE004768> /usr/lib/system/libsystem_sandbox.dylib
    0x9995d000 - 0x9997afff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
    0x9a217000 - 0x9a27ffff  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <B24814AB-CA77-3B9D-8FAB-58C9B4FD3A16> /usr/lib/libc++.1.dylib
    0x9a298000 - 0x9a2a3ffe  com.apple.NetAuth (3.2 - 3.2) <4377FB18-A550-35C6-BCD2-71C42134EEA6> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9a36f000 - 0x9a37fff7  libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
    0x9a462000 - 0x9a466ff7  com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9a467000 - 0x9a50bfff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9a557000 - 0x9a56cff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <E5FCA336-7E47-343E-A82D-CCCA5BCD5929> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9a56d000 - 0x9a5fafe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9a6ac000 - 0x9a959fff  com.apple.JavaScriptCore (7534.57 - 7534.57.3) <5AE5C3B8-D807-356B-80D9-4D0A706A10D1> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9a95a000 - 0x9a95affe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x9a975000 - 0x9aa6dff7  libFontParser.dylib (??? - ???) <71B33EB1-27F8-3C68-B940-FC61A3CFE275> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9aa6e000 - 0x9aab6ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <68B92FEA-F754-3E7E-B5E6-D512E26144E7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9aab7000 - 0x9aab7fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> /usr/lib/system/libdnsinfo.dylib
    0x9aab8000 - 0x9aab9ff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
    0x9aabd000 - 0x9ab4aff7  com.apple.CoreText (220.22.0 - ???) <EA7210A7-DECC-3F76-8A66-D4E41859B3C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9ab4b000 - 0x9ab4effd  libCoreVMClient.dylib (??? - ???) <B8F8916D-F12A-3D95-ABF3-999D57B7D581> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9ac49000 - 0x9ac4dfff  libGIF.dylib (??? - ???) <2ADFED97-2228-343D-9A53-207CBFDE7984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9ac4e000 - 0x9ac5ffff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x9ac60000 - 0x9ac64ffd  IOSurface (??? - ???) <EDDBEE65-1EB8-33A7-9972-E361A3508234> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9ac65000 - 0x9ac66fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9ac67000 - 0x9ac87ff7  com.apple.RemoteViewServices (1.5 - 44.2) <11C87337-FF29-3976-A230-6387D96563C5> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x9ac88000 - 0x9ad58ffb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <2092785C-795A-3CDF-A1B4-6C80BA3726DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9ad59000 - 0x9ad5afff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9b06a000 - 0x9b06aff0  com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9b1a8000 - 0x9b1ebffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
    0x9b1ec000 - 0x9b21afe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
    0x9b25e000 - 0x9b25fff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
    0x9b260000 - 0x9b4d4ff3  com.apple.CoreImage (7.99.1 - 1.0.1) <C4B2DD2A-8E45-31CD-9B25-2AC1CA252B14> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x9b4d5000 - 0x9b500fff  com.apple.GSS (2.2 - 2.0) <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9b501000 - 0x9b509ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
    0x9b50a000 - 0x9b50efff  com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9b50f000 - 0x9b52dff7  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <79179F83-457A-3539-A76B-E960D2108109> /usr/lib/system/libsystem_kernel.dylib
    0x9b52e000 - 0x9b539ffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
    0x9b53a000 - 0x9b880ff3  com.apple.HIToolbox (1.9 - ???) <E5EA9EEF-3CCA-36A0-8688-DA2E64E2256C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9b881000 - 0x9c316ff6  com.apple.AppKit (6.7.5 - 1138.51) <B9D3DCA0-9765-354E-9730-75A45A97DDFD> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9c34a000 - 0x9c350fff  libGFXShared.dylib (??? - ???) <9C9834EB-B794-38C8-9B90-31D8CB234F86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9c351000 - 0x9cc7c72b  com.apple.CoreGraphics (1.600.0 - ???) <DD7CDD67-FC4F-36FE-962F-2EA7EF3FC780> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9cc7d000 - 0x9cc83ffd  com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x9cc84000 - 0x9cce6ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x9cce7000 - 0x9cce8fff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 4352
        thread_create: 2
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=147.8M resident=75.1M(51%) swapped_out_or_unallocated=72.6M(49%)
    Writable regions: Total=36.4M written=2480K(7%) resident=4240K(11%) swapped_out=0K(0%) unallocated=32.3M(89%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  1000K
    CG image                              4K
    CG shared images                    168K
    CoreGraphics                          8K
    CoreServices                       2600K
    MALLOC                             24.4M
    MALLOC guard page                    64K
    SQLite page cache                   192K
    Stack                              66.5M
    VM_ALLOCATE                         144K
    __CI_BITMAP                          80K
    __DATA                             7792K
    __DATA/__OBJC                        76K
    __IMAGE                             528K
    __IMPORT                              4K
    __LINKEDIT                         43.2M
    __OBJC                             1712K
    __OBJC/__DATA                        16K
    __TEXT                            104.6M
    __UNICODE                           544K
    mapped file                       135.8M
    shared memory                       312K
    shared pmap                        9428K
    ===========                      =======
    TOTAL                             398.6M
    Model: MacBookPro5,1, BootROM MBP51.007E.B06, 2 processors, Intel Core 2 Duo, 2.53 GHz, 4 GB, SMC 1.33f8
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334448312D4346382020
    Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334448312D4346382020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.198.19.22)
    Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports Network Service: AirPort, AirPort, en1 Serial ATA Device: Hitachi HTS543232L9SA02, 320,07 GB
    Serial ATA Device: MATSHITADVD-R   UJ-868
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24400000 / 2 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x04600000 / 3 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x04500000 / 2 USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8213, 0x06110000 / 5
    Thx in advance

    Yes I have the same problem with a WD My Passport Essential on a 2011 iMac running Mavericks. Opening Unlock Drive I find it says 'The drive is already unlocked'  but will not allow me to see the contents of the drive. Only the Smartware 'CD' image shows up in Finder. Unaccountably the same WD drive unlocks fine on a 2009 MacBook (also running 10.9) How can I 'set a breakpoint' as advised below in Terminal result...? I am worried I will accidentally lose the data on the 750Gb drive in the process of fixing the error.
    Thank you for advice!
    DriveUnlock(5333,0xa077d1a8) malloc: *** error for object 0x1bb364: incorrect checksum for freed object - object was probably modified after being freed.
    *** set a breakpoint in malloc_error_break to debug

  • External USB HDD Wireless Sharing

    HI,
    I have an external USB HDD which has an HFS partition which I used to backup my macbook using TimeMachine. Now I want to share my external USB HDD wirelessly.
    I know it can be possible by using Airport Exterme Base Station or use the Time Capsule.
    I want to know if any other Wireless Routers support the HFS partition to be shared wirelessly?

    By default, Personal File Sharing only shares specific directories on your boot drive and home directories. If you want to share external volumes you need to configure them manually.
    The easiest way to do this is to get a copy of SharePoints which puts a nice GUI on the file sharing configuration files.

  • Access the local Mac's Time Machine without its external USB HDD?

    Hello.
    Is it possible to access the local Mac's Time Machine without its external USB HDD? Or is the external backup HDD required? This is assuming Mac OS X 10.8.5. I am not sure if the newer versions can do it.
    Thank you in advance.

    Eric Root wrote:
    Those are local snapshots. The best thing to due is backup Time Machine and then access it.
    Local Snapshots on Portable Macs
    How do I access these local (one/1)s without the external HDD connected? I do not get the TM icon option in my top menu bar.

  • Which external USB HDD can i use for backups

    Hi,
    I'm going to buy an external USB HDD for my MacBook for bootable backups (by SuperDuper). Can I purchase just any external hard drive or are there any limitations?
    Thanks,
    Vadim

    Hi,
    Welcome to Apple Discussions.
    The limitations are the usual reliability and manufacturer's reputation. USB 2.0 (480Mbps) itself will cause no issues when making your choice. It's not possible to give a definitive answer on which manufacturer/make/model is best but I can give you an opinion. I like Iomega and Hitachi. For plug-and-play look at Iomega or D-I-Y using an Icy Box look at Hitachi Deskstar range.

  • Boot from external USB HDD - Tecra M5

    Hi!
    Does anyone know is it possible to boot OS from external HDD connected to notebook via USB-port? There is "HDD priority" in BIOS setup with an ability to choose: USB - Built-in - Second HDD. But it doesn't work :(
    I tried to boot Windows 98 from the same external USB-HDD on my home computer. Everything is OK...
    The version of my Tecra M5 BIOS is 3.20.
    TIA

    Hi
    You can boot from the second HDD if this HDD was placed in the SelectBay but not if the HDD was connected to the USB port.
    Only this devices are bootable:
    USB FDD, Primary HDD, SelectBay devices, Network(LAN), SD-CARD

  • X220 Ultrabase external USB HDD strange click sounds on boot

    I have X220 and Ultrabase 3. External USB HDD (WD Passport) is connect to one of Ultrabase USB ports. When I reboot and press F12 to get the boot menu there are two strange click (or scratch) noises coming out of the external HDD. One click before the menu appears and second after boot device (CD drive) is selected. I tried different HDD with the same result. It loooks like a short power drop or so but it happens with the boot menu only. The first external HDD I used for three years is damaged now, don't know whether it is connected with this issue. BIOS version 1.38, no USB 3 port. I found the issue is specific to Ultrabase USB ports. When the same external HDD is connected directly to notebook USB port, it is fine. I use the Ultrabase setup for booting from Acronis TrueImage bootable CD to create backups. Anyone has similar issue ? Is possible to use the notebook USB port when it is docked in Ultrabase ?

    It could be that the port where it does not function may not be producing sufficient power for the given HDD.  It has been shown that all USB ports do not output the same power.  You might test with a USB 'Y' connector or a powered hub.
    Ciao.

Maybe you are looking for

  • CS5.5 to CS6 free upgrade - Why can't I get a disk?

    I have been trying to convince someone in support at Adobe that we would like a hard copy disk of the CS5.5 to CS6 free upgrade, however they keep sending me a link to Creative Cloud even though I have talked to customer support until I am blue in th

  • UML & Code Generation (RAD)

    Hey everyone, I'm evaluating Java IDE's right now and I'm working with a group that uses a tool called Popkin to do their design in UML. I'm trying to find a Java IDE that can import (via XMI) those diagrams to do the code generation. Rational and To

  • IDOC creation from a flat file

    We currently receive a large volume of invoices from freight companies that move our product from point A to B. I will receive a file from the vendor with 10 fields.  The fields are BOL, shipdate, shipfrom_pt, shipto_pt, volume, rate, surcharge, tota

  • When ITunes changed their format it duplicated songs in my library.  How do I get rid of the duplicates without having to indivdually delete them.

    When ITunes changed their format it duplicated songs in my library.  How do I get rid of the duplicates without having to indivdually delete them?

  • ALV DIALOG PROBLEM

    Hello Experts, I need your help this is some kind of urgent. Im currently working on Dialog program right now, My counterpart is requesting that the standard toolbars from report alv will be displayed to my ALV Dialog with the same functionality. Wer