Help to eject or unmount disk upon shutdown

Hello all,
Please take pity on a newbie and answer what I hope is a really simple script question. This is my first attempt at Apple Script.
I have searched for a script that will eject (unmount) a disk upon shutdown, but haven't found anything on this board. Do you have a reference to an archived script or an example of such code?
Background:
I have a new FireWire drive (Western Digital MyBook). It is OSX compatible, but not well integrated. For example, it should power off when I shut down the computer. It does so, but only if I unmount it first. If you have a similar drive, I should note that this behavior began when I reformatted it to HFS+ (Journaled) from the OEM FAT32. I would like to autmate the un-mounting upon shut-down via an Apple Script.
I am running OSX 10.3.9 on an E-Mac. As for my programming skills, I used to program in Fortran on both IBM and Unix mainframes, and do some basic Unix system administration tasks. So, I should be able to manage this scripting task if given the right advice.
Thanks in advance for your help!
E-Mac   Mac OS X (10.3.9)  
E-Mac   Mac OS X (10.3.9)  
E-Mac   Mac OS X (10.3.9)   Western Digital MyBook Firewire Drive

The issue isn't how to unmount the disk (that's the easy part), the problem is when to trigger it.
There is no standard mechanism for launching a script at shutdown, so there's no way to tell your script to run prior to the shutdown.
The best solution I can think of is a stay-open script that sits around doing nothing all day, until it quits. When it quits it unmounts the drive.
Under normal circumstances you wouldn't quit the script at all - just leave it running, but when the OS tells it to quit as part of the normal shutdown process it does its thing.
Here's one way of doing it:
on run
-- nothing to do here
end run
on idle
return 3600 -- do nothing, and dont' bother me again for an hour
end idle
on quit
tell application "Finder"
try
eject disk "diskName"
end try
end tell
continue quit
end quit
The 'run' handler is executed when the script is launched, but there's nothing we need to do there.
The 'idle' handler is run periodically in the background - again, we don't need to do anything here, either. The return value tells AppleScript how long to wait before re-running the idle handler
The 'quit' handler does the work - as soon as it's called it unmounts the drive, then continues with the normal quit process.
Of course, there's no checking here to make sure you really are shutting down (vs. just quitting the script manually), so you might want to add some validation (prompt the user, maybe?). You'll notice I wrapped the eject command in a try block - that way it'll fail silently if the disk isn't mounted, otherwise it would post an error dialog "Can't get disk "diskName"".

