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.

Similar Messages

  • 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 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)

  • 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 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

  • 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? ----------------↓

  • I need help with these two crash IDs nsStyleContext::FindChildWithRules(nsIAtom const*, nsRuleNode*) and DFusionWebPlugin@0x86b5

    I need help with these two crashes...
    PL_DHashTableOperate | GCGraphBuilder::NoteRoot(unsigned int, void*, nsCycleCollectionParticipant*)
    DFusionWebPlugin@0x86b5
    The first one happened a couple of days ago, a few times and not on any specific website.
    The second one only happens on the site below.

    The second one indicates a problem with the DFusionWebPlugin that shows in your More system details list.
    # D'Fusion Web Plug-In for Safari 64 bits (3.00.13774.0)
    # D'Fusion Web Plug-In (3.00.13774.0)
    What you posted are crash signatures.<br />
    It might help if you post the actual crash IDs (bp-xxxxxxxx-xxxxxxxxx-xxxx-xxxxxxxxxxxx).<br />
    You can find the IDs of the submitted crash reports on the <i>about:crashes</i> page.
    See http://kb.mozillazine.org/Breakpad (Mozilla Crash Reporter)

  • 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 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?

  • 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 msi 945pl neo crashed within 3 months use

    need help. my mobo doesnot start, no post, no beep. 
    1.main board 945pl neo(MS-7236)
    2.video card: msi RX300HM TD128E
    3.CPU Type: pentium 4 3Ghz (531)
    4.Memory Type:512mb ddr2 533 kingston
    5.Power Supply Type:generic 500W
    6.Operating System:windows xp
    Just a bit of history, when i first bought and assembled the unit(brand new) it was working fine for about 5 times used, then the next time i used a message window appear informing "a problem has been detected and window has been shut down
    to prevent damage" and before i can restart my unit i have to reset first the bios.. i encounter the same problem about 3 times..
    Then just about a week ago (about 3 months after i bought it)while working on a MSWORD only the same message appear with additional info which state that :
    1... be sure to if uhave adequate space... try changing video adapters
    2. check your hardware vendor for any bios updates.....
    3. tech/info
    stop 0X0000008E(0XC0000005, 0XBF87C5C8, 0XF8834C80, 0X00000000
    win32k-sys- add BF87C5C8 base at BF8000001,
    date stamp 41107F79
    then a blue screen appear
    which has an info of:
    Beginning dump of physical memory
    Physiscal memory dump complete
    Contact your system admin. or tech support group
     since then i cannot open my computer, there is NO Beep sound, no post, but the power Led is on and the HDD led goes On for the moment then goes out... same with the cdrom drive its spin for a moment, i can feel also the harddisk is spinning.
    i check the power supply, memory. video cards and harddisk with another computer(mobo) and its working just fine which led me to the conclusion that it is my MOBO that has the problem. Can this problem associated with the Bios (by the way i never update my bios and my computer is not connected to the net). What should i do?? What is the possible cause of this problem??

    Quote from: Hans on 24-January-07, 17:45:18
    Hi!
    This stop error can have more then one cause.
    Please view the microsoft knowledge base for more info, like this article:
    - http://support.microsoft.com/kb/834450
    Your specific error code is not in the base, but you can try searching for "stop 0X0000008E in win32k.sys".
    Start by clearing CMOS using the jumper or reset button on your board. Please disconnect your pc from AC power first.
    Please make sure that Service Pack 2 for Windows XP is installed on your system. If not, install it (if possible of course).
    Please check your memory using Memtest86 .
    Please try booting from CD or from diskette (the memtest diskette is bootable by itself).
    If the system will not boot after you tried this, please try starting barebone:
    - Take out all your hardware, including the mainboard and lay it on a piece of cardboard;
    - Leave the CPU where it is;
    - Install only one dimm, your videocard and one hard disk (and your power supply) and try to start the system. You can use a flat screwdriver to connect the two power pins that normally go to your power switch.
    If the system still will not boot, try another video card.
    hello!
    i'll already tried the list you suggested, and still nothing happened, again there are no beep, no post. only the power  led that lit and the fan that is spinning. reinstalling the OS seem impossible coz its not even booting... i'll test all my other hardware with another computer and they are working well...

  • 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

  • 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 )

  • How to recover from a Crash

    Hi,
      I had the misfortune yesterday of having my OS X Lion operating system have a complete meltdown and become unrecoverable.  Luckily, I had a time machine backup from the previous evening, so the sequence went something like this:
    Boot with Command-R option to bring up the recovery options, selected recovery from time machine
    Wait approx 2 hours....
    All back - or is it???
    Aperture's library is not backed up by Time Machine (I'm using referenced, so the images are fine).  Luckily, I have a vault...
    Point Aperture to the Vault
    Recover recover recover.... waiting waiting....
    Finished!
    But wait!  All the images now have a red stripe icon at the bottom right.  Blast - I now have to locate referenced files.  It appears that Aperture lost the links or doesn't recognise the locations because of the complete wipe and recover from backup
    Locate referenced files, find a match, "Reconnect All".  Done.
    OH noes....  some didn't appear to reconnect.  Checking - aha!  THe vault is a couple of months old, and I did a big cull of useless images after updating the vault - the remaining unconnected images can safely be deleted from Aperture as they no longer exist.
    Now to re-do the processing of the 30 images I was working on last night...  (sigh...)
    Lessons Learned:
    1.  Make sure Time Machine is working
    2.  Update your Vault regularly onto an external hard disk

    I seem to recall that it was a recommended approach to stop huge Time Machine updates every time you touched Aperture.
    Time machine now makes incremental backups of the Aperture Library - unless the library is in use by Aperture while Time Machine is running. It suffices to quit Aperture before backing up. That is what I do on my MBP.
    Something else to note for the record:  when you do a recovery and reinstall from Time Machine, Aperture perceives your reconstructed boot volume as a new volume, even though it has the same name and everything.
    Exactly, but thankfully reconnecting is easy.
    To restore a system I usually restore from a bootable clone. I regularly clone the system as a secondary backup.
    Cheers
    Léonie

  • 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.

Maybe you are looking for

  • Installation of SAP Dialog Instance on Window for SAP R/3 46C

    I am getting following error Info: R3SAPSYSTEMSERVICE_NT_IND SyCoprocessCreate 2 1002 Creating coprocess E:\usr\sap\DQ1\D10\exe\SAPSTARTSRV.EXE ... Info: R3SAPSYSTEMSERVICE_NT_IND ExecuteDo 2 1002 Test call to Service failed: 80070006 E_HANDLE: The h

  • How do I combine two projects?

    I have two students who are working on different machines and cutting together their own project (they each have the same clips are their own laptops). I am on a third computer (and also have the same clips and we are all on the same network) and I w

  • Build.xml deployment

    I would like to replicate the action of JDeveloper compiling and deploying a given process to a remote BPEL PM Server. When I establish the BPELPM server connection in jdev, I just specify the host/port and I'm prompted for password and domain at dep

  • HELP! Adobe PS Editor has stopped working

    I just installed Adobe PS Elements 7 and I immediately get the following message when trying to edit , organize photos: Adobe PS Editor has stopped working. I have tried a few things I noticed on web but nothing has worked :(

  • Web services certificate not found every time login using PIN

    I have problem when signin using CX600. Every time i sign out and sign in again, i got error " certificate web services cannot be found". So i must connect the USB cable from CX600 to PC anbd login from PC, then i can login succesful. Anyone can shar