Windows 7 has no notification of RAID failure?

This is a repost of this thread: http://social.technet.microsoft.com/Forums/en-US/w7itprogeneral/thread/a77c6445-e504-4394-a945-7a6c096e0871 
Per Technet, being a subscriber guarantees me a response from a Microsoft Engineer within two business days, but the previous thread was not answered satisfactorily, and now Microsoft seems to be ignoring it.  Since my previous thread went unresolved
and this is of critical importance, I chose to repost this and get a real answer from Microsoft.
Having Software RAID as a built-in option seems like a great idea. Hard disks are notoriously unreliable, and they carry the most important part of our technological world: our data. Being able to easily build a software RAID from two cheap 1TB drives gives
me so much piece of mind ... or does it?
I've noticed my software RAID seems to be periodically losing sync.* This is worrisome (maybe a drive is failing?) but not nearly as worrisome as HOW I noticed it. For some reason, after cruising along smoothly for several months with my RAID 1, I decided
to check on its status in Computer Management -> Disk Management. And, oh nos! there was my software RAID with a Failed Redundancy Error. I had to "Reactivate Disk" and it started resynching. I decided to check again every so often and everything was fine
again for a while until I lost synch again.
Again, my losing synch is not the point of this post. My point is why was there NO NOTIFICATION of my synchronization loss? I have NO IDEA how long my drives had lost synchronization before I stumbled upon that fact the first time. What is the point of software
RAID if Windows does not inform you that it has failed? I could lose one drive, go cruising along for months thinking I'm fine, then lose the other drive and POW! I'm left with nothing due to a false sense of security (please no lectures on RAID being for
reducing downtime and not for use as a backup solution - I KNOW).
I just had another loss of synchronization, and I checked around to see if I had been notified anywhere else (the Action Center seems like it could be a good candidate for this). Finding nothing, I've come here to post my concerns.
But in order to maintain my required level of uptime, I need to KNOW when a drive has failed redundancy so I can correct the situation (by replacing the drive or other). Where is the notification that I am running on only one drive?
Update: In the previous thread, it was suggested I use the Windows Task Scheduler to make my own custom notification based on RAID failure events in the Event Viewer.  After investigating this unnecessarily obtuse (but usable) solution, it was found
that Windows 7 does not generate any events for RAID synchronization failures.  This is astounding.  What I really want is graphical, e-mail, and event notification of a drive failure.  I will take just an event.  I find it amazing that
the new "Action Center" thinks it is important enough to tell me that my Flash player has a problem, but can't let me know that a drive is failing.  This seems like the perfect job for an OS notification system: to warn you when the feces is about to
impact the ventilator.
*Update: the disk in question ended up dying completely and was replaced under warranty with no problems and the machine is now happily cruising along with 2 working and synchronized hard drives once again.  I would have never noticed I had a failed
hard drive if I didn't check on my own.