Similar Messages

  • Help with applescript to unmount disk when putting laptop to sleep

    Could some kind soul please help me a bit with some applescript?
    I would need two things in applescript:
    1. A way to check whether a certain external (firewire) disk is mounted
    (so that I can unount, er, eject it, if it is there)
    2. A way to make an applescript being executed whenever the laptop goes to sleep.
    For the interested reader:
    what I want to do is to write an applescript that would automatically unmount my external backup disk whenever the laptop goes to sleep.
    Oftentimes I forget to do that myself, then, when the computer is asleep and I want to unplug everything to take it home, I remember that I haven't properly ejected the backup disk ...
    Any hints, pointers, tips will be appreciated!
    Best regards,
    Gabriel.

    Thanks a lot for your response
    It's easy to check disks by name:
    but it's not as easy to determine if the named disk is really the FireWire drive you're looking for, or just some other disk named the same.
    Ah, that's OK for me, because I will always give the disks unique names.
    2. A way to make an applescript being executed whenever the laptop goes to sleep.
    This is harder to do. There is no hook in the system to call a script on sleep (like there is on login or logout),
    That's what I was hoping for ...
    therefore I don't see any easy way to do what you're asking.
    Someone suggested to make a script that does nothing, and which has a handler for the event that the system goes to sleep, and put the eject command there.
    But I have no idea how to write such a handler, and how to make the script so that it does not appear in the dock or in the "tab bar", and so that it does not consume CPU power ...
    That said, I'm often in the same situation, however, I just pull the FireWire drive anyway, once it's finished going to sleep. Since no data is being read or written there is little or no chance of corruption.
    I'd rather be certain
    Any ideas?
    Regards,
    Gabriel.

  • Please Help, After Kernel panic restart failed- apple swirl(6 hrs), SafeMode-failed, SUMode-sucess. Could not unmount disk to erase. Repair permissions-multiple fail errors:unable to set permissions on... unable to set owner and group...

    Please Help, I deleted an account that was the same name as the administrator but was not the administrator. Also a samsung galaxy s phone was charging through the usb port.
    I closed out a program and got a message that the temp file could not be stored/saved.
    Then a Kernel panic message occurred and restart was necessary.
    The restart resulted in the screen with the apple logo and a continous swirl for 6+hrs,
    Attempted Safe Mode start up, unsuccessful,
    Single User Mode-sucess.
    Ran $ fsck_hfs -rfd /dev/disk0s2 Ran several times repairs made with one which remained. something about a node.
    No change in start up attempts
    Started with install CD matching current OS 10.6
    Ran Disk Utility Repair Permissions resulting in multiple errors:
    One line/error
    Warning: SUID file /////Ardagent has been modified and will not be repaired
    144 lines/errors of this type of series of lines
    Group permissions differ on...should be drwxr-xr-x, they are -rw-r--r-- .
    permissions differ on...should be drwxr-xr-x, they are -rw-r--r-- .
    unable to set owner and group...error 22: Invalid Argument
    unable to set permissions on...error 22: Invalid Argument
    Ran Repair Disk, result:
    Error: Could not unmount disk (in red)
    Ran Verify Disk, result:
    The volume HD appears to be ok (in green)
    Next I attempted to erase the dist to start from scratch since I have data backed up on time machine.
    Error message box
    Volume Erase failed
    Volume Erase failed with error:
    Could not unmount disk
    I am looking to solve without buying DiskWarrior unless only resort.

    So it looks like  solved it for now I will update later. What I did was after starting from the install cd for the 10.6 system I ran from terminal ran:
    diskutil disablejournaling /dev/disk0s2
    diskutil disableownership /dev/disk0s2
    diskutil repairPermissions /dev/disk0s2
    then i closed terminal and then when to disk utility and chose to repair disk with results all was fine. Then ran repair permissions and got similar results from terminal function next I erased disk and then chose to restore from time machine and it is now restoring! yea!

  • Help needed with delete of bootcamp partition, error message 'Couldn't unmount disk'

    Hello all
    Sorry if this issue has been repeated elsewhere, I did search but there wasn't a discussion relating to my specific issue.
    When we bought the iMac a couple of years ago, my husband partitioned the hard drive to run Windows via Bootcamp. Having got used to the Mac and experiencing the frustration between having to reboot to access each partition I have decided to restore the Mac to factory settings and install Parallels 8 so I can continue to use Office and Coreldraw).
    So having backed up all of my files, I started the Mac up holding the 'Alt' key and then loaded the Recovery HD mode followed by Disk Utility. I then selected Bootcamp and erased all data from the partition. [Note: there are 2 files left which it won't allow me to erase through this method]
    I then selected the main drive and the tab 'Partition', from the layout I then selected Bootcamp and clicked the minus button. I get the message confirming which partition I am about to delete and hit remove. I then get the error message 'Partition failed: couldn't unmount disk'.
    I would be very grateful for some help please? I am not the best techy person but happy to give anything a go.
    Just to mention there is nothing left on the Mac that I want to keep, therefore if there is an easier way than having to delete the partition then happy to hear it.
    Thanks
    Tara

    Hello Tara,
    Are you using Filevault?
    https://kimmo.suominen.com/blog/2013/03/file-vault-volumes-cannot-be-resized/
    Also see the last few posts here...
    https://discussions.apple.com/thread/3894449?start=15&tstart=0

  • Please help with ejecting disk from MBP that won't book

    I was in the middle of installing a Leopard update when my MBP froze.
    Since I had to tunr it off, it now won't start up.
    I tried a friends OSX install disk to get it working and it won't install.
    Please help me eject the disk.
    No matter what I do I cannot get it out.
    IS there a Terminal prompt to eject it.
    The install disks won't allow the command under disk utilities because it is starting up with that disk.
    PLease help.

    hold down the trackpad button while rebooting the computer

  • HT4718 i need to install a fresh copy of OS X onto my macbook pro 13. i did erase the old partition "macintosh hd" & now when i am trying to create a new partition, it shows "partition failed..couldnt unmount disk"...pls help !!

    i need to install a fresh copy of OS X onto my macbook pro 13. i did erase the old partition "macintosh hd" & now when i am trying to create a new partition, it shows "partition failed..couldnt unmount disk"...pls help !!

    First of all, I have to ask, why to you "need" to install a fresh copy of OSX?
    This may mean that your hard drive is failing, so hopefully you have a backup.
    I'm assuming you were in your recovery partition when you did this.
    I would, from the recovery partition, repair your hard drive and permissions.
    When to Run First Aid in Mountain Lion's Disk Utility - For Dummies
    And then try to create the partition again.
    If that doesn't work, you have a few options:
    Try a third party utility like DiskWarrior or TechTool which may be able to repair your hard drive:
    DiskWarrior 4 - The Disk Utility for Mac Disk Repair, Mac Directory Repair, Mac Disk Recovery, Mac Data Recovery or Techtool Pro 7
    Try internet recovery, perhaps erase the entire hard drive and reinstall ML.
    If nothing else works, then I'd replace the HD and start over.

  • Help with Ejecting disk after bad update

    My MBP froze during an update and it won't start up.
    All I have is a friends install disk with me and that will get me to Terminal.
    I can't get the disk to eject since it is the startup disk.
    PLease help!!

    Do an Archive and Install on your internal hard drive so that you can boot to your internal drive (what is the purpose of getting the disk out if you can't boot!). After you install Leopard (remember to check preserve user settings!), you can eject the startup disk. Archive and Install only changes the system folder, so your applications, documents, music, movies, settings, desktop background, etc. will not change. Remember to run Software Update and install all of the updates. My advice is to not have any other applications open. Hopefully, everything installs correctly and your problem is gone.

  • Mounted disk images wont eject or unmount

    I have a problem where when I mount a disc image, after installing the software, I cannot eject or unmount the image. Dragging the mounted image to the Trash does nothing.
    I can successfully unmount the images from Disk Utility but it's a bit of a hassle to fire up an application just to unmount an image.
    Anyone else have this problem or any ideas how to fix it ?

    Hey Ken, thanks for all your advice and input. Cheers.
    PS - do you ever sleep ?
    My user name is Mitch - no spaces or non alpha but it does have a Capital M. Is this likely to cause a problem ?
    I am the holder of the admin account as well.
    I haven't reset my PRAM but I have repaired my disk to no effect.
    My original install was a completely fresh install after a 7 pass erase of my HD. The update to 10.5.1 was via software update.
    When I get home tonight I will download the stand alone 10.5.1 updater and reset the PRAM.
    This problem isn't a show stopper by any means as I can eject via disk utility but I'm just curious as to what is causing the problem.
    As an aside, CD's and DVD's eject fine.
    As far as Time Machine is concerned, I have been a long time user of Retrospect Express and I definitely prefer the control Retrospect has over what gets backed up over Time Machine. I also find Time Machine much slower backing up than Retrospect so I think I'll go back to Retrospect. My main backup needs are iTunes and iPhoto and it's quite difficult using Time Machine to exclude everything except those 2 libraries.
    regards
    Mitch

  • My ebay nightmare - faulty disk upon arrival

    Just bought a 15" powerbook from an ebayer and unfortunately my experience has been, so far, less then happy. I have two PB 12" that I love and I bought this machine for a friend after convincing him, for months, of the merits of Macs. Got the machine and I'm having major disk problems. Luckily I don't have a data recovery issue since the machine is brand new.
    First off, here are the specs:
    Powerbook G4 15", 1Ghz, 768MB, 60GB HD
    Model#: A1046
    Apple Certified Refurbished Seriel: RM5100SLNRY (nowhere in the ebay listing did it mention that is was a refurb)
    I live in Belize, Central America and I just received this powerbook from a solid seller off of ebay who claimed in his ad that the computer was in "good working condition". I truly hope this seller did not intentionally sell me something he knew would be DOA, but this remains to be seen. Sending the thing back to the US for repairs represents a HUGE pain in the ***.
    Here is what has happened so far:
    1) Opened PB for the first time. Seller claimed he was installing a fresh copy of 10.4.7, so I figured I just start right up instead of bothering with a fresh install myself.
    2) First thing I noticed is that the chime took a full 10 seconds, the gray screen and apple take a full 12 seconds after the chime. Never does boot with regular startup, stuck on gray apple with no spinning wheel, just sits at the apple. This is very different from my two 12" PBs that both boot quickly and smoothly.
    3) Decided to go directly to fresh install (full erasure), worked fine, zero errors or hangups.
    4) Upon reboot, same thing, stuck at gray apple logo.
    5) Reboot attempt into verbose mode - FAILED
    6) Reboot attempt into single-user mode - FAILED
    7) Reboot attempt into safe mode - FAILED (5/6/7 all get stuck on gray apple logo, have never been able to get into these modes)
    8) Back into disk utlity, disk shows up fine
    9) Ran verify/repair, each time it gives me different results
    a) "repairing disk failed - cannot unmount"
    b) "invalid sibling link"
    c) Checking Catalog file -> Invaild Code Structure -> Volume Check failed -> Error: The underlying task reported failure on exit
    d) or it simply gives a clean bill of health
    10) This is the weird part, the test is different almost every time I run it
    11) dmesg is reporting the following lines at the end:
    disk0s3: I/O error
    12) When I run "sh /etc/rc", I get the following before the machine forces me to reboot.
    registermach_bootstrapservers: bootstrap_register(): 1101 (repeated 10+ times)
    Launching Crash Reporter
    Crash Log shows nothing at all
    13) Ran Diskwarrior, identified several errors, apparently "rebuilds" them. While running, gives the following error:
    (Speed inhibited by disk malfunction)
    PB will still not boot, nothing has changed.
    14) Messed around with boot partition position/sizes, using disk utility. Created a 10GB "boot" partition and a put the remainder into "data"... reloaded OSX, again with the "FULL ERASE" option... now the machine will actually get into VERBOSE and SINGLE-USER modes, only to tell me "disk0s3: I/O error" once again. Now the spinning wheel comes on with all boot attempts, but still will not boot.
    15) At this point, I ran Diskwarrior again, says "boot" partition is in use and it cannot rebuild...
    16) Ran DW on "data", still giving the "speed inhibited by disk malfunction" error while running, many errors corrected
    17) Ran DW on "boot", still giving the "speed inhibited by disk malfunction" error while running, many errors corrected
    And in the end, it still doesn't boot... and I'm actually back to the original state with no diagnostic boot capabilities.
    I'm sure I need a new drive, but you can imagine how ****** I am that was sold to me as a machine "in good working order"... I don't "blame" the seller, but this really *****... Because I am in Central America, getting a new drive and replacing it is NOT GOING TO BE FUN.
    Any advice would be sincerely appreciated.
    Powerbook(s)   Mac OS X (10.4.7)  

    You can use a program as Tech Tool Pro 4. It can install a bootable eDrive on your HD or you can read below.
    From the Finder Help Menu:
    Partitioning a hard disk:
    Use Disk Utility to partition a disk into sections, or "volumes," each of which works like a separate disk. You might want to partition a disk so that you can have different versions of the Mac OS, or organize your information in a logical manner.
    Partitioning a disk erases all the files on the disk. If you have any files on the disk you want to save, be sure to make a copy of them on another disk before you partition the disk.
    You cannot partition the disk that you started up from. If you want to partition the startup disk, you must restart your computer using your Mac OS X Install disc, as described below. Because partitioning will erase your hard drive, you should back up your hard disk before proceeding.
    To learn more about using Disk Utility, open Disk Utility, in the Applications/Utilities folder, and choose Help > Disk Utility Help.
    To partition your startup disk:
    Insert the Mac OS X Install disc and restart the computer.
    When you hear the startup tone, hold down the C key until you see the progress indicator (looks like a spinning gear).
    When the Installer appears, choose Utilities > Disk Utility.
    Select your disk from the list, and click Partition.
    Select how you want to partition the disk and any options you want, then click the Partition button at the bottom of the window.
    Quit Disk Utility.
    When the Installer opens again, you can install Mac OS X on one of the partitions.
    If you want to use another disk as the start-up disk, choose Utilities > Startup Disk and choose it.
    MJ

  • Automatically ejecting or unmounting a drive on shut down?

    Greetings,
    Is there a way to write a script for automatically ejecting or unmounting a drive on shut down?
    I have a couple of firewire external drives that need to be unmounted before I shut down the computer and sometimes I forget (running the risk of losing data).
    Is it best to do it with Applescript or Automator?
    Thanks folks!
    G5 1.8 GHz Dual   Mac OS X (10.4.8)   ATI Radeon X800 XT Mac Edition 256MB AGP

    I'm highly confused here.
    Part of the clean shutdown process is to
    unmount any mounted drives. Adding a logoutHook
    script isn't going to change that - it would just do
    manually what the OS would do automatically.
    Now an unclean shutdown such as a kernel panic
    or power outage isn't going to unmount your drives,
    but you also don't get an opportunity to unmount the
    drives yourself.
    What makes you say your drives aren't getting
    unmounted?
    This may help with my question above.
    I have WD drive, and this is what they recommend for me to do.
    http://wdc.custhelp.com/cgi-bin/wdc.cfg/php/enduser/stdadp.php?p_faqid=976&p_created=1052238620&p_sid=Bf4IFXti&p_accessibility=0&p_redi rect=&p_lva=&p_sp=cF9zcmNoPSZwX3NvcnRfYnk9JnBfZ3JpZHNvcnQ9JnBfcm93X2NudD05OCZwX3 Byb2RzPTAmcF9jYXRzPTExMyZwX3B2PSZwX2N2PTEuMTEzJnBfc2VhcmNoX3R5cGU9YW5zd2Vycy5zZW FyY2hfZm5sJnBfcGFnZT0x&p_li=&ptopview=1
    They want me to unmount the drive before I shut down.
    Is there a way to write a script for automatically unmounting a drive on shut down? With a script?
    Thanks fo the replies!

  • Format External Drive Error can't unmount disk LaCie 1TB External Drive

    Need Help Can't Format This disk. I have tried Formating with Disk Utility and It says it can't be unmounted.
    Help!!

    Drive Partition and Format
    1. Boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button.  When the menu bar appears select Disk Utility from the Utilities menu.
    If you are preparing an external or a non-startup drive, then open Disk Utility in your Utilities folder.
    2. After Disk Utility loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Apply button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Security button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    Steps 4-6 are optional but should be used on a drive that has never been formatted before, if the format type is not Mac OS Extended, if the partition scheme has been changed, or if a different operating system (not OS X) has been installed on the drive.

  • Unmount disk (-10000) -?????? Drive will not format.

    I have a Western Digital external firewire Hard drive that won't repair, mount or stay correctly partitioned. I cannot erase drive. When I plug it in it says this drive cannot be read: intitalize, Ignore, eject. Intitalize does nothing. Each time to mount drive from Disk utility, I have to partition it. Then the drive will not show up till I verify then:
    I get error:
    Verify volume failed with error Could not unmount disk (-10000)
    help?
    _Richard

    There is a question as to whether the enclosure or the drive itself is at fault. Does the enclosure also have USB capability? If so, you could see what it does if connected by USB. Same thing, the drive itself may be bad, and if still under warranty, you could probably get WD to replace it. If the drive works properly on USB, then I would be suspicious of the firewire bridge in the enclosure.
    Also, if you can, try a different cable and see if that makes any difference.
    Good luck!

  • Disk Utility: "Repairing disk failed with error Could not unmount disk"

    Disk Utility: “Repairing disk failed with error Could not unmount disk”
    Hi. I’ve been experiencing some mildly squirrelly behaviour with my system (vide infra) so decided to repair the two internal hard drives on my computer. The primary hard drive is a 74.53 GB ST380013AS that came with the system; its S.M.A.R.T. Status is “verified” and Disk Utility repairs permissions just fine. However, the second internal drive (Maxtor 6L250S0, 233.76 GB, lower Bay, Journaled HFS+), despite being verified by S.M.A.R.T. status and apparently running OK, fails to unmount when I ask Disk Utility to repair it- I get the above error message in red. I have repaired this disk with DiskWarrior (v3.03) and all appears to run AOK. Can anyone tell me why I cannot get Disk Utility to run on this secondary (eg, non-startup) disk? I have tried many times and the error is reproducible. Thank you!
    G5 1.6GHz PPC, 1 GB RAM, running OS 10.4.6

    Thank you for these useful links!
    For others who have this issue, I also found very helpful advice given to this question on the MacFixIt forums by MicroMat Tech3 at
    http://www.macfixitforums.com/php/showthreaded.php?Cat=&Board=tiger&Number=76265 1
    He said: "Use the lsof command to find the open files on a volume that does not unmount or eject. Open Terminal, located in /Applications/Utilities. Type: sudo lsof | grep Leave a space after the p in grep, then drag the icon of the problem volume to the Terminal window. The pathname for the volume is pasted in for you; press Return. Then enter your administrative password at the prompt, and press Return."
    At this point, one now has a list of the open files/processes on the volume that will not unmount. You can use Activity Monitor to terminate these processes if you wish, and then the volume will unmount as it should.

  • External hard drive reformatting error: 'could not unmount disk'

    I've bought a TrekStor DataStation maxi light 2TB external harddrive and I am trying to reformat it so I can use it with my Mac.
    Unfortunately when I try to either 'Erase' or create a partition as detailed here: https://discussions.apple.com/thread/2701878?start=0&tstart=0 I get the 'could not unmount disk' error.
    Is anybody able to offer a solution?
    Kind regards,
    Rhyno

    Sounds like something is using (or trying to use) the disk.
    Eject it if you can.  Then unplug and reconnect, and try again.
    If all else fails, you may have to power down, start up from your Snow Leopard Install disc and erase/format it from there.  See the yellow box in #6 of Using Disk Utility.

  • Cannot unmount disk

    I am trying to install OS X 10.4.6 on an iBook.
    I am installing from a DVD copy made by the local apple store.
    The "Checking your installation DVD" part completes without errors.
    During the install it stops and says:
    BomFatalError - cpio read error: bad file format
    Install failed: some files for BSD may not have been written correctly
    I've tried this several times, always with the same error.
    In the Disk Utility - First Aid tab, I tried Verify Disk and Repair disk, both which fail with "Could not unmount disk"
    I also tried Verify Disk Permission and Repair Disk Permissions, both of which complete successfully.
    Then I tried to erase the disk (1 pass), and it says:
    Zero Disk failed with error
    Could not unmount disk.
    What else can I do?
    iBook
    PowerBook4.3
    PowerPC 750(1.12)
    1 cpu
    700Mhz
    640mb ram

    Here's the readme...sorry, don't know what we're looking for, so the whole thing:
    Read Before You Install Mac OS X
    Read this document before you install Mac OS X. It includes information about supported computers, system requirements, and installing Mac OS X.
    For more information about Mac OS X, visit this website: • www.apple.com/macosx/
    For the latest information about using Mac OS X, connect to the Internet and open Mac Help. To open Mac Help, click the Help menu in the Finder and choose Mac Help.
    For information about the support available for this product, see the AppleCare Software Services and Support Guide included with Mac OS X.
    System requirements
    You must have a Macintosh computer with: • a PowerPC G3, G4, or G5 processor • a DVD drive • built-in FireWire
    • at least 256 MB of RAM • a built-in display or a display connected to an Apple-supplied video card supported
    by your computer • at least 3 GB of disk space available, or 4 GB if you install the developer tools
    If you see a message in the Installer that you do not have enough disk space to install Mac OS X, you can deselect items to save space. To deselect items, click Custom Install in the Easy Install panel.
    Updating your computer’s firmware
    You may need to update your computer’s firmware. It’s best to update the firmware before installing Mac OS X. If you haven’t started the Mac OS X Installer, check the Apple Software Updates website to see if there are any firmware updates for your computer:
    • www.apple.com/support/downloads/
    If you don’t do this, you may see a message that you need to update your computer’s firmware when you start the Installer. To update the firmware, you will need to quit the Installer and restart your computer using your current startup disk, then check the Software Updates website.
    If you have problems with your computer after installing this version of Mac OS X, you might need to update the firmware even though you did not see a message when you installed the software. Check the Software Updates website for recent firmware updates for your computer.
    Starting installation
    To start installing Mac OS X, insert the Mac OS X Install DVD and double-click the Install Mac OS X icon:
    You can also start installing Mac OS X by inserting the Install DVD and restarting your computer while holding down the C key, or by selecting the Install DVD as your startup disk using Startup Disk preferences.
    Quitting the Installer
    If you need to quit the Installer before you click Install in the Easy Install or Custom Install pane, choose Quit Installer from the Installer application menu, then click Startup Disk to select a startup disk for your computer.
    If you have already clicked Install, wait until installation finishes.
    Advice about hardware compatibility Installing on a Power Macintosh G3 (Blue and White)
    If you have a Power Macintosh G3 (Blue and White) that came with an Apple SCSI hard disk, do not choose UNIX File System (UFS) as the format for the destination disk.
    Installing on a computer with a third-party SCSI card
    If you have a third-party SCSI card installed in your computer and you cannot start up Mac OS X, attach a disk drive or terminator to one of the card’s ports. If you continue to have problems, try removing the card. Contact the manufacturer of the card for more information about using the card with Mac OS X.
    Installing on a computer with a third-party video card
    If you have a third-party video card installed in your computer, you may need to remove it before you install Mac OS X. Contact the manufacturer of the card for more information about using the card with Mac OS X.
    Advice about installing Mac OS X Erasing and formatting your disk
    When you install Mac OS X, you can erase the destination disk you select. In the “Select a Destination” pane of the Installer, click the Options button. Select Erase and Install then choose a format. In most cases, choose Mac OS Extended (Journaled).
    Important Do not choose UNIX File System (UFS) unless you need to work with this format. If you choose UFS, Mac OS 9 and all Mac OS 9 applications must be installed on a Mac OS Extended format disk to use them with the Classic environment.
    To install Mac OS X on the same disk or disk partition as Mac OS 9, the disk must be in Mac OS Extended format. If it isn’t, quit the Installer and back up your files, then reformat the disk.
    You can also partition your hard disk into several volumes before you install Mac OS X. In the Installer, choose Utilities > Open Disk Utility and click Partition. Partitioning the disk erases the entire disk, so be sure to back up your files first.
    Installing optional software
    Easy Install installs all the software you need to use Mac OS X, but does not install some additional software. If you want to install this optional software or you don’t want to install all the software installed using Easy Install, click Custom Install and select the items you want to install. If you want to install this optional software later, insert the Mac OS X Install DVD and double-click Optional Installs.
    Locating the Installer log
    When you install Mac OS X, the Installer saves a log of the installation. To see the log, open Console (in /Applications/Utilities), click Logs, then click the triangle next to / var/log and select install.log.
    Reinstalling Mac OS X
    To reinstall Mac OS X, insert the Mac OS X Install DVD and double-click the Install Mac OS X icon, then follow the onscreen instructions. When you see the “Select a Destination” pane, click Options to select how to install Mac OS X:
    • Select “Archive and Install” to save your existing system files, user accounts and their home folders, and existing network settings. The Installer saves files in a folder named Previous System so that you can copy them to an appropriate location later. You cannot start up your computer using the Previous System folder.
    • Select “Erase and Install” to erase the destination volume and install a new copy of Mac OS X. If you select this option, you will lose all your files and the software you have installed on the destination volume, so you may want to back it up first. If you select this option, you can choose the format for the volume. In most cases, choose Mac OS Extended (Journaled) from the pop-up menu.
    Setting up and connecting to the Internet
    If you have an existing Internet service provider (ISP) and you’re installing Mac OS X for the first time, you need to enter your Internet connection information when installation finishes. Be sure to have the information available. If you have problems connecting to the Internet, contact your ISP to make sure you have the correct information.
    Advice about using Mac OS X If you have problems starting up
    If you cannot start up your computer, insert the Mac OS X Install DVD and restart your computer while holding down the C key. Choose, Choose > Open Disk Utility, then click First Aid to repair your disk.
    If you have problems starting up your computer and you have devices connected to your computer such as FireWire drives, USB printers, or external displays, try disconnecting them before starting up again.
    Upgrading your applications and other software
    For best results with Mac OS X, look for versions of your applications that are built for Mac OS X. Check the Mac OS X website for information about available applications:
    • www.apple.com/macosx/
    If you cannot find Mac OS X versions, upgrade to the latest Mac OS 9 version to use with the Mac OS X Classic environment. Check with the manufacturers for the latest updates.
    Using POP email accounts and On My Mac mailboxes in Tiger and Panther
    If you have a shared home folder and you access a POP email account using Mail in both Mac OS X Panther and Mac OS X Tiger, you will not see messages that you retrieve in one version when you switch to the other.
    As an alternative, you can deselect the option to remove copies from the server after retrieving your messages. To change this option, open the Accounts pane of Mail preferences and click Advanced.
    You will not see messages saved in a mailbox on your computer when you switch from one version to another. To avoid this problem, use separate home folders for each version of Mac OS X.
    Your IMAP account will synchronize automatically when you switch between Mail in Tiger and Panther.
    © 2005 Apple Computer, Inc. All rights reserved. Apple, the Apple logo, FireWire, Macintosh, Mac OS, and Power Macintosh are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. PowerPC is a trademark of International Business Corporation, used under license therefrom.

