Hard disk drive in CD-RW case

I received a seagate 20Gb hard disk drive from a friend which had been working in his PC which I hought I could connect in to my iMac in an old external cd writer casing. When I power it up though, the mac can't find the drive. Is this because the CD writer casing is not compatible with hard drives or is it possibly something else?
Cheers
Derek

Settings for master, slave, and cable select are changed by re-positioning the small plastic jumper(s) on the drive. Because the exact configuration of the jumpers varies from one brand to another, you should check the hard drive's manufacturer's web site for specific information.
An additional problem may concern the external case and the bridge chipset used in it. Was this a USB 1.1 CD-RW device? I once had an old Sony Spressa USB 1.1 CD-RW drive and installed a Zip drive in the case, after the CD-RW failed. Even with Iomega's Zip USB driver installed (with the Apple USB Support drivers), the Zip drive would choke when attempting to read anything but a small file on a disk. Attempts to write to a Zip disk, triggered a couple of error messages referring to missing (but necessary) "software." Essentially, the errors pertained to firmware in the ATAPI-to-USB bridge that didn't support the use of a "mass storage device," because it was programmed for an optical removable media device.

Similar Messages

  • Mac OSX wont reognise my internal hard disk drive

    I have a problem where for some reason when I start up my Macbook Pro (intel core duo) it does not detect the internal hard disk drive at all. I have run a hardware test and it shows no problems whatsoever. I have tried resetting the PRAM etc and to no avail. Yesterday the system hung and I tried to force quit and it wouldn't do anything so eventually I held down the power key and when it tried to reboot this is the problem I was faced with (it would boot up with the "no entry" sign). I accepted complete defeat and went to completely re-install OSX however it doesn't even show the internal hard drive when I wait for it to give me install destinations. I had tried seeing the hard drive through disk utility however it only shows the install DVD and that's it in the sidebar. I resigned myself further to thinking either the logic board or the HDD had packed in all and I took it round to my brother in law to see if there is anything he could do without opening the machine (he is Oxford educated and writes programmes etc so is very knowledgable), now this is the part that has miffed us both, he started it up using a Linux disc and once running, Linux see's the hard drive with no problems. He has been able to access the HDD with absolutely no problems under Linux both reading and writing to it. I even took my Mac Mini round and he booted them both up in Linux and completely copied Mac OSX from the mini to the macbook pro but still when I try booting up its as if the HDD isn't even there. Why can Linux see the drive and not Mac OSX? Please don't be affraid to get very technical in your answers as they may mean nothing to me but will probably all make sense to my brother in Law. Any sugestions at all would be greatly accepted.

    Dear mcdkev,
    You guys may have made a big error cloning the Mini HD into the MBP. They both have very different drivers and hardware settings and their OS X versions are customized to fit the hardware. That is why each mac comes with it's own version of OS X and their backup disks. That's a reason why it did not work.
    Ok, so now that you do not have any of the original info on the MBP try the following:
    Use linux to scan the disk surface & repair any problems.
    Reformat the drive as DOS or FAT 32. (I wouldn't go into any linux specific format unless you can "Apple" format it, which I don't think linux has that option.)
    Now, the MBP should be able to see it's drive...
    boot from the OS X DVD , from the Utilities menu choose Disk Utilities, partition the drive as GUI file system (in case the linux format made the drive a "system boot record", you do not want that... )
    Then format the drive as "OS X Extended Journaled"
    Now go back to install and install your original basic set of OS X (the factory default).
    *If nothing works, please do take your MBP to the Apple store or to a certified tech before you do more damage to the drive and it becomes unusable ...*

  • Arch: Install to & run from External USB Hard Disk Drive (HDD)

    I wanted to play with ArchLinux 2009.02, but replacing the existing Debian-Lenny on the laptop's HDD wasn't an option. So I experimented with installing Arch on an external USB Hard Disk Drive.
    I have tried to make this "newbie-friendly", so I hope the more experienced will forgive the detail.
    Materials:
    Three year old Dell Inspiron 6000
         CPU = 2.0 GHz Pentium
         RAM = 2.0 GB
         Internal HDD = 80 GB
         Internal CD/DVD R/RW
    External USB HDD = Freecom FHD-2 Pro 80 GB
    Archlinux 2009.02 install CD
    Steps to install:
    1. I put the Archlinux install CD in the drive and connected the external 80 GB HDD in the USB port.
    2. When the Dell laptop was booted, I pressed F2 to enter the BIOS setup. I edited the boot sequence to the following:
         Internal CD/DVD
         External USB device
         Internal HDD
    On the Dell, you can also press F12 to select the preferred boot device for that boot.
    3. I started the laptop and the Archlinux installation menu came up and I proceeded with installation following the "Official Arch Linux Install Guide" and the "Beginners Guide".
    4. Used km to change to UK keyboard layout and then began the installer script (/arch/setup). I was installing from the core CD so I skipped the network steps.
    5. HDD preparation.
    This was fairly straightforward with two cautions:
         (a) Make very sure that the external HDD (sdb) is selected for the operations.
         (b) Remember to set the Bootable Flag for the first (/) partition on the HDD.
    I chose 20 GB for /, 2 GB for swap and the remainder for /home.
    6. The package selection and installation was fairly straightforward.
    7. Configuration of System
    This was section was straightforward with one warning:
         USB had to be added to the HOOKS in the /etc/mkinitcpio.conf file!
    I found this to be essential for my external USB HDD to function as a bootable device. Otherwise I got the same sorts of errors relating to unrecognisable file system types that other people have reported in the forum.
    The relevant line from the end of the edited /etc/mkinitcpio.conf file is below:
    HOOKS="base udev autodetect pata scsi sata usb filesystems"
    8. Installation of GRUB was the other point where caution and/or correction was necessary.
    When it asked where GRUB should be installed, I had to select sdb (my external USB HDD) and not any of the particular partitions on sdb. If the root partition sdb1 was selected then the laptop won't boot from the external USB HDD.
    The GRUB /boot/grub/menu.lst as written by the installation routine specifies hd(1,0) which doesn't work when you try to reboot from the external USB HDD. When you boot Arch from the external USB HDD, as far as Arch is concerned - at that point in time - the external USB HDD is the first drive in the system. To fix this:
         (a) When the Arch boot menu comes up, press e to edit the grub entries.
         (b) Change the first line to hd(0,0)
         (c) To the end of the kernel line add rootdelay=8
         (d) Press b to boot the system with these temporary corrections.
         (e) Once your Arch system has booted, edit the /boot/grub/menu.lst to make the above changes permanent.
    The relevant portion of my /boot/grub/menu.lst looks like the following:
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,0)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/... ro rootdelay=8
    initrd /boot/kernel26.img
    # (1) Arch Linux
    title  Arch Linux Fallback
    root   (hd0,0)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/... ro rootdelay=8
    initrd /boot/kernel26-fallback.img
    9. The laptop happily and consistently boots Arch Linux from the external USB HDD when it's plugged in before startup/booting.
    Running Arch from the external USB HDD seems as quick as running Debian from the internal HDD.
    So if there is a performance penalty associated with using an external USB HDD, my wife and I haven't noticed.
    In summary, the three essential points to address during installation to an external USB HDD are:
         Remember to set the bootable flag for the first partition.
         Add USB to the HOOKS for /etc/mkinitcpio.conf file.
         Correct the /etc/grub/menu.lst file.
    I hope this is helpful.
    Ted

    Hi Rookie,
    As you say, it is worth remembering the rootfstype= option for the kernel line just in case someone still has problems with GRUB after making all the other changes.
    I was working with the most recent Arch 2009.2 release.
    I only got messages about unrecognisable file system type when I tried booting with the "stock" or "as-installed" GRUB (before I edited /boot/grub/menu.lst). After editing /boot/grub/menu.lst to identify the drive correctly and add rootdelay, GRUB was able to do the rest and everything worked OK without any error messages.
    Best wishes,
    Ted

  • How to make the RESCUE AND RECOVERY hidden partition when changing the hard disk drive

    I've got T61 and I'd like to know if is it possible (in case of changing the HDD) to make the RESCUE AND RECOVERY hidden partition  on the new hard disk drive? If yes - please let me know how to do that.

    hi you the rescue partition is made automatically when you use your recovery cd's on the new HDD so no problem there!
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • Will the1TB SATA Hard Disk Drive Kit for Mac Pro now in the Mac Store work with my Mac Pro1,1?

    Will the 1TB SATA Hard Disk Drive Kit for Mac Pro now in the Mac Store work with my Mac Pro1,1? My details of my Mac Pro is as follows:
    Model Name:          Mac Pro
      Model Identifier:          MacPro1,1
      Processor Name:          Dual-Core Intel Xeon
      Processor Speed:          2.66 GHz
      Number Of Processors:          2
      Total Number Of Cores:          4
      L2 Cache (per processor):          4 MB
      Memory:          6 GB
      Bus Speed:          1.33 GHz
      Boot ROM Version:          MP11.005C.B08
      SMC Version (system):          1.7f10
      Hardware UUID:          00000000-0000-1000-8000-0017F2059956

    It will say "green" and use less power, park its head probably, and while early units had some trouble they have evolved. Variable rpm or slower rpm also. They can be much less expenisve way to add storage. 
    WD Caviar Green
    WD Green 2TB
    For the system, 640GB is a nice size. Look for 64MB cache to help insure your drive is the latest models which will also say "6G SATA 3" which is fine.
    WD Caviar Black 1TB 6Gb
    WD Black Caviar 2TB
    larger means higher density platter, I find the 1TB and larger Blacks to run hotter/warmer and companys want drives to be able to run warmer or with less cooling. - but for really cold drives other than SSD I have found all my WD 10K VRs to have the absolute coldest temps.
    Just noticed Amazon having better prices than Newegg on 1TB - and WD and Hitachi.
    Green for your external backup, for media libraries that are not high volume access, to run cool and less power. Enterprise for system and performance.  TimeMachine sometimes makes a poor backup method with some green cases.

  • DV9925nr - How to Backup Hard Disk Drive After S.M.A.R.T. Drive Failure Message

    I purchased a DV9925nr laptop from Bestbuy about 13 months ago. Six months ago it started having the sporadic and randomly abrubt shutdown problem that so many others seem to be having. 
    Two days ago it developed a new problem:
    I left my laptop on for a few minutes and when I returned, it was to a black screen with this message: "SMART Drive failure predicted on Hard Disk 4. WDC WD2500BEVS - 60UST0-(S1); warning: Immediately backup your data and replace your hard disk drive. A failure may be imminent. Press F1 to continue."
    My question:
    We have a network with two laptops and a desktop computer. There is plenty of hard drive space on the desktop system. My father has the same exact laptop model as mine. Can I put my hard disk drive into his second disk drive bay so that I can backup my files over the network to my desktop system? How would the laptop know which hard drive to boot from since they both have the same operating system on them (I am not familiar with SATA drives)?
    I hope I didn't buy a lemon. Any help would be greatly appreciated.

    Are you trying to do this while booted from the OS or from the install Disk? If your booted into the OS then the repair option shouldn't be click-able. Beyond that, there might be some 3rd party software that could force a reformat and/or erase. I did try to find you something but didn't come across anything specific to what your trying to do. You probably already know this, but the purpose of S.M.A.R.T. is it acts as an early warning indicator. This means the drive is no longer dependable and may fail without warning in the near future, resulting in losing all data. With that being said, I've used a hard drive that S.M.A.R.T. indicated was failing for 3+ years without a hick-up. I don't use it for anything imported though. When I have more time and if I come across anything that might get the job down, I will add to this posting. The worst case scenario is that there is no way to reformat and/or erase the drive due to the state it's in. At that point, the only thing left to do is recycling the drive.

  • Comparison of SSD with hard disk drives

    Attribute or characteristic
    Solid-state drive
    Hard disk drive
    Spin-up time
    Instantaneous.
    May take several seconds. With a large number of drives, spin-up may need to be staggered to limit total power drawn.
    Random access time[45]
    About 0.1 ms - many times faster than HDDs because data is accessed directly from the flash memory
    Ranges from 5–10 ms due to the need to move the heads and wait for the data to rotate under the read/write head
    Read latency time[46]
    Generally low because the data can be read directly from any location; In applications where hard disk seeks are the limiting factor, this results in faster boot and application launch times (see Amdahl's law).[47]
    Generally high since the mechanical components require additional time to get aligned
    Consistent read performance[48]
    Read performance does not change based on where data is stored on an SSD
    If data is written in a fragmented way, reading back the data will have varying response times
    Defragmentation
    SSDs do not benefit from defragmentation because there is little benefit to reading data sequentially and any defragmentation process adds additional writes on the NAND flash that already have a limited cycle life.[49][50]
    HDDs may require defragmentation after continued operations or erasing and writing data, especially involving large files or where the disk space becomes low. [51]
    Acoustic levels
    SSDs have no moving parts and make no sound
    HDDs have moving parts (heads, spindle motor) and have varying levels of sound depending upon model
    Mechanical reliability
    A lack of moving parts virtually eliminates mechanical breakdowns
    HDDs have many moving parts that are all subject to failure over time
    Susceptibility toenvironmental factors[47][52][53]
    No flying heads or rotating platters to fail as a result of shock, altitude, or vibration
    The flying heads and rotating platters are generally susceptible to shock, altitude, and vibration
    Magneticsusceptibility[citation needed]
    No impact on flash memory
    Magnets or magnetic surges can alter data on the media
    Weight and size[52]
    The weight of flash memory and the circuit board material are very light compared to HDDs
    Higher performing HDDs require heavier components than laptop HDDs that are light, but not as light as SSDs
    Parallel operation[citation needed]
    Some flash controllers can have multiple flash chips reading and writing different data simultaneously
    HDDs have multiple heads (one per platter) but they are connected, and share one positioning motor.
    Write longevity
    Solid state drives that use flash memory have a limited number of writes over the life of the drive.[54][55][56][57] SSDs based on DRAM do not have a limited number of writes.
    Magnetic media do not have a limited number of writes.
    Software encryption limitations
    NAND flash memory cannot be overwritten, but has to be rewritten to previously erased blocks. If a software encryption program encrypts data already on the SSD, the overwritten data is still unsecured, unencrypted, and accessible (drive-based hardware encryption does not have this problem). Also data cannot be securely erased by overwriting the original file without special "Secure Erase" procedures built into the drive.[58]
    HDDs can overwrite data directly on the drive in any particular sector.
    Cost
    As of October 2010, NAND flash SSDs cost about (US)$1.40–2.00 per GB
    As of October 2010, HDDs cost about (US)$0.10/GB for 3.5 in and $0.20/GB for 2.5 in drives
    Storage capacity
    As of October 2010, SSDs come in different sizes up to 2TB but are typically 512GB or less[59]
    As of October 2010, HDDs are typically 2-3TB or less
    Read/write performance symmetry
    Less expensive SSDs typically have write speeds significantly lower than their read speeds. Higher performing SSDs and those from particular manufacturers have a balanced read and write speed.[citation needed]
    HDDs generally have symmetrical read and write speeds
    Free block availability andTRIM
    SSD write performance is significantly impacted by the availability of free, programmable blocks. Previously written data blocks that are no longer in use can be reclaimed by TRIM; however, even with TRIM, fewer free, programmable blocks translates into reduced performance.[25][60][61]
    HDDs are not affected by free blocks or the operation (or lack) of the TRIM command
    Power consumption
    High performance flash-based SSDs generally require 1/2 to 1/3 the power of HDDs; High performance DRAM SSDs generally require as much power as HDDs and consume power when the rest of the system is shut down.[62][63]
    High performance HDDs generally require between 12-18 watts; drives designed for notebook computers are typically 2 watts.

    I wish I could get my head round the SSD vs HDD with a NLE rig.  My builder is trying to persuade me to use a Toshiba 256Gb THNSNC256GBSJ for OS and programs, and it is only NZ$20 more expensive than the 450Gb 10k rpm VelociRaptor I was originally planing to use for the OS.  That sounds suspiciously cheap to me, and I am concerned about the finite writes to SSD - mainly because I don't really understand it.  
    The rest of the new build is
    3930K
    Gigabyte X79-UD5
    8 x DDR3 1600
    Coolermaster with 750W PSU
    Geforce GTX570
    I plan to transfer the drives from my current system as a starting point, and reassess after giving it some use.  That means
    Either the above SSD or 450Gb 10k Raptor for OS (new drives)
    300Gb 10k rpm Raptor  (currently used for OS in old box)
    150Gb 7k4 rpm Raptor (reserved for Photoshop Scratch in old box)
    2 x 1Tb WD Blacks (data drives)
    2 x 1Tb WD USB3 externals
    I don't know how I would configure the drives in the new box, but have seen Harm's table and will try to follow his advice.  It's a dreadful thing to admit, but I don't have a backup strategy, and the above drives are well over half full. Well over!  And I am only just getting serious about video, (the rest is mainly CR2 files from my Canon 1Ds3 and 1D4)
    I know it must be like banging your head against the wall, but should I avoid that SSD and go with the 450G Raptor?   I have read a comment that the WD Blacks don't work well as Raid0.  Is that BS or true?
    I am about to give the go-ahead so need to confirm the spec.

  • Just bought a Lenovo 3000 N200 without a hard disk drive, need software

    I just bought a Lenovo 3000 N200 Type 0769-BLG assembly date 07/09 from e-bay, it looks brand new but it had a fault, it was dead, perhaps a faulty motherboard and the hard disk drive had been removed.  Assuming I can get the fault fixed, where can I get the Lenovo software that came with the original hard disk drive, I would prefer a free source, if that is possible, perhaps some kind person has put all of the CD's on to a DVD that I can borrow or buy a copy of. I was an IBM employee for 30 years before retiring 15 years ago. Dan McLean in Scotland, UK.

    Call customer service directly to get a quick solution for this.
    IPnaSh
    First Spanish Community Guru - Colaborador ad honorem

  • I can't copy my itunes library to an external hard disk drive!!

    this is my first time at the forum and i dont find a better way to ask, i want to copy my itunes library to an external hard disk drive for have a back up, but when i try to copy it it appears this message "the item "itunes music" has 1 or more items that are in use and cannot be modified", i dont know why, then i search for help in apple support and this article http://support.apple.com/kb/HT1751, but i do what it says and i still having my problem, i can't copy my music, that message keep's appearing and it dont let me copy my music.

    forget it i discover my problem, this message gives u 2 option stop or continue i just click continue and it get copied, i think this is normal but like this is my fisrt time i dot this i get confused, i think i still used to windows, i cant believe because i have a ear with this computer. well anything is a good experience.

  • How can I optimize my hard disk drive usage and performance in Windows 8 or Windows 7?

    QuestionHow can I optimize my hard disk drive usage and performance in Windows 8 or Windows 7?
    AnswerThere are a few simple steps you can take to ensure your hard disk drive is used optimally.
    Use Toshiba HDD Protection
    Many Toshiba laptops come with a program called Toshiba HDD Protection pre-installed. This program helps to protect your hard disk drive from being damaged due to falls or impacts. By default, it should already be enabled. You might be tempted to lower the detection levels in this application, but doing so could cause your hard disk drive to be damaged. Remember that while the application can reduce the chance of damage, you should still avoid allowing the laptop to fall or suffer rapid impacts.
    For more information on this utility, see the following article:
    TOSHIBA HDD Protection
    Optimize the drive
    Windows 8 and Windows 7 optimize hard disk drives automatically through a process called defragmentation. Unless you've disabled this, you don't need to do anything. If you have disabled this and want to run the process, you can still do so.
    In Windows 8, search for "Defrag" at the Windows Start screen and select "Defragment and optimize your drives."
    In Windows 7, search for "Defrag" in the Start Menu's search field and select "Disk defragmenter."
    You can use this tool to optimize your hard disk drives, allowing Windows to find needed files faster.
    Remove items from startup
    Some applications run automatically when Windows starts. This can add additional functionality, but it also decreases the performance of your computer. Sometimes you might want to disable certain programs from starting automatically.
    In Windows 8, search for "Task Manager" at the Start screen. Select the "Startup" tab. Select an application you'd like to disable from starting automatically and then click the "Disable" button in the lower-right.
    In Windows 7, type "msconfig" in the Start Menu's search field and press ENTER. Uncheck the boxes next to applications you'd like to disable from starting automatically.
    You should be sure of the purpose of an application before disabling it from starting automatically. Some applications might be important. If in doubt, you might consider searching on the Web to discover more information about a program. Remember that if you find that you disabled something vital, you can always re-enable it.
    For more information, please see the following video:

    QuestionHow can I optimize my hard disk drive usage and performance in Windows 8 or Windows 7?
    AnswerThere are a few simple steps you can take to ensure your hard disk drive is used optimally.
    Use Toshiba HDD Protection
    Many Toshiba laptops come with a program called Toshiba HDD Protection pre-installed. This program helps to protect your hard disk drive from being damaged due to falls or impacts. By default, it should already be enabled. You might be tempted to lower the detection levels in this application, but doing so could cause your hard disk drive to be damaged. Remember that while the application can reduce the chance of damage, you should still avoid allowing the laptop to fall or suffer rapid impacts.
    For more information on this utility, see the following article:
    TOSHIBA HDD Protection
    Optimize the drive
    Windows 8 and Windows 7 optimize hard disk drives automatically through a process called defragmentation. Unless you've disabled this, you don't need to do anything. If you have disabled this and want to run the process, you can still do so.
    In Windows 8, search for "Defrag" at the Windows Start screen and select "Defragment and optimize your drives."
    In Windows 7, search for "Defrag" in the Start Menu's search field and select "Disk defragmenter."
    You can use this tool to optimize your hard disk drives, allowing Windows to find needed files faster.
    Remove items from startup
    Some applications run automatically when Windows starts. This can add additional functionality, but it also decreases the performance of your computer. Sometimes you might want to disable certain programs from starting automatically.
    In Windows 8, search for "Task Manager" at the Start screen. Select the "Startup" tab. Select an application you'd like to disable from starting automatically and then click the "Disable" button in the lower-right.
    In Windows 7, type "msconfig" in the Start Menu's search field and press ENTER. Uncheck the boxes next to applications you'd like to disable from starting automatically.
    You should be sure of the purpose of an application before disabling it from starting automatically. Some applications might be important. If in doubt, you might consider searching on the Web to discover more information about a program. Remember that if you find that you disabled something vital, you can always re-enable it.
    For more information, please see the following video:

  • Satellite M30X - high hard disk drive utilization

    After login in Windows XP (SP2), my toshiba laptop is very slow. The hard disk drive light is continuously on for 5 minutes. I've looked at the task manager, but CPU utilization is low and RAM usage is low. There is no program that seems to use a lot of CPU or RAM.
    I've actually turned off the paging file to see if the problems due to intensive use of the paging file on the HDD, but problem persists. The model of the laptop is Satellite M30X-113.
    I don't know if it's related, but this problem arose around the time that I've taken out a 256 MB RAM module and installed a 512 MB one (making the total ram memory 1024 MB).

    Hi
    > I don't know if it's related, but this problem arose around the time that I've taken out a 256 MB RAM module and installed a 512 MB one (making the total ram memory 1024 MB).
    If this issue has begun after installation of the new memory module then I would say that the new memory module is responsible for this issue.
    You could also try to put back the 256MB module to check if the issue still persist.
    This would be the easiest way for checking

  • Can I upgrade MacBook Pro hard disk drive next year?

    Hi there!  I'm new to the Apple Support Communities! 
    I am going to buy a new 13" MacBook Pro, 2.5GHz.  I am going to buy the base model, with a 500GB 5400 RPM hard disk drive.  Right now, I can't afford a 256GB solid-state drive, but I'll have enough for one by later next year.  So, I will have done some stuff on my Mac by the time I can upgrade it. I know how to install the drive itself, but how do I transfer my information?
    Here are the issues:
    1) I don't know how I would make it so I could boot from an external USB. 
    2) And I don't know how to get all my personal information from one drive to the other. 
    For "2", I think I could back up my Mac to a hard drive with Time Machine, and then restore from a backup.  But Time Machine couldn't back up the whole OS, right?  And what would the procedure be anyway?  Just turn it on when I'm done the upgrade?
    If someone who has done this before could provide step-by-step instructions, I would really appreciate it!
    Thanks,
    Solid-State Me 

    Yes you can replace the hard drive at any time.  Purchase a replacement drive from any store you like - newegg or mcetech are good stores (among many others) - and when you purchase the new drive, also purchase a drive enclosure.  Then download a program called "super duper" and follow the instructions to use that software.  When your drive arrives, put the new drive in the enclosure, plug it in to your computer and run "super duper" with the option to "make the drive bootable" and let it finish.  What it's doing is copying your drive onto the new drive.  Once the copy is finished, you can shut down your computer, remove the drive, install the new one, and put the original drive into the enclosure.  Now you have an external hard drive that is repurposed instead of throwing it away.  Keep that drive intact for a few weeks without erasing or adding data to be sure you are happy with the new drive and how it performs.  After that, use the drive to store files, backup the internal, transfer stuff, whatever.

  • Hi there! yesterday I installed Mavericks on my Macbook. Since then, it doesn't mount my external hard disk drive anymore, which he did a week ago (without the update). Is there anyone out there who knows a solution?

    Hi there! Yesterday, I installed Mavericks on my Macbook. Since then, it doesn't recognize my external hard disk drive anymore (at least not on the desktop. In Germany they call it "it doens't mount it". I don't know if it's the same expression in english?)
    I just used it a week ago, before I did the update and it worked perfectly fine.
    Is there anyone out there who knows a solution for this problem? I've been googleing for hours now and can't find any answer.
    Thank you!!!

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Is it possible to upgrade the internal Hard disk drive on the iMac

    Is it possible to upgrade the internal Hard disk drive on the iMac?

    Yes but it's definitely not advised. If you have a machine newer than 2009 Apple uses drives that have integrated heat sensors. This makes upgrading much more difficult but not impossible. If you have a machine still under warranty then definitely DO NOT do this yourself as you may void the warranty not to mention it isn't for the faint of heart. Take the machine to an AASP to have the work done, you will need to find one in your area willing to do so.
    If you are considering a new machine then simply buy the configuation you need.

  • Dismount multiple external hard disk drives

    I have multiple external hard disk drives and was wondering what the command line is that will dismount all of these at once? Note that there is also one external DVD unit as well which I would not want to dismount.
    Thanks,
    Lyman

    diskutil unmount "/path/to/disk";diskutil unmount "/path/to/disk";diskutil unmount "/path/to/disk"
    Just replace replace "/path/to/disk" with the path to the mount point, leaving the quotes.
    Good luck!

Maybe you are looking for

  • 11.2.0.3.3  impdp compress table

    HI ML : 源库 : 10.2.0.3 compress table target : 11.2.0.3.3 impdp 源端的compress tables,在目标端是否是compress table 之前在10g库直接 通过impdp dblink 导入时候 发现,入库的表需要手工做move compress. MOS 文档给的的测试时 在10g开始 支持导入自动维护compress table : Oracle Server - Enterprise Edition - Version

  • How do I move around in mavericks without a scroll bar?

    how do I move around in mavericks without a scroll bar?

  • Deactivate ade

    while downloading ebooks from the libary, I receive the error message check activation. How can I deactivate ade?

  • How can I set up my handsfree bluetooth to my iphone6

    I have a new iPhone 6 and I need to find out how I am able to use my current Bluetooth.

  • 64 bit vs 32 bit Labview on an AMD Opteron 6380

    When running my code on an AMD Opteron 6380 processor, Labview 2014 64bit runs 4 times slower than when running with Labview 2014 32bit.  However the same code running on and INTEL Core i7 ran twice as fast with Labview 64bit vs 32bit.  Does anyone k