How to restore saved image to my SAS drive

Hi all,
I'm sure this has been discussed before but I haven't found an applicable thread yet.  
I have Windows 7 Pro on a Thinkstation S20 with a SAS drive (not a SATA drive).  I am unable to restore my drive with my backup because the SAS drive is not detected.  What is the solution for this?  Any help is much appreciated.
Thank you.
Solved!
Go to Solution.

Ok, I found this (from you, when you helped someone else) and it worked!  Woohoo!
1.  Download CDSAS09WS17.exe from the Lenovo site.  For your case, I would download it again and start completely fresh.  I downloaded directly to a USB key, and then ran the .exe from the key and extracted the contents to a folder on the key.
2.  Boot your system to the win7 install disc, run through the prompts (make sure you're not choosing upgrade).
3.  When you get to the drive selection screen, click "load driver".
4.  Point windows to where you extraced the Marvell driver files on your key.  Note that for 64 bit you should point it to the "amd64" folder.  Click OK.
5.  Allow windows to load the driver.  Once it's done, it should come up with mv64xx.inf file.  Make sure the "hide devices that are not compatible with this HW is checked".  This way only a single driver should show.  Click OK.
6.  Let windows install the driver.  Your drives should now be accessible.

Similar Messages

  • How do I import images from my hard drive without losing resolution? My original files after import are significantly smaller. What should I do?

    How do I import images from my hard drive without losing resolution? My original files after import are significantly smaller. What should I do?

    Hi Keith, and all others chiming in, I do have the correct option checked in advanced settings telling iPhoto to copy the images into the library. What is a refernced library? Perhaps this is where I am getting confused. I exported my entire photo library from an old iMac5 to my external hard drive, from there I attempted to import the entire library to my new iMac. Am I overlooking an obvious and easy way to import from the hard drive to the new iMac--I dragged the entire photo pholder from the hard drive to the open window of iPhoto on the new computer. Now, I only get preview file sizes in iPhoto, unless I have my external drive open. Perhaps I need to import the original images from the hard drive in a different way...?! (This is making me feel pretty stupid.)

  • How to close saved image?

    hi 
    I can't close the saving image after i created it. It becomes read only and  i get error  unless i exit from application when i want to create it again  i think it remains open.
    Would you help me how i can solve problem?
     ofd.Filter = "Image Files|*.jpg;*.png;*.gif;*.bmp;|All Files (*.*)|*.*"
            If ofd.ShowDialog = Windows.Forms.DialogResult.OK Then
                TextBox1.Text = ofd.FileName
                Dim img As Image = Nothing
                Dim sfilename As New System.IO.FileInfo(ofd.FileName)
                Dim yol As New FileInfo(TextBox1.Text)
                Dim f As String = System.IO.Path.GetFileNameWithoutExtension(ofd.FileName)
                Dim path As String = yol.Directory.FullName & "\" & f & yol.Extension Dim fs As FileStream = sfilename.OpenRead()
    Dim outputStream As Stream = New MemoryStream()
    AddWatermark(fs, TextBox2.Text, outputStream)
    fs.Close()
    sfilename.Delete()
    img = Image.FromStream(outputStream)
    Using savingImage As New Bitmap(img.Width, img.Height, img.PixelFormat)
    Using g As Graphics = Graphics.FromImage(savingImage)
    g.DrawImage(img, New Point(0, 0))
    End Using
    savingImage.Save(path, ImageFormat.Jpeg)
    PictureBox1.BackgroundImage = Image.FromFile(path)
    End Using
    outputStream.Close()
    img.Dispose()Public Sub AddWatermark(ByVal fs As FileStream, ByVal watermarkText As String, ByVal outputStream As Stream)
            Dim img As Image = Image.FromStream(fs)
            Dim font As New Font("Verdana", 32, FontStyle.Bold, GraphicsUnit.Pixel)
            font = FontDialog1.Font
            'Adds a transparent watermark with an 100 alpha value.
            Dim color As Color = Color.FromArgb(100, 0, 0, 0)
            'The position where to draw the watermark on the image
            Dim pt As New Point(10, 30)
            Dim sbrush As New SolidBrush(color)
            Dim gr As Graphics = Nothing
            Try
                gr = Graphics.FromImage(img)
            Catch
                ' http://support.microsoft.com/Default.aspx?id=814675
                Dim img1 As Image = img
                img = New Bitmap(img.Width, img.Height)
                gr = Graphics.FromImage(img)
                gr.DrawImage(img1, New Rectangle(0, 0, img.Width, img.Height), 0, 0, img.Width, img.Height, GraphicsUnit.Pixel)
                img1.Dispose()
            End Try
            gr.DrawString(watermarkText, font, sbrush, pt)
            gr.Dispose()
            img.Save(outputStream, ImageFormat.Jpeg)
        End Sub
                                                      

    Hi,
     Here is a small example that does the same thing as your code i believe and will overwrite the opened image with the watermarked image.  Perhaps you can arrange your code to follow these steps.
    Imports System.Drawing.Imaging
    Imports System.IO
    Public Class Form1
    Private Img As Bitmap
    Private wmFont As New Font("Verdana", 32, FontStyle.Bold, GraphicsUnit.Pixel)
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    Using ofd As New OpenFileDialog
    ofd.Filter = "Image Files|*.jpg;*.png;*.gif;*.bmp;|All Files (*.*)|*.*"
    If ofd.ShowDialog = Windows.Forms.DialogResult.OK Then
    Dim frmt As ImageFormat
    If Img IsNot Nothing Then Img.Dispose()
    Using i As New Bitmap(ofd.FileName)
    frmt = i.RawFormat
    Using g As Graphics = Graphics.FromImage(i)
    Using sb As New SolidBrush(Color.FromArgb(100, 0, 0, 0))
    g.DrawString(TextBox2.Text, wmFont, sb, New Point(10, 30))
    End Using
    End Using
    Img = New Bitmap(i)
    End Using
    Img.Save(ofd.FileName, frmt)
    If PictureBox1.Image IsNot Nothing Then PictureBox1.Image.Dispose()
    PictureBox1.Image = Img
    End If
    End Using
    End Sub
    End Class
    If you say it can`t be done then i`ll try it

  • How to restore DMG image (advanced)

    Hi guys,
    I made a backup of USB key, which comes with my Xtreamer Ultra, I needed that key for another purpose. Now I need to make a restore of this DMG. Problem is, I dont know why, I tried Disk Utility, after the scan of image, anyway I can not restore it.
    So I tried:
    2ge@[macbookpro /dev]> sudo hdiutil attach ~/Desktop/Storage\ Xtreamer\ Media.dmg -nomount
    Checksumming Master Boot Record (MBR : 0)…
            Master Boot Record (MBR : 0): verified   CRC32 $50087C4E
    Checksumming  (Apple_Free : 1)…
                        (Apple_Free : 1): verified   CRC32 $00000000
    Checksumming  (Windows_FAT_32 : 2)…
                    (Windows_FAT_32 : 2): verified   CRC32 $DAE7396C
    Checksumming  (Linux_Ext2FS : 3)…
                      (Linux_Ext2FS : 3): verified   CRC32 $B40BA82C
    Checksumming  (Apple_Free : 4)…
                        (Apple_Free : 4): verified   CRC32 $00000000
    verified   CRC32 $2D4890D1
    /dev/disk5                    FDisk_partition_scheme       
    /dev/disk5s1                  Windows_FAT_32               
    /dev/disk5s2                  Linux                         
    please help me how to restore this DMG.
    Thanks!

    Hi,
    It may be that you have inadvertantly wiped the Recovery Partition D when sanitising the drive, or it may have become corrupt.  Either way, you best option is to reinstall the OS using recovery discs as these will also re-create the Recovery Partition on the HDD.
    You can order a replacement set of Recovery Discs using the link below.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00810334&cc=us&lc=en&dlc=en
    If you have any problem with this link, order them directly from HP.
    If you live in the US, contact HP Here.
    If you are in another part of the world, start Here.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • How to prevent saving images

    Hi,
    I want to prevent users from (right click & save images) saving images in my website.How can i do this?Please help me.
    Thanks.

    Roopavathy wrote:
    Hi,
    I want to prevent users from (right click & save images) saving images in my website. How can i do this?
    Simple, you can't.
    The internet is based off of the idea of downloading files from remote servers into your browser for viewing (file sharing). If they can see your image, they have already downloaded it to their computer. The final steps of making that temporary file a permanent addition to their hard drive are simple and unavoidable.
    It would probably be much better (easier and less counter-intuitive for the end user) to examine "why" you are attempting to bar your viewers from saving the information your are presenting to them on your site and working on whether it actually makes sense to place that info on your site in the first place.
    If you want to protect content from "random internet bad guys" consider password protecting it so only those users who are given the username and password can access it. That's definitely not the way to present normal online info, but would make sense for things like photography sites (showing customers proofs of photos before they decide on packages to purchase) or similar.
    If password protection doesn't make sense for your site, the only way to keep viewers from copying your info is to keep it off the internet all together.

  • How to restore the OS when your hard drive fails...

    So I recently bought a Y50-70 from Newegg.  Being that I hate Windows 8/8.1 with a passion I made sure to find a laptop that runs Windows 7.  Lucky for me (and one of the reasons I bought this laptop) is that I should be able to run Windows 8.1, 7, and Linux without problems.  Woohoo.
    I should note that this is my first Lenovo, so I'm not too privy to the intricacies of Lenovo products yet.  I've been told to avoid them like the plague and I'm trying to prove that things aren't as bad as my friends say, but I'm rapidly deciding their wisdom should have been heeded.
    Just like every time I buy a laptop, the first thing I do is make a direct sector-for-sector copy of the hard drive.
    After that I booted up and made the "recovery disk" in Windows 8.1 just for future security.  So 32GB thumbdrive is now dedicated for reinstalling Windows since the laptop comes with no recovery media.
    Ok, so far so good.
    Now, I blew away all of the partitions and installed Windows 7.  It's not all peaches and cream and there's some problems.  So I thought I'd go back to Windows 8.1 and see if these problems are software or hardware in nature.
    So I pulled out my trusty USB stick, and lo and behold you can't actually reinstall the OS if you've deleted the recovery partition.  I checked that box that says something about including a copy of the recovery partition, but you can't recover the OS even after doing that.  Every time I get a message about the harddrive being locked or no image being present (I forget the exact error because I'm about 24 hours from demanding a full refund and mailing this thing back).
    So, assuming I have Windows 8.1 fully installed, what is the proper method to backup the OS in a fashion that is restorable on something like a disk failure where you install a new blank hard disk and then need to do a recovery.  Does this not exist for my laptop?  I've always been told that the Windows 8.1 recovery disk creator was the solution, but it clearly isn't.
    Anyone know the proper method for this scenario?

    Hi,
    Sorry to hear this hasn't worked out like it's supposed to.  I've used recovery flash drives without problems, but have also seen that the "drive locked" problem does occur.  I'm not sure that it's a Lenovo issue.  Seems to be more a generic Windows restore problem that happens with some drive configurations.
    That doesn't help you - I chimed in to say that if you haven't already, you might call support and explain your situation.  I can't/don't speak for Lenovo, but when I've had recovery issues in the past with a new laptop they've provided the recovery media gratis.
    (Apologies if I missed that you've already called...)
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • How to Hyperlink an image on the hard drive

    We are converting to iMac from Windows and keep our photography business data in excel spreadsheets. Each image name links to an image on the PC hard drive. On the iMac in Numbers, I can link text in a cell to a webpage or an email but if I use the path to the location on the hard drive, it doesn't work. What I would like is to pop the image in Safari when I click the hyperlink in the Numbers cell. Example:
    The iMac name is butterfly, the user is reniepoole and the path to the image is Documents/image.jpg. If I put file://butterfly/users/reniepoole/Documents/image.jpg into the address bar in Safari, it will render the image OK. If I use the same address as the URL when I try to insert the image as a hyperlink in a Numbers cell, it doesn't work. Does anyone know how to render the image in Safari from a link in Numbers?

    Here is a script doing the trick.
    --[SCRIPT openFileFromNumbers]
    Enregistrer le script en tant que Script : openFileFromNumbers.scpt
    déplacer le fichier ainsi créé dans le dossier
    <VolumeDeDémarrage>:Users:<votreCompte>:Library:Scripts:Applications:Numbers:
    Sélectionner une cellule contenant un chemin d'accès à un fichier.
    menu Scripts > Numbers > openFileFromNumbers
    Le script ouvrira le fichier.
    --=====
    L'aide du Finder explique:
    L'Utilitaire AppleScript permet d'activer le Menu des scripts :
    Ouvrez l'Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
    (* à vérifier avec Snow Leopard *)
    Cochez la case "Afficher le menu des scripts dans la barre de menus".
    --=====
    Save the script as Script : openFileFromNumbers.scpt
    Move the newly created file into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:Applications:Numbers:
    Select a cell containing a link to a file.
    menu Scripts > Numbers > openFileFromNumbers
    The script will open the file.
    --=====
    The Finder's Help explains:
    To make the Script menu appear:
    Open the AppleScript utility located in Applications/AppleScript.
    Select the "Show Script Menu in menu bar" checkbox.
    --=====
    Yvan KOENIG (VALLAURIS, France)
    2009/12/28
    --=====
    property useSafari : true
    true = use Unix paths and open thru Safari
    example : file://Macintosh HD/Users/yvan_koenig/Documents/95.jpg
    false = use HFS paths and open thru Finder
    example : Macintosh HD:Users:yvan_koenig:Documents:95.jpg
    on run
    set {dName, sName, tName, rname, rowNum1, colNum1, rowNum2, colNum2} to my getSelParams()
    tell application "Numbers" to tell document dName to tell sheet sName to tell table tName
    set thePath to value of cell rowNum1 of column colNum1
    end tell
    if useSafari then
    tell application "Safari" to open location thePath
    else
    tell application "Finder" to open file thePath
    end if
    end run
    --=====
    on getSelParams()
    local r_Name, t_Name, s_Name, d_Name, col_Num1, row_Num1, col_Num2, row_Num2
    set {d_Name, s_Name, t_Name, r_Name} to my getSelection()
    if r_Name is missing value then
    if my parleAnglais() then
    error "No selected cells"
    else
    error "Il n'y a pas de cellule sélectionnée !"
    end if
    end if
    set two_Names to my decoupe(r_Name, ":")
    set {row_Num1, col_Num1} to my decipher(item 1 of two_Names, d_Name, s_Name, t_Name)
    if item 2 of two_Names = item 1 of two_Names then
    set {row_Num2, col_Num2} to {row_Num1, col_Num1}
    else
    set {row_Num2, col_Num2} to my decipher(item 2 of two_Names, d_Name, s_Name, t_Name)
    end if
    return {d_Name, s_Name, t_Name, r_Name, row_Num1, col_Num1, row_Num2, col_Num2}
    end getSelParams
    --=====
    set {rowNumber, columnNumber} to my decipher(cellRef,docName,sheetName,tableName)
    apply to named row or named column !
    on decipher(n, d, s, t)
    tell application "Numbers" to tell document d to tell sheet s to tell table t to return {address of row of cell n, address of column of cell n}
    end decipher
    --=====
    set { d_Name, s_Name, t_Name, r_Name} to my getSelection()
    on getSelection()
    local _, theRange, theTable, theSheet, theDoc, errMsg, errNum
    tell application "Numbers" to tell document 1
    repeat with i from 1 to the count of sheets
    tell sheet i
    set x to the count of tables
    if x > 0 then
    repeat with y from 1 to x
    try
    (selection range of table y) as text
    on error errMsg number errNum
    set {_, theRange, _, theTable, _, theSheet, _, theDoc} to my decoupe(errMsg, quote)
    return {theDoc, theSheet, theTable, theRange}
    end try
    end repeat -- y
    end if -- x>0
    end tell -- sheet
    end repeat -- i
    end tell -- document
    return {missing value, missing value, missing value, missing value}
    end getSelection
    --=====
    on decoupe(t, d)
    local l
    set AppleScript's text item delimiters to d
    set l to text items of t
    set AppleScript's text item delimiters to ""
    return l
    end decoupe
    --=====
    on parleAnglais()
    local z
    try
    tell application "Numbers" to set z to localized string "Cancel"
    on error
    set z to "Cancel"
    end try
    return (z is not "Annuler")
    end parleAnglais
    --=====
    --[/SCRIPT]
    Yvan KOENIG (VALLAURIS, France) lundi 28 décembre 2009 18:38:42

  • How to restore rejected images?

    How do I restore images in Aperture that were accidently rejected during upload.   I can not seem to re load either.   They are in a folder but inactive

    Assuming they were successfully imported:  Filter the Browser for "Rejected".  Select them.  Change the rating to something else.
    If they weren't successfully imported, import them.

  • No "install later" option in bootcamp? how to restore winclone image?, no "install later" option in bootcamp? how to restore winclone image?

    I have created an image of my windows partition using winclone 2.2 and got an image out of it already. But the problem now is when I wanna start it up and create a new partition using bootcamp, there seem to be no "install later" option and I have to put the disk straight away. How can I restore the winclone image? Plesae help me I need it. Its really urgent. Any sort of help would me appreciated.i

    From what I recall about Winclone, it requires you to have the destination partition already formatted (usually NTFS for Windows).  To get that on a Mac, you would need to run the BootCamp Assistant, create the partition, then run the WIndows installed to get to the point of copying files to the new partition, then you can cancel the install.  IIRC, the Windows install process doesn't commit the partition changes until you start to copy files to the new partition, so sopping any time before that may not leave your partition in the state you need for the restore anyway....

  • How to Restore disk image to smaller image?

    Hi there;
    Not entirely sure if this is where this question needs to be posted.
    I'm in a little bit of a pickle. I purchased a Imac g5 1.6 ghz (2004) and want to install Leopard (10.5) on it.
    I have a DMG copy of the installer but my problem was that the file is too large to be burned on a single layer DVD (i know I can burn it on a DL DVD, but I don't want to buy a pack of 5 DVD's and only need One). So I used disk utility and created a sparse image (8.7GB) and restore the DMG to that image. I stripped all the unneccessary files (languages and printer drivers). then I went back to create a 4.7 GB sparse disk image to restore the newly formatted DMG, but It still says that there is not enough space on the disk, when my Image is 4.7GB and the image is 4.45 GB.
    My understanding is that even though i'm only using 4.45GB it still shows as the original 8.7GB.
    I'm currently running OSX 10.7.4 (lion) on my macbook pro and disk utility wont let me complete the task I have at hand.
    I'm new to this so could someone help me?

    You can get
    1. Snow Leopard - http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    2. Mountain Lion - http://store.apple.com/us/product/D6377Z/A/os-x-mountain-lion
    3. Lion - http://store.apple.com/us/product/D6106Z/A/os-x-lion
    You can get Mavericks and Yosemite from the App Store.

  • [SOLVED] How to restore kernel image after wrong /etc/mkinitcpio.conf

    I wanted to learn a bit more about the kernel and boot, and I'm afraid I cannot start up my ArchLinux anymore.
    I updated the /etc/mkinitcpio.conf to make the boot faster (with this reference: http://kmandla.wordpress.com/2007/01/30 … initcpio/) and executed #mkinitcpio -p kernel26
    I thought that if there was any problem, I could start up with the "fallback image". Certainly, there was a problem (probably I didn´t loaded all the modules required) and when I tried the fallback image, I experimented the same problem:
    Root device '/dev/disk/by-uuid/...' doesn´t exist
    ramfs$
    In fact, both images are the same (or at least they have the same size)
    I tried the ArchLinux liveCD to recover my system. There's no recovery service, so I started up the CD-ROM, mounted my ArchLinux partitions, generated the images and copied into the /boot of my Archlinux partitions. But the same problem is still there.
    What could I do to fix it?
    Thank you in advance
    Last edited by jjjaime (2009-05-10 15:45:45)

    Thank you. I follow your instructions and it worked (perhaps it would be simpler with a "#pacman -Sy kernel26"). I didn't know the command chroot and it's really interesting.
    red_erik wrote:
    I have a similar problem, (read more in this thread), and I solve it by booting off the Live CD, and doing the following:
    (replace sda1 with your / partition)
    cd /
    mount -t ext3 /dev/sda1 /mnt
    mount -t proc proc /mnt/proc
    mount -t sysfs sys /mnt/sys
    mount -o bind /dev /mnt/dev
    chroot /mnt /bin/bash
    mkinitcpio -p kernel26
    after that, I exit chroot, unmount all of my partitions and reboot...:
    cd /
    umount -a
    exit
    cd /
    umount -a
    reboot
    hope this helps...

  • How to restore saved tab groups in Panorama

    I have created multiple tab groups in panorama feature in Firefox 4 beta5. But when i restart my firefox i expected to see my saved groups but didn't get any and i have to create them again.
    May be I am bit ignorant about panorama but i am not able to find any think related to this

    Here Guys, it's a "workaround" of it.
    http://browsers.about.com/od/firef2/ss/Save-Firefox-4-Tab-Groups-Between-Sessions.htm

  • How to install dmd image from external hard drive to imac with no os installed

    I have a G5 iMac that the hard drive crashed.  I have replaced the hard drive and now trying to install the 10.5.8 dmd image back from a external hard drive since I don't have a disk.  I have not been able to figure how to boot up and install this way.

    Neither do I.
    Restore Tiger 10.4 & Leopard 10.5  DVDs are available from Apple by calling 800-767-2775 as of January 20, 2013.
    https://discussions.apple.com/thread/4720126?tstart=0

  • How to restore playlists and ratings after hard drive format

    Several people have reported problems restoring paylists and ratings after reformating a hard drive. Here is what worked for me and what did not.
    I had to reformat my hard drive. Before doing that I exported my playlists from itunes to another hard drive as an xml file. I also copied the folder with all my songs to another drive. (Also of course had it backed up on DVDs.)Then I copied the itunes library files (see url http://docs.info.apple.com/article.html?artnum=93732) to anoher drive.
    After reformating my hard drive and installing the lastest verion of ITunes, I copied the actual songs back into a subfolder in my music folder. I then told iTunes to import the subfolder with the actual music. That resulted in a restored library that lacked playlists and ratings.
    Don't do this
    I purchased Anapod ($30.00) because its web page said (http://www.redchairsoftware.com/anapod/):
    "Anapod CopyGear is an easy-to-use, compact utility for copying music tracks, playlists, podcasts, photos, and videos from your iPod back to your PC."
    Well, I did transfer 104 playlists back to my iTunes library through the Anapod backup function. However, the transfer also put more than 20 gigs of duplicate songs into the library. All of the songs listed in the playlists were duplicated in iTunes. I could find no way in Anapod to simply copy the ratings and the playlists. Anapod documentation was outdated. For example the online help pages said that playlists could not be backed up. This was confusing because I had just done that.
    "In a future release we will be adding the ability to backup your iPod playlists. This will allow you to generate backup files of your iPod playlists on the computer. These files will not be usable on your computer though. They can only be used to restore playlists at a later time on your iPod (assuming it still carries all the audio files referred to in that playlist)." This text is from url http://www.redchairsoftware.com/anapod/support/tome/tx2pc.php#5.1.2
    I sent requests to Anapod for help today, but they have not been answered yet. Docs truly did not seem to help. Would have been good if there was a pdf file rather than just an online help html file that seemed outdated.
    This worked for me:
    I ended up having iTunes wipe out the entire library because of all the dups Anapod made. (Made sure that iTunes only wiped out library and did not delete actual songs from hard drive. Then I had iTunes import my subfolder with songs again. That brought me back to where I was before wasting money and much time on Anapod.
    After I had my iTunes library up (without ratings and playlists and after finding Anapod did not meet my needs.
    1. I imported the xml file to which I had exported playlists before reformating hard drive. That gave me the playlists back although an error message said some items not copied because the music tracks listed in playlists were not in my iTunes library. --Possibly I deleted songs after playlists were downloaded some time ago to iPod. Importing the xml file is probably not necessary because of what I did below.
    2. Quit iTunes
    3. Because my song ratings were still missing, I then moved the iTunes library files made by the new version of iTunes into a different folder.
    4. Then I put my old version 4 library files into the place where the library files should be.
    5. Then I crossed my fingers and restarted iTunes. It took awhile to start and said it was updating my library files. Now I have back most or all of my playlists and ratings.
    If problems develop, I will probably wipe out iTunes library and use Anapod to move everything from my iPod into a folder and tell iTunes to import that folder. That approach might avoid the dups that Anapod makes when restoring playlists to iTunes.
    So my message is keep your actual songs backed up somewhere (such as DVD's and anotehr hard drive) and keep a duplicate copy of your library files somewhere not on your hard drive. With these items you should be able to restore iTunes library to its former status.
    Sorry for the length of this message. Hope it helps someone.

    The simple version of above:
    iTunes Files to Backup (anytime you make additions or changes to the Music or Library that you want to retain)
    1) All music files in their current folder structure (usually located in and under the ‘iTunes Music’ folder)
    2) The Library database file: ‘iTunes Library.itl’ located in the ‘iTunes’ folder
    3) The Library XML file: ‘iTunes Music Library.xml’ located in the ‘iTunes’ folder
    4) Any XML playlist files created for Playlist retention
    5) The two iTunes.pref files (optional)
    -- C:\Documents and Settings\<your username>\Application Data\Apple Computer\iTunes\iTunes.pref
    -- C:\Documents and Settings\<your username>\Local Settings\Application Data\Apple Computer Inc\iTunes.pref
    6) The XML file of Ratings, Play Counts and Last Played attributes saved from the main Library and created by Otto’s SaveRatings script (also optional, but recommended):
    “Download this: http://ottodestruct.com/itunes/SaveRatings.zip . It's a program, just run it like any other program. Run it on the machine where you're copying the info from BEFORE you move the files to the new machine. Click the "Save Ratings" button and it'll create a ratings.xml file. Now when you move the files, move the program and this file as well. Then after you make your new iTunes library, run it again and click the "Restore Ratings" button. Voila, all your information is back in the Library. Well, most of it anyway, it's not perfect. It'll tell you what songs it couldn't figure out though, and there's usually not very many.”

  • How to restore time machine from wireless hard drive?

    I backed up my data to a wireless hard drive before I wiped my hard drive. But now I'm having trouble restoring it.
    Can't restore it from time machine, as it was not fully complete.
    Migration assistant asks for a password to the hard drive, which I don't know. The person in my family who bought the drive entered it, but then migration asssistant greys out continue and nothing seems to happen
    I opened the hard drive myself and there's a bunch of blank files named 01 349 049 984 and such. No extension.
    Help?

    The exhaustive list of backup devices supported by Time Machine consists of Time Capsule and locally connected and mounted volumes, period. Time Machine can use NAS devices, but there are many caveats including but not limited to the necessity for AFP to be running on the server. Wireless storage devices introduce yet another element of uncertainty.
    OS X Mountain Lion: Disks you can use with Time Machine
    Anything else, and you're a test pilot. Let Apple know how it works for you.

Maybe you are looking for

  • BPM Scenario ( JDBC and Web Services )

    Hi all, I working in scenario in XI BPM and I need to do this: 1) I have one table in SQL Server. 2) I need to fill this table with a Web Services, because the costumer needs exactly SOAP. 3) To fill  this table, I have some roles, like Area Code, St

  • Mount iPhone as a volume (same as possible with iPods)

    Hi everyone, I suppose there's no official way of mounting the iPhone as a volume on the Mac. Are there any 3rd party apps that do this or is the only way to accomplish this to jailbreak it and use ftp, scp, etc? Thank you Björn

  • How to assign transaction to report pgm

    Hi friends, Basically i am from BIW....I need ur guidance in assigning my report program to custom transaction. My req is when i execute the cust transaction, it should ask for selection criterias for the respective prg and should give desired o/p. p

  • FAGLL03 - profit center wise

    Hi, We want to run the report FAGLL03 Profit center wise (using dynamic selection). But, Company code is being inevitable to run this report. We cannot restrict profit center for a single company code. And we have configuration issues in CO, and cann

  • Session Beans  and TIBCO E4JMS and Weblogic JMS 8.1

              Setup:-           Weblogic Server 8.1 SP2 on Linux           TIBCO E4JMS 3.1.2           I have a two Staeless Session Beans which are deployed in both sides of the cluster           - Cluster is made up of two servers(ManagedServer1 and Ma