Maybe you are looking for

  • Re: Satellite U400-11Q with Vista has new HDD but no recovery disk

    Hi, Before I start a very important message: I usually don't work with pc...:-) At my work we have an IT-department for our PC's :-)) However, now I have to work privately with a PC/ notebook and I need help: I am sitting in front of a Toshiba Satell

  • Mouse cursor invisible, but still functional

    So, I recently updated my system and after the next reboot, the cursor was gone. Okay, it was not that gone, it was just invisible, but I can use it right now as it was there. Unfortunately, it was not the smallest update, so I currently have no clue

  • Unsupported data conversion

    I just upgrade my jdbc driver to "BEA's MS SQL Server Driver(Type 4)" in WLS 8.1. I got the following errors when executing rs.getTimestamp(1) with a NULL value fetched. Any idea????? java.sql.SQLException: [BEA][SQLServer JDBC Driver]Unsupported dat

  • Logic Pro 9 WILL NOT recognise EZdrummer in Audio Units Manager, HELP??

    I recently purchased and installed Toontrack's EZdrummer plug-in to work inside Logic Pro. However, after a week of trying, I for some bizarre reason cannot get Logic to recognize the plug-in/vst. All week i've conquered the internet looking for solu

  • To receivethe values from query string

    hi, please help me to receive the values which is passed from one jsp page to another using query string...this is urgent..please guide me...