This is another Kludge that works on Windows 7
Microsoft Sysinternals has the BGInfo tool, which you can add vbscripts to generate additional data that gets included in the display.
For example:
Fields
- Custom - New - 'MyRAID'
* VB Script file
Path: C:\raidchk.vbs
The contents of raidchk.vbs are below and belong to three websites, put together.
Site A. provided the idea for a vbscript to parse the diskpart.exe info
Site B. provided a better script that produced wscript messages
Site C. explained the wscript object was not available in VB script and to use Createobject instead
Once the script is generating output, adding it to the BGInfo configuration display is as easy as adding the line:
MyRAID:   <MyRAID>
The output of the script gets substituted into the display field.
An improvement would be to WinTask schedule it to periodically update it. The length of the message output will dynamically "shift" the display front an center when a major event happens. The Vbscript could also include a. email, b. eventlogger,
c. whistles and bells audio.. ect..
The reason the information is so hard to get at appears to be because VDS is a COM object based service, which brokers a user tool connection to vendor raid COM interface. There is no native wmi provider that will subscribe to the Microsoft RAID notifications
and provide status information, let alone bind to a notification service like email or eventx. diskpart or dmadmin are the limits provided.
But it almost looks like something Powershell could handle.
VDS Under PowerShell - a hint that it could be done
Some references that the information is readily available:
Volume Object- Mirror is a type of volume to VDS
VDS_VOLUME_PROP structure - a VDS volume has a status structure
status - A
VDS_VOLUME_STATUS enumeration value that specifies the status of the volume.
health - A
VDS_HEALTH enumeration value that specifies the health state of the volume.
TransitionState - A
VDS_TRANSITION_STATE enumeration value that specifies the transition state of the volume.
VDS_VOLUME_NOTIFICATION structure - a VDS volume
An application can receive volume events by implementing the
IVdsAdviseSink interface and passing the interface pointer as an argument to the
IVdsService::Advise method.
To get the volume object, use the
IVdsService::GetObject method. You can then use the
IVdsVolume::GetProperties method or the
IVdsVolume2::GetProperties2 method to get the volume properties.
VDS Notifications
I say that without looking around very much. The recommended language for implementing a provider are C/C++ ect.. although I've never heard of a VB script wmi provider.. I think there would be data type language problems. Thus we are left with polling
as with most scripting, or some sort of event trigger like a eventx alert that will run a script as needed. The Advanced XMLconfig for Windows Task Scheduler in Win 7/2008 is quite advanced and has a fine degree of control for matching events if there are
events being logged by the VDS service with actual source data.
VDS is on the way out, the COM interface is deprecated and will not support storage spaces, likewise the API and tools for Storage Spaces will not support VDS. This is a "take a leap of faith" moment.
I tend to prefer to wait a year or two before trusting my data to the effort.
As for Software vs Intel ICH vs dedicated HBA ?
I'm interested at a low level for personal use, something easy and reliable beyond Tape backup or any system that requires me to perform an action, or allocate huge amounts of reduced performance time to feed the Tapes, feed the Backup service.. ect.
I have tried every variation possible and come to the conclusion that at one time Hardware raid made sense on an enterprise level. But never the consumer. The RAID built into the motherboard tends to stay with the motherboard if that dies. Ditto with the
HBA and its impossible trying to source a compatible HBA a season or two after the latest greatest hardware release. A long term available HBA is going to cost lots of money, because they have no other way to make back the money they could have made by releasing
more new product, or to pay for the space to store the inventory. Ebay is not a great hardware vendor HBA sourcing plan. Tape backup and any major network backup system are too slow.
At the same time, BIOS/UEFI being what it is, trusting a bootable volume to RAID between versions from the same manufacturer or differerent manufacturers is fool hardy. There is no incentive for cross vendor bootable RAID support. So plan to burn the bootable
operating system drive, its expendable. Deliberately move the profile and data regions to either junction points or off to the mirror array. When a drive dies, replace it, when a motherboard dies replace it and reinstall the operating system. When all else
fails, import the foreign "soft" raid mirror into another operating system.. and with 2003/XP being over 13 years old and still kicking.. that trumps any hardware vendor for longevity. If W7 lasts that long.. or longer.. it will be a good run. W8/2012
are in their infancy and have a lot of testing to go through in the real world.
And for offsite replication, static archiving. There is always eSATA and an external drive that could be added to the mirror and subsequently broken. Being natively driven by the operating system I would suspect it would be reliable.. but testing is always
the best way to shore up belief.
' Lists all logical drives on the local computer which are configured for
' software RAID. Returns an %ERRORLEVEL% of 1 if any redundant drive is
' not in a "Healthy" state. Returns 0 otherwise.
' Supports Windows Vista/7, Windows 2008/R2
Option Explicit
Dim WshShell, oExec
Dim RegexParse
Dim hasError : hasError = 0
Set WshShell = CreateObject("WScript.Shell")
Set RegexParse = New RegExp
' Execute diskpart
Set oExec = WshShell.Exec("%comspec% /c echo list volume | diskpart.exe")
RegexParse.Pattern = "\s\s(Volume\s\d)\s+([A-Z])\s+(.*)\s\s(NTFS|FAT)\s+(Mirror|RAID-5)\s+(\d+)\s+(..)\s\s([A-Za-z]*\s?[A-Za-z]*)(\s\s)*.*"
While Not oExec.StdOut.AtEndOfStream
Dim regexMatches
Dim Volume, Drive, Description, Redundancy, RaidStatus
Dim CurrentLine : CurrentLine = oExec.StdOut.ReadLine
Set regexMatches = RegexParse.Execute(CurrentLine)
If (regexMatches.Count > 0) Then
Dim match
Set match = regexMatches(0)
If match.SubMatches.Count >= 8 Then
Volume = match.SubMatches(0)
Drive = match.SubMatches(1)
Description = Trim(match.SubMatches(2))
Redundancy = match.SubMatches(4)
RaidStatus = Trim(match.SubMatches(7))
End If
If RaidStatus <> "Healthy" Then
hasError = 1
Echo "**WARNING** "
End If
Echo "Status of " & Redundancy & " " & Drive & ": (" & Description & ") is """ & RaidStatus & """"
End If
Wend
If (hasError) Then
Echo ""
Echo "WARNING: One or more redundant drives are not in a ""Healthy"" state!"
End If
'WScript.Quit(hasError)
-- John Willis

Similar Messages

  • [repo_proxy 13] SessionFacade::openSessionLogon with user info has failed(Transport error: Communication failure.

    Post Author: LeeCUK
    CA Forum: Authentication
    I have installed Enterprise XIR2 onto a Windows 2003 server and all services are running.I have installed the client on another windows 2003 server and I can connect to the console via the web.
    Firstly desktop intel would not work and gave me the error below, however a new entry appeared in my server dropdown with servername (.Net Portal) and after selecting this Desktop intell worked.
    When I try to run designer I dont get the extra server in the dropdown nor does it connect when tryped manually and gives me the same error I was getting for desktop intel.
    Im using enterprise authentication
    Has anyone figured this out please?
    The error im getting is below&#91;repo_proxy 13&#93; SessionFacade::openSessionLogon with user info has failed(Transport error: Communication failure.(hr=#0x80042a01)

    Post Author: jsanzone
    CA Forum: Authentication
    LeeCUK:
    The &#91;repo_proxy 13&#93; error seems to be a catch-all for BO in that I've worked with this software (XI R2) for 1 1/2 years now and each time I've encountered &#91;repo_proxy 13&#93; it has been for a different reason, thus, you're going to have to apply troubleshooting checks all over the place until you find the problem. In my particular case I just resolved my &#91;repo_proxy 13&#93; error I've been working on this week, and here was my scenario.  Our server in the lab died due to a hard drive failure, so we cut our losses and installed a new & more powerful server.  When the rebuild was done I could not connect from my laptop to the repository via Designer (good old &#91;repo_proxy 13&#93; error).  After much angst, etc, etc I found out that the servers in the CMC (/businessobjects/enterprise115/admin/en/admin.cwrwere"&gt;http://<server>/businessobjects/enterprise115/admin/en/admin.cwrwere) were all down except for one (even though CCM showed all servers "up").  When I went to start the servers in the CMC I was prompted for an account, and no matter what account I tried it won't work.  So I went back to the CCM servers and stopped them all, then changed the default account it was using from LocalSystem to the administrator account, restarted all servers in CCM, went back to CMC and noted that all servers were now up as well.  Then I went back to my laptop and used Designer and was able to successfully log in.  Thus, the end of my story, however, it seems that many &#91;repo_proxy 13&#93; errors have different beginning and endings.  For instance, a year ago I had the same &#91;repo_proxy 13&#93; error and brought it to BO tech support.  They determined that I had to uninstall my client from my laptop, clean out the registry for any references to BO keys, and remove the c:\program files \Business Objects  folder, then reinstall, and sure enough it worked in that case, but not in this case when I tried it again.  By digging deeper I found out the root cause to my current problem, and voila, I'm in!
    Good luck!

  • Ambiguous RAID failure

    Early 2008 Mac Pro with Apple RAID card and 4 x 1TB drives installed.
    I've had yet another RAID failure on my system (it's happened several times before) but this time the diaganostic is ambiguous and I need to make absolutely sure what's happened before I try to recover from it.
    Overnight the RAID Utility log reported that Drive 3 had failed, that Raid Set RS1 was now degraded, and that there was no spare available for rebuild.
    When I look now in RAID Utility at the status of the drives and of the array, all four drives show "green" (SMART: Verified and Status: Good), and Raid Set RS1 is "Viable (Degraded)".  But it shows the drives in Bays 2, 3, 4 as "Assigned" to Raid Set RS1, while the drive in Bay is not: it shows as "Roaming".
    I'm fairly sure that one of the drives actually is problematic, because I've been having increasingly frequent episodes of freezing and non-responsiveness on the system (spinning beachball).  In the past couple of days it got so bad that it was difficult to do anything at all following a restart; the freeze/beachball happened very soon after.  I remember now that I had exactly this symptom in the past, just prior to a drive failure that RAID Utility reported.
    So I guess I need to replace one of the drives, mark it as "Spare" in RAID Utility, and let the array rebuild.
    But WHICH drive should I replace?  The log says that Drive 3 failed (I'm assuming that "Drive 3" is the drive in "Bay 3"), but now that drive shows as "good"--as do all four drives.  It's Drive 1 (i.e. the drive in Bay 1) that's been taken out of the array; drives 2, 3, and 4 are in Raid Set RS1.  Is that a red herring?  Is it possible that Drive 1 is bad even though the report was about Drive 3?  (Drive 1 is the only drive that has never been replaced at any time in the four years since I got this system.)
    I think/fear that if I replace Drive 3, I'll blow away the array.
    So it seems to me that I should rebuild the array by marking Drive 1 as spare (since it's the only drive that's unassigned), wait for it to complete, and then replace Drive 3 and rebuild again.  Or maybe I should just replace Drive 1 pre-emptively.
    I don't know, but it takes a full 72 hours for the re-build to complete, a nerve-wracking time because throughout it the system is vulnerable to a second drive failure, so I would prefer not to have to do it multiple times.
    Can someone please tell me in detail what the safest/most correct way is to proceed in order to recover from this?
    Thanks.

    Thanks, but it doesn't seem to be related to swapping/paging or to CPU usage by a runaway process.  The system always seems to have plenty of RAM (18 GB is installed) and neither Activity Monitor nor iStat Menus ever seem to show anything obviously suspicious (nor does "top" when I run that),  No swapping, no processes consuming all the CPU (also, it's an 8-core machine).
    What typically happens is that the system will seem fine, but then running a new command, or (e.g.) asking my IMAP client to move some files, provokes a hang: everything locks up, spinning beachball, etc.  Sometimes this is preceded by an obvious degradation in performance, but sometimes not.
    It "feels" disk-related and in the past I had similar symptoms preceding a disk failure (as I did before replacing the drive a few days ago).  But I can't see anything relevant in the log files, and in the past, when a disk failed, I didn't see clear evidence of this in the logs until RAID Utility declared the failure--nothing previous to that.
    Is there some way to increase the verbosity of the disk-related logging?  If a disk really is problematic, even if the problems are recoverable after retries, you'd think that would be detectable by the system and that it could be logged.
    The only other things I can think of trying right now are either: (1) replacing the remaining drives in the RAID Array one by one, starting with the drive in Bay 3 (because of the earlier ambiguity), and/or (2) disconnecting as much as possible from the system and seeing if it becomes more stable in that configuration.  Though I've already mostly done (2) without any obvious improvement,

  • Satellite L305D-S5892 - Windows has encountered a problem

    Hello,
    I have a I have a Toshiba-L305D-S5892
    With Vista Home Prem. 32
    I have a few problems and am currently stuck.
    Each Probelm listed below, is a problem I encountered after following some proper steps.
    *The 1st Problem*
    Just a few hours ago my screen was frozen right after I tried to install this microsoft codec, so the only option I had was to do a hard reset.
    When my computer turned back on, I got this message:
    Windows has encountered a problem communicating with a device connected to your computer.
    This error can be cause by unplugging a removable storage device such as an external usb drive while the device is in use or by faulty hardware such as a hard drive or CD-ROM drive that is failing. Make sure any removable storage is properly connected and then restart your computer.
    If you continue to receive this error message, contact the hardware manufacturer.
    File: \Windows\system32\winload.exe
    Status: 0xc00000e9
    Info: An unexpected I/0 error has occurred.
    I didn't have any usb device or removable media in.
    I can only access my Set up Utility at start up, which has this menu: Main-Advanced-Display-Security- Boot - Exit
    *2nd Problem*
    I opened up my laptop and took out the CD/DVD+RW, booted it back up and now the I get this message:
    For Realtek RTL8101E/8102E PCI-E Ethernet Controller v1.07
    PXE-E61: Media test failure, check cable.
    PXE-M0F: Exiting PXE ROM.
    No bootable device -- insert boot disk and press any key
    *3rd Probelm*
    I downloaded the repair Cd from NEOSMART.
    Once I am at the System Recovery Options, it tells me to pick a operating system. However there is non listed. So I press load drivers, then a message tells me to insert media and select the drivers. I pres "ok", then am taken to explorer, when there are Files( all empty) and a few System files?
    I am confused....any help?

    Hello
    It is pretty complicated to communicate with you and you mix several problems so I think it is important to continue this discussion step by step.
    I
    HDD! if the HDD is not recognized and listed in BIOS settings it can be serious problem. At first it can be because of defective HDD but it can also be because of defective HDD controller. OK, HDD replacement is not so problematic and you can do this alone. I don't know which HDD you found on eBay but I recommend you to remove HDD from notebook and buy the same one. So you will be sure you have right HDD.
    If the controller is defective, you have big problem and you must contact ASP (Authorized service provider).
    II
    I don't know what NEOSMART is and what kind of image you can find there. If you don't have original recovery disc you have two options:
    -to order new one from Toshiba directly > https://backupmedia.toshiba.eu/landing.aspx > but you must pay for it
    -use Microsoft installation disc for Vista installation. All necessary drivers, tools and utilities you can download from Toshiba support page under http://eu.computers.toshiba-europe.com

  • Satellite A500-1C0 - Windows has detected a problem with HDD

    Good day,
    Notebook shows me that Windows has detected a problem with HDD. The notebook is slow and the chops. And when you turn it shows me Smart Failure predicted on hard disk 1. Toshiba MK 5055GSX - (S2). Can you help me? (Im CZ)
    http://img684.imageshack.us/img684/8434/smartm.jpg

    Hi Konyga,
    If you already get a warning about internal HDD before Windows starts I would recommend exchanging it and backup all data as fast as possible.
    Is your notebook still under warranty?
    If yes you can get a new HDD from an authorized service provider. This would be for free because its covered by warranty. Everything what you have to do is contacting an ASP.
    http://eu.computers.toshiba-europe.com > Support & Downloads > Find an ASP

  • MSI MPOWER MAX Z87 - RAID failure after BIOS update (settings reset)

    I use the integrated intel RAID controller to create a 2 disk RAID-0 6TB (2x3TB), but everytime I update the BIOS, there is a RAID failure.
    It does not matter if I use Live Update or the Update BIOS+ME option of the BIOS menu. All settings are lost, and after the boot the RAID controller is deactivated due to that. I go to BIOS right after the auto-reboot and re-enter my settings (RAID instead of AHCI), but the intel controller only sees 1 disk as a RAID member. Recovery option is not active when I enter the controller options (control+I). I always need to delete and recreate the RAID, which of course loses all data.
    Very frustrating!
    Am I doing the update wrong? I know I did it once and settings were not reset, my RAID was kept intact, but I believe it was only 1 time of 4 or 5 updates I did to my MPOWER MAX.

    Hi, thanks for trying to help!
    - I use Windows 8.1.
    - My vga does not support UEFI so I use... legacy mode? (I'm not that familiar with BIOS->UEFI yet, sorry.)
    - According to Intel RST, the RAID HDDs are on ports 2 and 3.
    - This time the update was from 1.80 to 1.90.
    1.70 to 1.80 also resulted in the same problem, but I used LiveUpdate.
    For previous updates, I don't remember but I sometimes I used LiveUpdate, sometimes the BIOS feature.
    I'm pretty sure that only once the RAID was kept intact, and I don't remember the versions or method I used, but I believe I used the BIOS method (don't know if needed BIOS+ME or not), not LiveUpdate.

  • I get an error message when trying to install windows 7 on my macbook pro. The message says "windows has encountered a problem communicating with a device connected to your computer. I don't have anything connected to my computer. How do I fix this?

    I'm trying to install windows 7 on my macbook pro. I went through the process of bootcamp telling it to install windows 7. Once the windows boot manager started an error message came up. The error message says " windows has encountered a problem communicating with a device connected to your computer. I don't have a usb connected to my computer. I  am using windows 7 professional install disc. I  can't figure out what i am doing wrong. The same message keeps coming up over and over. Am I doing something wrong or is it something else?

    Well, shucks, i just spent almost 30 minutes trying to find your model user guide to explain it better, I guess they never got around to making it.....
    I would just borrow another Windows disk and try installing it again and if it does it again then you might take it to an Apple Store and see if one of the "Genius' " can figure it out.
    Make sure your internet is enabled and click on your blank desktop and at the top of your screen is a Help menu option, enter PRAM and it should give you a list of things relating to Pram. It may take a few seconds to list anything as it has to connect to Apples severs first. It should list the things you may have to fill back in when your done.
    "P-ram" stores some common information that is used in the background, your date, time, startup disk, etc, that you don't have to re-fill when you restart, it's a little different for each computer.

  • Just purchased and installed photoshop and everytime i try to open it it says "windows has encountered a problem and must close the program" anyone else have this problem?

    I have just purchased the photography package on my windows 8 computer and everytime I open photoshop an error message pops up saying that windows has encountered a problem and needs to close the program. I am really frustrated that this is happening after I purchased this plan and would like to be able to use the product I have purchased

    +1 to Chris' assessment.
    Keep in mind that it's your responsibility to provide a problem-free working environment on your computer for Photoshop, and system software (such as display drivers) can have problems.
    Look in your Windows Event Logs (specifically, your Application Log) for the info requested above on the specific crashes.
    -Noel

  • A window has frozen on my macbook and i cant shut down my mac.

    a window has frozen on my macbook and i cant shut down my mac on system prefrences.
    is there nother way i can shut down  my mac to get rid of this window

    How to Quit an Unresponsive Application using Force Quit - http://support.apple.com/kb/ht3411.

  • I have installed the latest version of iTunes for Windows 8 but when I try to open it, it says Windows has an error and I simply can't open it any longer.  Any help is appreciated!

    I have installed the latest version of iTunes for Windows 8 but when I try to open it, it says Windows has an error and I simply can't open it any longer.  Any help is appreciated!

    Hey socestlavie,
    Thanks for the question. I understand you are experiencing issues with iTunes for Windows. The following resource may help to resolve your issue:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/TS1717
    Thanks,
    Matt M.

  • HT4972 Has anyone had issues with failure of the music player to launch after updating to OS5? My Gen 3 will no longer play music!

    Has anyone had issues with failure of the music player to launch after updating to OS5? My Gen 3 will no longer play music!

    I think a few have.
    Try the standard fixes:
    - Reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory defaults/new iPod.

  • Blue screen error "windows has recovered from a unexpected shutdown"

    Hi guys
    I am using laptop & everyday it will unexpectedly shutdown and shows Blue screen error "windows has recovered from a unexpected shutdown"...Pls help me to resolve this issue.
    Problem signature:
      Problem Event Name: BlueScreen
      OS Version: 6.1.7600.2.0.0.256.48
      Locale ID: 1033
    Additional information about the problem:
      BCCode: d1
      BCP1: 00000030
      BCP2: 00000002
      BCP3: 00000000
      BCP4: 8F2DA8A5
      OS Version: 6_1_7600
      Service Pack: 0_0
      Product: 256_1
    Files that help describe the problem:
      C:\Windows\Minidump\062614-23836-01.dmp
      C:\Users\Venkateshwara swamy\AppData\Local\Temp\WER-74552-0.sysdata.xml
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

    It could be some driver compatibility issues.
    http://msdn.microsoft.com/en-us/library/windows/hardware/ff560244(v=vs.85).aspx
     http://blogs.technet.com/b/askcore/archive/2008/11/01/how-to-debug-kernel-mode-blue-screen-crashes-for-beginners.aspx
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • HT1339 ipod not recognized by my computer, it says "Windows has stopped this device because it has reported problems. (Code 43)" please help

    please help...
    my computer is not recognizing my ipod classic gen 5. it shows the sad face then i did the basic troubleshooting until logo comes out...
    still my computer is not recognizing my ipod.. it still says "Windows has stopped this device because it has reported problems. (Code 43)"

    See here: iPod displays a sad iPod icon
    Note that it's often a good sign of a hardware issue with the iPod's hard drive meaning the iPod will need to be serviced or replaced.
    B-rock

  • I bought a new laptop with Windows 7. My computer name in Windows has changed, and now, my Ipad can't find Itunes

    I bought a new laptop with Windows 7. My computer name in Windows has changed, and now, my Ipad can't find Itunes, and Itunes can't find my Ipad. [email protected]

    Ok, if reinstalling iTunes as suggested above does not resolve the issue of iTunes recognising the iPad then try this -
    Firstly, make sure that your device is not hidden (left hand pane). If it just reads device then toggle between SHOW and HIDE.
    Secondly, try all the other ports on your computer, even a number of times.
    Thirdly, make sure your lead /connections are no faulty.
    Fourthly, if you have another computer try plugging your device into it without taking any action, give it a moment, remove it and try it back in your other computer again.
    Failing all that, see here - http://support.apple.com/kb/TS1538
    And failing all that put the device into Recovery mode. See here and note the paragraph 'If you restore from a different computer.... ' down near the bottom of the page -
    http://www.apple.com/support/ipad/assistant/itunes/
    As for making your new laptop your 'home computer' follow these instructions -
    1. Without connecting your iPad to your computer -
    A) Install iTunes / make sure the latest version of iTunes is installed.
    B) Go to the Store tab and click on "Authorise This Computer".
    C) Go to Edit, click on Preferences [iTunes and Preferences on Macs] and click on Devices. Put a check mark in the box next to "Prevent  iPods/iPhones/iPads from syncing automatically". Click OK and close iTunes.
    2.  Connect your iPad to your computer -
    A) Start iTunes (it will not start automatically because of the action at 1(C) above).
    B) Right click on your iPad under Devices in the left column. Select "Transfer purchases".
    C) When the transfer has completed, right click on your iPad again and select "Backup".
    D) When the backup has completed, left click on your iPad, click on the Apps tab, and put a check mark in the box next to "Sync Apps", and then click on "Apply" (bottom right).
    E) Unless you want to always do a manual sync (as I do), go back to Edit, Preferences [iTunes and Preferences on Macs] and uncheck the box next to "Prevent your iPod.....".
    F) Finally, on your iPad, check that everything is syncing properly. If not, go back to iTunes and check all settings.
    NB You should not lose any apps. However, any 'purchased' missing apps can be downloaded again FOC. As with updates, this must be done with the Apple ID under which they were originally 'purchased'.
    Also see here as to moving your music to your new computer -
    http://support.apple.com/kb/HT4527

  • Install windows 7 on mac pro raid

    I have just got a mac pro with raid (3 1tb drives), they are set to raid 0 and I am trying to install windows 7 64 bit, 32bit if I really have too but it will not find the drivers on the disk the mac made for the windows installation. Where do I find the drivers, and can I set up for raid 0 and have mac+windows installed?
    Dave

    Mac OS X software RAID is implemented in software that loads when the Mac OS X kernel is operational.
    Mac OS X software RAID cannot be used for Windows. If you want your Windows Boot Volume on a RAID, put it on a separate drive (which is good advice in general) and use a Windows-only RAID solution.
    Many users find that the OS (Mac or Windows) does not benefit much from RAID -- having multiple bootable backups is a better solution. For performance, having a separate Boot Volume reduces competition for the data Drives, and speeds up your computer considerably.

Maybe you are looking for

  • Camera Raw plugin for Adobe CS

    I am running Adobe CS (rather than the most recent version of Photoshop) on my PC. I need to process RAW images from my Canon 30D. Can I use Camera Raw 3.4 with my Adobe CS, even though it came out to support CS2?

  • Urgently help needs on query performance please

    HI, Eache iteration taking four seconds while execution... What could be the reason for this???? FOR tem_rec IN temp LOOP                UPDATE t_routing_operations_api SET routing= tem_rec.sub_routing      WHERE routing_id=latest_routing_id and rout

  • MapViewer - A team of newbies and definitely basic questions...

    Dear All, We are a team of programmers who are very new to MapViewer. We are an experienced team of GIS programmers, however, we find difficulty in applying known functions to MapViewer. It's a great application, but a lot of unknowns. We have very b

  • How to refresh Business Contact Manager Business Contacts with BCM database without reload outlook 2010

    I am currently working on CRM project. For that I am synchronizing CRM contacts with Outlook Business Contacts. When I modify or add  any customer in CRM system. I need to add that customer also in Business Contacts. For this purpose, I use sql trigg

  • Album 2.0 problem-missing tag

    Hope someone can help. May have lost tons of hours of work. While deleting a photo, my computer overloaded and I had to shut down the program in the middle of the deletion.  When I reopened Album, my largest group of tags and all sub-tags were missin