Need help recovering from glibc upgrade [SOLVED]

I recently did pacman -Syu on a system because I was having trouble with a softphone utility. I installed Arch on this laptop perhaps 6 months ago and have not done many upgrades since that time. Of course I've been waylaid by the recent glibc changes and I'm trying to recover. I think I've gotten a good deal of the way there by researching the issue and attempting a few solutions. But I'm quite confused by what I'm now seeing, so I want to ask for help here.
First, let me point out that I posted in this forum yesterday about certain events that led to my problems--see that thread at https://bbs.archlinux.org/viewtopic.php?pid=1186089. Essentially, I followed the wrong set of instructions and did pacman -Syu --ignore glibc pacman -Su before doing pacman -U http://pkgbuild.com/~allan/glibc-2.16.0 … pkg.tar.xz. That broke pacman, which, being the most current version, was expecting that glibc version to be on the system.
To remedy the problem I followed the procedure outlined in that thread--namely booting from a USB drive on the affected system and running pacman -U http://pkgbuild.com/~allan/glibc-2.16.0 … pkg.tar.xz --root /mnt/brokenRoot. Things kinda started to work then: pacman would run, but I noted that my mouse cursor was not responding. I decided to try and finish the upgrade and so ran pacman -Syu again using the --ignore glibc switch as suggested at https://wiki.archlinux.org/index.php/De … iki:usrlib.
Things started to get really weird after that. For example, at a certain point during the boot process--I believe when the console is getting ready to switch to framebuffer (or whatever point that's called where screen resolution changes from vga)--and the screen just freezes. The laptop won't accept any keyboard or mouse input and just appears to be hung. I was able to chroot in to the system and cause the sshd daemon to start though, and have discovered that I can ssh in and do things.
I upgraded the kernel again today in an ssh session, which gave some quite strange results: mkinitcipio is searching for modules under /lib, whereas as I understand it, /lib is now supposed to contain nothing and is to be simply a symlink to /usr/lib. But I can't build an init image on this system unless a /modules directory is present under /lib. Well, the /lib directory was there, so I symlinked /usr/lib/modules to /lib and mkinitcpio ran fine after that. So what's up here? Why is mkinitcpio expecting the /modules directory to be under /lib?
Just as weird, there seems to be a newer glibc version. But I can't upgrade to it: I get the message "glibc: /lib exists in filesystem." Now, having read https://wiki.archlinux.org/index.php/De … iki:usrlib I know that there are suggestions for remedying this. But when I run the commands suggested there to try and find out what packages own files in /lib, it looks to me that all files there are owned by glibc 2.16.0-1:
find /lib -exec pacman -Qo -- {} +
error: cannot determine ownership of directory '/lib'
/lib/libthread_db.so.1 is owned by glibc 2.16.0-1
/lib/libnss_files-2.16.so is owned by glibc 2.16.0-1
/lib/libc-2.16.so is owned by glibc 2.16.0-1
/lib/libnss_nisplus.so.2 is owned by glibc 2.16.0-1
/lib/libnss_dns-2.16.so is owned by glibc 2.16.0-1
/lib/libnss_nisplus-2.16.so is owned by glibc 2.16.0-1
/lib/libanl-2.16.so is owned by glibc 2.16.0-1
/lib/libnsl-2.16.so is owned by glibc 2.16.0-1
/lib/libcidn-2.16.so is owned by glibc 2.16.0-1
/lib/librt.so.1 is owned by glibc 2.16.0-1
/lib/libnss_nis.so.2 is owned by glibc 2.16.0-1
/lib/libBrokenLocale-2.16.so is owned by glibc 2.16.0-1
/lib/libc.so.6 is owned by glibc 2.16.0-1
/lib/libpthread-2.16.so is owned by glibc 2.16.0-1
/lib/libcrypt.so.1 is owned by glibc 2.16.0-1
/lib/libnss_db.so.2 is owned by glibc 2.16.0-1
/lib/libutil-2.16.so is owned by glibc 2.16.0-1
/lib/libm-2.16.so is owned by glibc 2.16.0-1
/lib/libpthread.so.0 is owned by glibc 2.16.0-1
/lib/libnss_files.so.2 is owned by glibc 2.16.0-1
/lib/ld-linux-x86-64.so.2 is owned by glibc 2.16.0-1
/lib/libcidn.so.1 is owned by glibc 2.16.0-1
/lib/libSegFault.so is owned by glibc 2.16.0-1
/lib/libnss_nis-2.16.so is owned by glibc 2.16.0-1
error: No package owns /lib/modules
/lib/librt-2.16.so is owned by glibc 2.16.0-1
/lib/libthread_db-1.0.so is owned by glibc 2.16.0-1
/lib/libnss_hesiod-2.16.so is owned by glibc 2.16.0-1
/lib/libdl-2.16.so is owned by glibc 2.16.0-1
/lib/libanl.so.1 is owned by glibc 2.16.0-1
/lib/libpcprofile.so is owned by glibc 2.16.0-1
/lib/libnss_compat-2.16.so is owned by glibc 2.16.0-1
/lib/libnss_compat.so.2 is owned by glibc 2.16.0-1
/lib/libmemusage.so is owned by glibc 2.16.0-1
/lib/libm.so.6 is owned by glibc 2.16.0-1
/lib/libresolv-2.16.so is owned by glibc 2.16.0-1
/lib/libBrokenLocale.so.1 is owned by glibc 2.16.0-1
/lib/libutil.so.1 is owned by glibc 2.16.0-1
/lib/libcrypt-2.16.so is owned by glibc 2.16.0-1
/lib/libnss_hesiod.so.2 is owned by glibc 2.16.0-1
/lib/libdl.so.2 is owned by glibc 2.16.0-1
/lib/ld-2.16.so is owned by glibc 2.16.0-1
/lib/libnsl.so.1 is owned by glibc 2.16.0-1
/lib/libresolv.so.2 is owned by glibc 2.16.0-1
/lib/libnss_dns.so.2 is owned by glibc 2.16.0-1
/lib/libnss_db-2.16.so is owned by glibc 2.16.0-1
Long story short, I'm quite confused by this. And I have a barely-working system I need to fix.
Can anyone please offer input on what might be going on with this system? And perhaps offer suggestions for straightening out the mess?
Thanks,
James
Last edited by jamtat (2012-11-02 23:55:10)

Ok. So I'm officially dumb--in case that wasn't already apparent. I thought I'd tried upgrading glibc after I'd deleted the symlink to /usr/lib/modules (I deleted it a couple of times). But I was apparently wrong: after just now deleting it upon reading your post, I see that the upgrade has worked and that  the system reboots into its former normal state. So. it looks like it's fixed and like this thread can be marked solved. Still I'm curious: will mkinitcpio continue looking for modules in /lib?
Thanks,
James
Last edited by jamtat (2012-11-03 16:22:09)

Similar Messages

  • Need help recovering from a BIOS upgrade failure

    I was helping someone with their laptop and it was not responding well so I decided to reboot the system (user normally puts it to sleep).  Screen went black after reboot, no BIOS screen or blacklight.  I connected an external monitor and was able to see everything fine.  Did some research in the knowledge base and found the following article which suggests making sure you are running the latest BIOS. 
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01997899&tmp_task=solveCategory&cc=us&dlc=en&lc...
    "As a final action, if there is an image on the external monitor and you have installed the latest BIOS, updated CPU chips set, and updated graphics drivers but the notebook display remains black, the LCD may be defective. It may be necessary to contact HP for technical assistance or send the notebook for service to replace the display."
    Seeing that it was running an older version I decided to update it. 
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-89419-1&cc=us&dlc=en&lc=en&...
    Watched the update (it mentioned that it was backing up the old bios) and when it had flashed the 16 blocks the external monitor went black (not sure if it was rebooting) and nothing happened.  Waited over 10 minutes figuring it was doing something.  Turned off the laptop and turned it back on again and the only thing that happens is the caps lock light blinks with no pause.  Num lock light is on solid.  Also it will not power up without the battery installed.
    Here are the specs:
    HP Pavilion dv9580us
    Product# GA334UA
    Windows Vista 32 bit
    Original BIOS version F.09
    Updated BIOS to version F.5  using SP48024
    I have looked at various articles like the following but not sure if they apply to this model. 
    http://h30434.www3.hp.com/t5/Notebook-Lockups-Freezes-Hangs/Fixing-A-laptop-which-had-had-a-bad-BIOS...
    Tried connecting a USB floppy drive and holding the "Windows"+"B" or "FN"+"B" or the 4 arrow keys and it doesn't try to access the floppy drive.
    What I am hoping for is that someone from HP can tell me what is required to do a bios recovery for this model which was manufactered in 2007.  There is not a "HP_Tools" partition. 
    Can I do a recovery with only the external monitor working?
    Do I need to use a USB drive or floppy?
    With only the BIOS software (link above) how do I extract the files for the USB drive or floppy?
    Any help is much appreciated.  God Bless,
    John

    i was wondering what you meant with "label file". an alias.
    but it's a bit strange. the "send registration" alias points to a document called Send Registration.setup which in turn is executed by Setup Assistent.app. the alias and the document are 4KB in size each. the app about 45MB. it's just a simple app, that asks for your personal data, like name, adresse, e-mail and so on, to register them with apple, if you choose to do so. no way that it suddenly mutates to 15GB.
    and indeed, deleting the alias would have no effect on the system. so i strongly assume you've deleted something else accidentally.
    fire wire target mode. yes.
    start the macbook pro. connect it via fire wire cable to your macbook. then boot the macbook while holding down the "T" key. the macbook should now show a big fire wire drive icon on it's grey bootscreen. on the macbook pro the internal drive of your macbook will now show up as a mounted firewire drive like an external hard drive. you can then access it from the macbook pro to copy your data from it onto the macbook pro or another external harddrive connected to it.
    after that you can dismount the drive and power your macbook down. insert the install dvd, that came with the macbook and hold "C" key while booting it up again. it should now boot from the dvd and open the os x installer. select your language and reinstall the system.

  • Need help recovering from a crash

    Hello, all
    My macbook has stopped booting. It began when I saw a message reporting shortage of free space on the hdd. I checked and there was as low as 6Gb of free space, and the mdwork process was eating lots of CPU time. I found an enormously huge label file weighting 15Gb and moved it into Trash bin, which took several minutes.
    But when I started emptying the Trash bin the system became very slow. Some time later, the Trash bin still being emptied, I found out that all the labels on the Desktop pointed to my Desktop directory, not to specific files in the Applications directory, and didn't work, and starting programms from the Dock didn't make them visible otherwise than by a highlighted dock icon. I couldn't switch to them using Cmd-Tab either because the list was showing only Finder.
    Dragging a file onto the Desktop produced a message that I could do it but didn't have permissions to see the result.
    After about ten minutes there had been no progress. Judging by the buzz of the fan the CPU was heavily loaded, the Trash bin was still being emptied. I tried force-quitiing the processes in order to restart, but it said it failed to quit the TextEdit application that was by the time open. So nothing left for me to do but to turn the Macbook off using the Power button.
    It never started up well again, always stopping at the gray screen with a circular activity indicator on it moving and the Fan whining loudly. I have tried booting in Safe mode and resetting the NVRAM, but in vain.
    Could you please help me get it back to work?
    Thanks in advance,
    Anton

    i was wondering what you meant with "label file". an alias.
    but it's a bit strange. the "send registration" alias points to a document called Send Registration.setup which in turn is executed by Setup Assistent.app. the alias and the document are 4KB in size each. the app about 45MB. it's just a simple app, that asks for your personal data, like name, adresse, e-mail and so on, to register them with apple, if you choose to do so. no way that it suddenly mutates to 15GB.
    and indeed, deleting the alias would have no effect on the system. so i strongly assume you've deleted something else accidentally.
    fire wire target mode. yes.
    start the macbook pro. connect it via fire wire cable to your macbook. then boot the macbook while holding down the "T" key. the macbook should now show a big fire wire drive icon on it's grey bootscreen. on the macbook pro the internal drive of your macbook will now show up as a mounted firewire drive like an external hard drive. you can then access it from the macbook pro to copy your data from it onto the macbook pro or another external harddrive connected to it.
    after that you can dismount the drive and power your macbook down. insert the install dvd, that came with the macbook and hold "C" key while booting it up again. it should now boot from the dvd and open the os x installer. select your language and reinstall the system.

  • Replaced hard drive in compaq presario cq62, need help recovering it with out disks

    Recently replaced the hard drive in my notebook due to failure of original.  Need help recovering it without disks

    If you are wanting to install the original copy of Windows it came with, you will need a set of recovery disks.
    Otherwise, you can purchase a copy of Windows to install and download the appropriate drivers from http://goo.gl/hOm3. Just make sure the copy of Windows that is installed is at least the same family of Windows to ensure that drivers are available.
    What is the exact model of the notebook and product number?
    NOTE: Do not provide the serial number.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • *** Need help recovering music on iPod/iTunes ***

    * Need help recovering music on iPod/iTunes *
    I bought my iPod 30G when it first came out back in the day. With the protective case it looks like a Walkman, if you know what that is. The new ones are half the thickness of my old skool one. lol!
    Anyway, years ago I accidently uploaded a virus in both my PC and laptop. Yeah, real *******. Well, the person who restored my computers couldn't save my music. I still have the iPod but my library on iTunes is gone. If I try to update my iPod in either computer it will erase every song I have on it and only upload the songs/album I'm trying to add. I'm told that this is something Apple did to prevent file sharing, blah, blah, blah...
    Does anyone know a way around it? I keep buying CDs just not able to load them into my iPod thru iTunes.

    Hello yourantihero,
    And welcome to Apple Discussions!
    There are several ways you can pull the music off your iPod and onto iTunes. The first link below provides step-by-step instructions for the direct method if you have a PC as well as a few third party applications (for both the Mac and PC) if you choose to go that route instead. You can also do a simple Google search for "copy music from iPod to computer" and you should receive a number of sites that can help you out.
    Just make sure that when you have your iPod plugged into your computer, that you don't hit "Erase and Sync" before completing the task of copying your music over.
    Also, if you have any purchased music, you will probably have to re-authorize your computer by heading to the Store drop down menu and choosing "Authorize computer."
    [5 Ways to Copy Music OFF your iPod and onto iTunes|http://www.metaphoriclabs.com/articles/5-ways-to-copy-music-off-your-ipo d-windows-mac-os-x>
    Here are a few more helpful sites.
    [Copying Content from your iPod to your Computer - The Definitive Guide|http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipo d-to-computer]
    Or
    [How to copy songs your iPod to your PC|http://lifehacker.com/software/ipod/how-to-copy-songs-from-your-ipod-to-your -pc-105256.php]
    Also, here is an article for the direct method that is for both Windows Vista and XP.
    http://ipodtips-tricks.blogspot.com/2008/10/howto-transfer-music-from-ipodto-itu nes.html
    Hope this helps.
    B-rock

  • Need help getting from 10.5.8 to 10.6.

    need help getting from 10.5.8 to 10.6.  i know i'm late to the game!

    If you are not sure of what you are doing,If you are worried about losing anything when doing a major systems upgrade/update,
    Before embarking on a major OS upgrade, it would be wise, advisable and very prudent if you backup your current system to an external connected and Mac formatted Flash drive OR externally connected USB, Thunderbolt or FireWire 800, Mac formatted hard drive. Then, use either OS X Time Machine app to backup your entire system to the external drive OR purchase, install and use a data cloning app, like CarbonCopyCloner or SuperDuper, to make an exact and bootable copy (clone) of your entire Mac's internal hard drive. This step is really needed in case something goes wrong with the install of the new OS or you simply do not like the new OS, you have a very easy way/procedure to return your Mac to its former working state.
    Older version of CarbonCopyCloner found here.
    http://mac.filehorse.com/download-carbon-copy-cloner/2734/
    Older versions of SuperDuper can be found on the SuperDuper Website and Homepage.
    http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
    Then, determine if your Mac meets ALL minimum system install requirements.
    Mac OS X v10.6 Snow Leopard system requirements
    Purchased Installer disc here.
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    To install Snow Leopard for the first time, you must have a Mac with:
    An Intel processor
    An internal or external DVD drive, or DVD or CD Sharing
    At least 1 GB of RAM (additional RAM is recommended)
    A built-in display or a display connected to an Apple-supplied video card supported by your computer
    At least 5 GB of disk space available, or 7 GB of disk space if you install the developer tools.
    In addition, see this discussion for more relevant info that you may need if you have any other questions or issues.
    Snow Leopard upgrade - keeps Photoshop?

  • I need help installing InDesign CS6 upgrade

    I need help installing InDesign CS6 upgrade because on this new computer I cannot install the version that it was upgraded from.

    Stevel18 you can install the upgrade to Creative Suite 6 directly.  During the installation process you will be asked to enter the serial number of the product which qualifies you to own the upgrade.

  • I have lost the use of my extension pannels, and need help recovering the use. I get a message that extensions failed to load. Why?

    I have lost the use of my extension pannels, and need help recovering the use. I get a message that extensions failed to load. Why?

    I've had that before when on a really slow Internet connection.

  • Need Help Recovering Hard Drive Space on Disk Utility

    I recently wanted to resize my Boot Camp hard drive partition as I did not need it to be 194 gb. In the process I screwed something up and now that space that was once my Boot Camp Partition is now "free space." My Mac Partition still says that I have 305 gb left and I am unsure how to expand this partition to get back that "grey" space. I've tried using Boot Camp Assistant, starting with Command+R after the "chime," and restoring my OSX (not completely however).
    I need help in getting back this missing space. It seems that I have looked everywhere and although people seem to have a similar issue I can't figure it out.
    Would restoring Mountain Lion completely by using a USB jump drive solve this problem? I have an external hard drive that uses Time Machine to back up my MacBook so a complete restore shouldn't be an issue.
    Any advice would be greatly appreciated!
    Thank you!
    P.S. This is what my disk utility currently looks like...

    You can try to use Boot Camp Assistant to completely remove the Windows partition but it might not work.
    Simple fact is once you setup a Windows partition you can't fool with it at all, that is unless you use some add on program specifically designed to do that on a Mac computer. If you need to resize the Windows partition you first need to use BCA and remove the partition completely and then recreate it at the new size you want and reinstall Windows.
    You might have to use Time Machine and backup your Mac partition then repartition the complete drive and then restore from that Time Machine backup. Then setup the Windows partition and reinstall Windows.

  • Need help converting from 4.0 to 2011

    hello,
    Need help converting files from 4.0 to 2011.
    thank you
    Solved!
    Go to Solution.
    Attachments:
    noise source.vi ‏73 KB
    8673D.vi ‏30 KB
    8970 FREQ.vi ‏26 KB

    attached as 8.2, which you can open
    missing some subVIs - not sure if you already have them
    Attachments:
    8673D.vi ‏13 KB
    8970 FREQ.vi ‏11 KB
    noise source.vi ‏24 KB

  • Just need help getting contacts after upgrade

    someone mentioned going to back up done before the upgrade. How do you access that? i did the back up a week ago and did another before upgrading this afternoon. I lost all my apps but was able to figure out how to get them back and it didn't involve going to a backup. The speed is quicker than before I just need help with getting my contacts back. anyone able to help me out on this matter?

    All your contacts should be in whatever PC program you have been syncing them with - Outlook 2003/2007 or Windows Address Book.
    This article describes how to set this up:
    http://support.apple.com/kb/HT1296
    If your contacts are no longer on your PC, just restore them from your most recent PC backup.

  • Need help changing from CC package to Photoshop only

    I purchased CC membership for one year in December 2013. As I hardly ever need InDesign or Illustrator, I would like to change my order to Photoshop (and Lightroom) only. I find managing my account online very confusing. Is there a number I could call? Or some other way to get rid of the software I don't need, and that I did not re-order after my one-year membership was over?

    Cancel your membership or subscription | Creative Cloud
    https://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html
    Phone support | Orders, returns exchanges
    http://helpx.adobe.com/x-productkb/global/phone-support-orders.html
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Creative Cloud support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html ( http://adobe.ly/19llvMN )

  • Please Help!  Need thumbnails from Album SE imagewell cache to help recover from HD crash

    Hello,
    I have 8 years of photos organized in Album SE. The external drive that I keep the photos on crashed in the middle of a backup operation. I lost around 1/2 of my photos. I was able to recover thousands of JPEGS from the drive with recovery software but they are simply generically named 00001.jpg, 00002,jpg, etc. through 11321.jpg and are devoid of any metadata. I have found image comparison software that can recognize duplicate images between hard drive directories (even with resizing or resolution differences). My only hope to recover my album is to somehow retrieve the thumbnails from the cache, save them by their original filenames, and then use the duplicate image finder along with some scripting to match, identify, and then rename the recovered files. I can then relink them to the album and be fully restored.
    I have gotten as far as finding the tn.4.cache file, and can get to the metadata through MS Access; but of course I have no way of getting the thumbnails out of the cache without help.
    These photos are from my toddler's first few years and I also lost many recent pictures of my 3-week old son. If anybody from Adobe or any users could provide any assistance I would greatly appreciate it.
    Thanks in advance for any assistance,
    Bill Starrs

    Jim, thanks for the information. The images that I have recovered are at 1200x1600, there are just way too many of them to sort through and they have lost their original names and metadata in recovery. My objective is to identify and rename them using a comparison tool so they are organized again; if not I have to visually sort through 11 thousand images to find the one I want.
    I have been using the image comparison software to try to eliminate duplicate images from my recovery. It has proven successful at matching up 1200x1600 originals with 56x75 thumbnail files of the same images.
    Yes, if I screen capture, crop, and save each missing image I can rebuild my collection either as 300x400 images or link them back through comparison to 1200x1600, but there are thousands of these. I can't capture, crop, save, and rename thousands of files. The frustrating thing is that work is already done for me in the image cache. Are there no Adobe people browsing these groups that could cut me some slack?
    Thanks,
    Bill

  • Need help recovering data from an Xsan volume

    Ok, let me preface this by saying that I've never used Xsan, so I'm not sure if I'm using the terminology correctly. Feel free to correct me or point me in the right direction so that I may provide better clarification.
    I've got a new client who has  about 5 tb of data locked up in a Netgear ReadyNAS that was set up as an Xsan device on a Mac Pro Server running Lion Server 10.7.4. This was set up by a previous IT services company, and we were preparing to move all of their data to a regular RAID NAS device (there is no use for an Xsan in this office environment) and initiate backup solutions. However, several days ago, the server's boot volume crashed fatally and could not be recovered. There was no backup of the boot volume, so we had to start again from scratch. Since reinstalling Lion Server on the Mac Pro, we have been unable to retrieve the data off of the Netgear ReadyNAS.
    There is no backup of the data on the drive, so we're treating this with kid-golves as far as our approach. So far we've tired connectng to the NAS, but are only seeing a couple of shares that don't appear to hold any data. We've been on the phone with Apple's Enterprise Support Group, and been escalated up to the point of having to pay for higher-end supporty. At that point, we phoned Netgear Support to see what they could offer. They're kindly looking into it over the weekend by logging in remotely, but I'm here to ask if there's anyone here who might have experience with a smilar siuation.
    I've been really hesitant to try and connect to the drive with Xsan Admin, as I want to ensure that nothing gets deleted. Does anyone have a suggestion as to something we might try to get at this data? It seems like it would be a simple matter of connecting to the drive, but that's proving to not be the case.

    I read this and began to shake.  You should track down the solution provider and choke them.
    I hate to be the one to tell you, but based on your post, the data is likely lost forever and this is for many reasons. 
    First, you do not describe the presence of a meta data backup.  This is mistake number 1 of whoever set this solution up.  Deploying an Xsan with a single controller is foolish at best, negligent at worst.  Without it, you have no replication of the volume config information.  Are there SAN clients in this scendario or was there just the controller and folders reshared over file services?
    Next, you mention the boot volume failed with no backup.  Based on this description, it sounds like the boot volume was not a mirror boot so all data was on one platter.  The failure of that platter means the failure of everything.  Your only recourse here is to send the drive out to a drive recovery service or attempt a controller board swap (fingers crossed it is just the controller that failed).  With some luck they can recover enough of the drive to allow you to sticth this together.  This is mistake number 2.
    Next, the files that you REALLY need, /Library/FileSystems/Xsan/*, were never backed up.  With the loss of the boot volume, these files are now not available.  If the Xsan config files were present you could, in theory, stitch together a new controller and resurrect that volume.
    And finally, you do not describe a backup solution for the San volume.  Cry....
    I am sorry for your loss.  If there are more details or the conditions are better than you describe, reply.  Otherwise, bite the bullet and get that drive out to a data recovery service and pray.

  • Need help recovering .dmg files from an accidentally reformatted external hard drive

    Help?
    I went to make a copy of an important drive and accidentally re-formatted it (re-formatted mac journaled, originally mac journaled).  The drive contained a bunch of important disk image files which I need to retrieve whole. I'm fairly confident that the files are still there and only the  table information got overwritten, as the re-format took about 30 seconds.  None of the  recovery software I've seen however, can retrieve .dmg files, or such large files (these are up to 32 gb each in size).
    Any suggestions on how I can retrieve these disk image files?
    -F

    Here is a selection of some data recovery products, in case it includes one you have not yet researched:
    http://www.prosofteng.com/products/data_rescue.php
    http://www.macintosh-data-recovery.com/
    http://subrosasoft.com/software/filesalvage

Maybe you are looking for