Is 250GB External USB Hard Drive compatible with Mac OSX on an iBook G4?

Hello,
I just bought a Toshiba 250GB External Usb Hard Drive because the seller recommended it to telling me that it works in my computer iBook G4 Mac OSX.
I prepared it and I see it on my desktop with a folder named System Volume Information and 2.32 GB available.
I tried to copy a file and I received a message telling that the disc can't be modified.
Where can I find the instructions to initialize it if it is compatible?
Thanks in advance,
Joan
Message was edited by: jinglada
Message was edited by: jinglada

I have a feeling this is a similar problem to my 400GB Usb2 drive. I reformatted it to the default Mac format in Disk Utility and it mounted!! Try this

Similar Messages

  • External Hard Drive Compatible with Mac and Windows?

    So my old laptop is a Dell Latitude and I bought a Western Digital external hard drive and put all my files/pics/music on it. The information the WD came with said its compatible with Mac and Windows, but when I plug it into my brand spankin new Macbook, it doesn't register with the computer and won't show up. What's going on?
    Message was edited by: philliesphan

    I recently ran into that problem. In order to have the hard drive compatible for both PC and Mac it must be in a FAT32 format. In order to do this though all your files will be deleted (in order to reformat). You can do this by plugging in the hard drive into you mac and going under disk utility and there you will find your hard drive and under erase change the format to FAT32 and then you press erase (all will be deleted off the external drive though)

  • External usb hard drive conflicting with Airport...

    I am having an issue on my Macbook Pro....when I have my 500gb WD Passport Drive plugged in to either USB port, my Airport signal drops.  If I unplug the drive, the signal comes right back.  The odd thing is that this only happens on my FiOS network at home…..yet does not happen on my network at work.   This has recently started to happen, where it previously used to work at home without any issues.   Also, when this happens, the Airport icon in the top bar shows that I have full signal.  Nothing that I know of has changed with my FiOS service, or my router set up.
    Any insight on this would be greatly appreciated.  Thanks in advance!
    Rob
    Setup Info:
    Macbook Pro 2.4GHz Intel Core i5 (mid-2010)
    OS 10.6.8 Snow Leapard

    A USB master and USB peripheral devices cannot be connected to each other in "daisychain" fashion. Two or more USB peripheral devices must be connected to each other and to the USB master using a USB hub.
    Firewire is designed to allow connection from a Firewire bus master to a Firewire bus peripheral device, and then in turn on to another Firewire bus peripheral device, in a "daisychain" fashion. Note that there must be one Firewire bus master - usually a computer - in the chain.
    You cannot connect a USB master to a USB hard drive, then daisychain that drive via Firewire to another Firewire interface drive, since a hard drive won't function as a Firewire bus master on its own.

  • External hard drive compatible with mac

    I recently purchased a Lacie external hd (the porsche design P´9220). Had some initial trouble with getting it up and running, had to switch primary partition hd to actually get the 1 TB storage amount. I did this on a pc in computer management, because I couldn´t figure out how to do this on my mac. Anyway, when I swiched the primary partition hard drive to the right one, I only had two options for formating, either NTFS or exFAT. I thought exFAT would work on mac, but turns out it doesn´t.. Is there any way I can format this hd to fat/ fat32 either on mac or pc?? The whole point of buying this hd was that I thought it would be compatible with BOTH mac and pc at the same time..
    Any help will be appreciated, thanks!
    Hedda - Norway

    Nah:
    Drive Preparation
    1. Open Disk Utility in your Utilities folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. 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 two and size them to your preferences. 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 Partition button and wait until the process has completed.
    4. Select the volume you created for Windows use, click on the Erase tab in the DU main window. Set the Format Type to MSDOS then click on the Erase button.

  • External USB Hard Drive crashed with my Home Folder!

    I have my home folder on an external USB drive that went bad, so now I can't log in. I get the message "You are unable to log in to the user account xxxx at this time. Logging in to the account failed because an error occurred". Well, I know the error is because my home folder on the external drive is not accessible.
    My original home folder is still on the internal hard drive. How do I change the path to the home folder on the internal drive when I can't log in. I don't have any other User accounts on this MAC, so I can't log in as a different Administrative User to change the path to the home folder on the internal drive. This MAC is running Lion (OS X 10.7.5). Any help would be appreciated. Thanks.

    First, find out your current user home directory for the User Account Name you wish to recover.
    If your user accounts are not accesible to do this command from terminal, start the Macintosh in recovery mode.
    This can be done by pressing Command+R during startup.
    Select the terminal from the tools and enter this command.
    "dscl . read /Users/User NFSHomeDirectory" .....obviously without the quotations and instead of "User" put the name of the user you with to recover.
    Now if the name of hard disk is named "XXXXX 1" that is with a number one at the end of your home directory hard disk name, that means that the Mac OS has renamed your hard disk at a different mount point. Due to this flaw, the OS is not recognizing your hard disk, hence the error.
    Gain root access in the terminal and navigate to the /Volumes directory. Print all the drives in that directory.
    If you have duplicate folder names, like  "xxxxx", "xxxxx 1", then eject your home directory hard disk (so you are sure you won't delete your files when you do the next steps), and print the contents of the directory. If there is a folder that has the name of your hard disk home directory, DELETE IT.
    Now, still in the recovery terminal mode, make a local user account (unless you already have a valid account you can logon on to such as a guest account) so you can verify that your old account is still set to your hard drive home directory name.
    Here's a shell script, where "Administrator" is any name you like.
    #!/bin/sh
    . /etc/rc.common
    dscl . create /Users/administrator
    dscl . create /Users/administrator RealName "Administrator Account"
    dscl . create /Users/administrator hint "Password Hint"
    dscl . create /Users/administrator picture "/Path/To/Picture.png"
    dscl . passwd /Users/administrator thisistheaccountpassword
    dscl . create /Users/administrator UniqueID 501
    dscl . create /Users/administrator PrimaryGroupID 80
    dscl . create /Users/administrator UserShell /bin/bash
    dscl . create /Users/administrator NFSHomeDirectory /Users/administrator
    cp -R /System/Library/User\ Template/English.lproj /Users/administrator
    chown -R administrator:staff /Users/administrator
    Now Logon to that account. Go to System Preferences ----> Users & Groups ----> Right Click on The User You Wish To Recover ----> Advanced Options ----> And MAKE SURE That The Home Directory Is The Correct Name i.e. "Home Directory", NOT "Home Directory 1". Voila.
    Change this from the temporary user account, log off, and you should have access. BTW, I always recommend having a guest account enabled or a secondary user account when you wish to recover your account whenever you disconnect your home directory hard drive by accident or it crashes. Thanks for reading.

  • How to use iPad (4th gen) to edit with iMovie - but using an external source such as a USB stick or external USB hard drive

    Want to use my iPad (4th gen) to edit a movie using iMovie - easy enough if the movie file is on the iPad - but what if it's too large - can I keep the source file on a USB stick or external USB hard drive and edit from there?  How can you do this?

    You can't export any type of file using the camera connection kit, so a USB flash drive or SD card won't work.
    There are some wireless external hard drives that can be used with the iPad.
    The Kingston Wi-Drive, which costs $50 for the 16 Gigabyte, and then $30 more for every 16 gigs more. It works by you turning it on and then accessing the files on it from an app that you download on your iDevice. You can access music, movies, and other stuff. No connections or anything, it works like a WiFi connection, you connect to it from the setting on the iPad under wireless networks.
    Then there is the Seagate GoFlex, which some would recommend over the Wi-Drive. But this one costs $199 and had 500 Gigabytes of storage. It works the sameway as the Kingston: no wires, runs over its wireless connection. You can actually fit up to 300 HD movies on it.
    Another option:
    Expand your iPad's storage capacity with HyperDrive
    http://www.macworld.com/article/1153935/hyperdrive.html
    On the road with a camera, an iPad, and a Hyperdrive
    http://www.macworld.com/article/1160231/ipadhyperdrive.html
     Cheers, Tom

  • External hard drive compatible with macbook pro 10.5.8

    external hard drive compatible with macbook pro 10.5.8, i need a hard drive that will work with 10.5.8 to back everything up before upgrading to 10.6. a hard drive that is compatable with 10.5.8 has been impossible to find, a hard drive that works with both opperating systems is what i am looking for, any information that can help is appreciated

    You can buy just about any USB2.0 hard drive and use it with your MacBook Pro.  Many older external drives come pre-partitioned and formatted FAT32 for use on Windows.  Your Mac can use that file system as well, but it has limitations on file sizes.  You can always re-partition your external drive and re-format it as HFS+ (MacOS Extended Journaled) then your old Mac OS version and your new one should both be able to access it just fine.  One thing to keep in mind is that many older OSes don't really handle drives larger than 2TB well, so you would probably want to try to keep your external drive to something smaller than 2TB...

  • External USB hard drive not being recognized

    Hello! I'm sure this has been posted before, but excuse my naivety with this sort of thing...
    I have a mac mini 10.5.6 (1.83 GHz Intel Core 2 Duo) and I run the Time Machine function to an external usb hard drive. The hard drive worked fine (plugged into the usb port on an older keyboard), but I went out and bought a new aluminum apple keyboard (because they look so cool ^_^ ) - I plugged the external usb drive into the keyboard and it wasn't recognized, so I tried plugging the external drive directly into the mac mini, but it is still not recognized. It is not showing up in Disk Utility or in System Profiler
    Help? I'd hate to have to give up this fancy keyboard...
    Thank you!
    Dr. E

    I believe I had my external drive plugged into the (old) keyboard because with the old mac that I had didn't have a free usb port for it - so when I got the mini I just plugged things back in where they were. But I have always had the Time Machine back up to this drive (connected to the keyboard) though it has been slow (another reason I thought the new keyboard was a good idea).
    I tried restarting the computer without the alu keyboard plugged in, but same problem of no drive showing up.
    Here is what System Profiler has to say about my drive:
    USB2.0 Storage Device:
    Capacity: 93.16 GB
    Removable Media: Yes
    Detachable Drive: Yes
    BSD Name: disk1
    Product ID: 0x6830
    Vendor ID: 0x04b4 (Cypress Semiconductor)
    Version: 0.01
    Serial Number: DEF107920F07
    Speed: Up to 12 Mb/sec
    Manufacturer: Cypress Semiconductor
    Location ID: 0x3d130000
    Current Available (mA): 100
    Current Required (mA): 0
    Mac OS 9 Drivers: No
    Partition Map Type: GPT (GUID Partition Table)
    S.M.A.R.T. status: Not Supported
    Volumes:
    USB:
    Capacity: 92.84 GB
    Available: 53.14 GB
    Writable: Yes
    File System: Journaled HFS+
    BSD Name: disk1s2
    Mount Point: /Volumes/USB
    I don't know the brand or model as it has 'always' been in the case that in which it currently resides and I didn't physically buy the thing :\ I do know that no software was installed with the drive as I assumed that when I put all the old info from the original mac to the mini that it was the sort of thing that would carry over.
    Sorry I'm not terribly helpful - Thank you!
    Dr. E

  • External USB Hard Drive not showing up on Time Capsule

    Hi all,
    I have a 500 Gb Time Capsule that used to be able to detect my external USB hard drives. I had to store my things for a while and have just started using the Time Capsule again. The TC works fine, however, the same USB external hard drives I used to connect to the TC are not showing up anymore :s They show up on the desktop when I connect them directly to my MacBook via USB. I have been through most of the file sharing options in Airport Utility and System Preferences but have not been able to solve this. I can't think of any settings that would have changed from when they were showing up in the past. Any help would be greatly appreciated. Thx

    yosemite won't work with ntfs drives for some reason, i've had the same issue with my toshiba. i thought ok lemme buy another one, and transfer it over maybe it's a driver issue which i've tried over and over, apple support can't figure it out.
    here's a simple fix, but the problem is i have an external where all my photography and video files are stored, so i can't access them right now and it's making my life ****.
    http://guides.macrumors.com/Formatting_an_External_Device
    that does work and make the drive mountable now, but problem being i can't obviously reformat the old drive and lose everything. once the new drive is formatted for mac i can't plug it into a pc to transfer the files from. which is the only problem now. but formatting the drive for mac only DOES work. but you're just screwed and not able to use it ntfs. hope the link helps SOME people.

  • [SOLVED] Kernel panic when using external USB hard drive

    I have a desktop PC with a 64 bit arch install, on a Core2 Duo 6320 CPU. I have been using (and continue using right now) a 500 GB "Iomega Desktop Hard Drive" external USB hard disk without problems. But I have just bought a 3 TB "Seagate Expansion" external USB hard drive and I'm unable to use it from my Arch install. Each time I try to format it or to copy data from the PC, Arch freezes with a kernel panic. Sometimes it freezes faster and I cannot see anything, but others I am able to see the following kernel messages, repeating several times:
    [11701.205071] sd 3:0:0:0: [sdf] uas_eh_abort_handler ffff880014e13380 tag 29, inflight: CMD
    [11701.221297] sd 3:0:0:0: [sdf] abort completed
    [11701.221313] scsi host3: uas_eh_task_mgmt: ABORT TASK failed (wrong tag 0/256)
    [11701.221323] sd 3:0:0:0: [sdf] uas_eh_abort_handler ffff880014e13500 tag 30, inflight: CMD
    [11701.237550] sd 3:0:0:0: [sdf] abort completed
    [11701.237567] scsi host3: uas_eh_task_mgmt: ABORT TASK failed (wrong tag 0/256)
    [11701.237576] sd 3:0:0:0: [sdf] uas_eh_abort_handler ffff880014e13680 tag 31, inflight: CMD
    [11701.253922] sd 3:0:0:0: [sdf] abort completed
    [11701.253936] scsi host3: uas_eh_task_mgmt: ABORT TASK failed (wrong tag 0/256)
    [11701.253956] sd 3:0:0:0: uas_eh_device_reset_handler
    [11704.252182] scsi host3: uas_eh_task_mgmt: LOGICAL UNIT RESET timed out
    [11704.252196] scsi host3: uas_eh_bus_reset_handler start
    [11704.252443] usb 5-6: stat urb: killed, stream 0
    [11704.358882] usb 5-6: reset high-speed USB device number 3 using ehci-pci
    [11704.483206] scsi host3: uas_eh_bus_reset_handler success
    Strange enough, the drive is listed by lsusb command as a 2TB but I don't think this is related to the problem (as the OS sees the 3 TB). This is the lsusb output:
    Bus 001 Device 003: ID 0bc2:3312 Seagate RSS LLC SRD00F2 [Expansion Desktop Drive 2TB]
    I have tried the drive on other PCs and it works flawlessly. Also tried booting Windows 8 on the same PC I have Arch installed in, and in Windows it also works perfect. I have tried using ext2 and NTFS filesystems. Tried also changing the USB cable without success. And right now I'm out of ideas. Any suggestions?
    Last edited by doragasu (2014-07-03 11:06:25)

    looks like it could be the UAS module , check https://bbs.archlinux.org/viewtopic.php?id=183190

  • External USB hard drive won't reformat, won't appear in Finder, error: Unable to write to the last block of the device message

    So I just got a new MacBook Air and since I had an external USB hard drive (TOSHIBA MQ01ABD100 1TB) lying around, I decided to use it for back-up. Since I only have just the one hard drive, I decided to partition it into two - one for Time Machine backups, and one for general files (formatted FAT so I could use it with Windows). However, the partitioning failed and I ended up with a partition named disk1s2. Plus, it won't appear on Finder anymore, but it appears in Disk Utility.
    I have tried to reformat it, but I always get the message "Unable to write to the last block of the device".
    Here's the info about my drive:
    Name: TOSHIBA MQ01ABD100 Media
    Type: Disk
    Partition Map Scheme: GUID Partition Table
    Disk Identifier: disk1
    Media Name: TOSHIBA MQ01ABD100 Media
    Media Type: Generic
    Connection Bus: USB
    USB Serial Number: 1220069C
    Device Tree: IODeviceTree:/PCI0@0/XHC@14
    Writable: Yes
    Ejectable: Yes
    Location: External
    Total Capacity: 1 TB
    Disk Number: 1
    Partition Number: 0
    S.M.A.R.T. Status: Not Supported
    And here's for disk1s2:
    Name: disk1s2
    Type: Partition
    Disk Identifier: disk1s2
    Mount Point: Not mounted
    File System: Mac OS Extended
    Connection Bus: USB
    Device Tree: IODeviceTree:/PCI0@0/XHC@14
    Writable: Yes
    Capacity: 999.86 GB
    Owners Enabled: No
    Can Turn Owners Off: Yes
    Can Be Formatted: Yes
    Bootable: Yes
    Supports Journaling: Yes
    Journaled: No
    Disk Number: 1
    Partition Number: 2
    Here's what it says when I run diskutil in Terminal:
    Device Identifier:        disk1
    Device Node:              /dev/disk1
    Part of Whole:            disk1
    Device / Media Name:      TOSHIBA MQ01ABD100 Media
    Volume Name:              Not applicable (no file system)
    Mounted:                  Not applicable (no file system)
    File System:              None
    Content (IOContent):      GUID_partition_scheme
    OS Can Be Installed:      No
    Media Type:               Generic
    Protocol:                 USB
    SMART Status:             Not Supported
    Total Size:               1.0 TB (1000204884480 Bytes) (exactly 1953525165 512-Byte-Units)
    Volume Free Space:        Not applicable (no file system)
    Device Block Size:        512 Bytes
    Read-Only Media:          No
    Read-Only Volume:         Not applicable (no file system)
    Ejectable:                Yes
    Whole:                    Yes
    Internal:                 No
    OS 9 Drivers:             No
    Low Level Format:         Not supported
    I didn't have any data in it prior to the failed partitioning attempt, so there aren't any worries of data recovery. But I'd really like to be able to use this drive again, and save some money (external hard drives are expensive where I live). Anyone with any ideas?

    I'd also like to add that repairing the disk using Disk Utility does nothing but tell me to reformat the drive. So I'm stuck in a loop here.

  • Changing external USB hard drive into a FireWire Drive???

    I have been reading in some of the other discussions about how it is possible to change a USB external hard drive into a FireWire external hard drive. Is this true ??? I recently pruchased an external USB hard drive only to now find out that I cannot use it to boot from. Apparently OSX will only boot from a FireWire drive ??? Is there some way to change my current external USB hard drive into a FireWire compatible drive or do I have to purchase a FireWire drive ??? Thanks.

    All I can remember was an internal USB/firewire hub (for PCs, by the way), I haven't seen external adapters like cables; but you may simply ask in your local computer store about.
    Yes, you can boot only from firewire drives. I was told that it is possible the new Intel Macs are able to boot from USB drives, but haven't had the time to verify this so far.
    A possible solution may be to remove the harddisk from the USB enclosure and put it into a firewire case. This should work and you just need to buy the firewire case without the need for another harddisk. Just ensure that the case is able to take your harddrive (2.5" / 3.5" drives, connection interface).

  • Rescue and Recovery 4.3 on Win7 doesn't see a backup on external USB hard drive - Model W510

    I've run the Rescue and Recovery utility within Windows 7 on two different external USB hard drives thinking that maybe it was a usb drive issue.  When I open the R And R utility in expert mode I can see that both backups exist on their respective drives.  I planned on updating my hard drive so I made a full hd backup and the R&R startup disc to boot the laptop from.  The bios recognizes either external hard drive at boot with no problems.  It shows the names and "+" sign next to drives.  So I booted the drive at startup off the DVD drive with the R&R startup disc after I was sure that the bios recognized either external drives.  Then when I choose a "Full" restore is of course asks me if I want to use hd, cd/dvd, or external usb drive which I choose the later.  It then should show me the backup that I created earlier just as it did when I ran the utility from the Win7 environment so I can choose it to restore from.  But I get a blank box showing no backups when I run the 4.3 R&R Startup disc.  Again if I boot to Win7 and go into the R&R utility I can see the backup on the exact same USB external drive.  Then boot off the CD startup recovery disc and it shows NO BACKUP!  Help please!  I want to shelf my old hard drive "as is" and create the Restore onto the new hard drive but the utility isn't working for me.
    Thanks for any help.

    Hmmm,
    Seems like that _should_ work.  Here's a way you might be able to finesse it:  go to the advanced R&R menu in Win 7 and create rescue media on your USB drive.  It's essentially the same process as creating the CD - it makes the USB drive bootable and puts a copy of R&R there.
    There _should_ be an option to "preserve existing data" but be prepared to lose your existing backup and make it again.
    Then just boot the external USB drive and see if R&R recognizes a backup image on the same drive from which you booted.
    That's the way I usually migrate to new drives.  Maybe it will get around your mysterious problem.
    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   Русскоязычное Сообщество

  • Unable to eject external USB hard drive

    I've been using a 500 gb WD Passport external USB hard drive for about six months now, and recently it's had trouble ejecting. I'm not sure if it's the drive itself or my OS; sometimes I can eject it, other times I get the "the disk __ wasn't ejected because one or more programs may be using it.".
    There are NO programs using the drive, and no users connected to the drive from elsewhere. Is there some process in the activity monitor that may be preventing the disk from unmounting?
    I've tried to log out, relaunch the finder, quite all programs, etc - but the only sure fire method is to restart the computer - which leads me to believe there is some underlying system process that is causing the eject sequence to hang...
    Any ideas? Will I potentially harm my disk's contents by force ejecting every time (so long as I'm certain no programs are writing files)?
    Thanks!

    I'm aslo having problems with a USB drive. In this case it's my Time Machine drive. Similar symptom that the only way to eject it is to restart the computer. Otherwise I get the same message. I also tried the Terminal command with the drag/return. What showed was an empty command line:
    +ip-109-43-193-109:~ user$+
    Now, the reason why I've even tried to do this is because I'm having problems backing up withTime Machine. Upon boot up, the first backup always works, but typically any subsequent b/up will fail with the following error code:
    +Starting standard backup+
    +Backing up to: /Volumes/Jimz TM 2/Backups.backupdb+
    +Error: (22) setxattr for key:com.apple.backupd.ModelID path:/Volumes/Jimz TM 2/Backups.backupdb/user's MBP size:13+
    +Error: (-50) Creating directory 2010-07-08-112436.inProgress+
    +Failed to make snapshot container.+
    +Error: (22) setxattr for key:com.apple.backupd.ModelID path:/Volumes/Jimz TM 2/Backups.backupdb/user's MBP size:13+
    +Backup failed with error: 2+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    +Stopping backupd to allow ejection of backup destination disk!+
    Also, this is the first time that I've seen the error lines regarding ejection of the disc.
    Thanks in advance for any thoughts on this.

  • Can a la cie external USB hard drive be bootable on my G5?

    Can a la cie external USB hard drive be bootable on my G5?

    PPC Macs need a Firewire drive to boot from, IntelMacs can boot from USB, but Firewire drives with a one button touch feature won't work either, as examples...
    The following external hard drives are bootable on Intel-based Macintosh computers systems through USB:
    • My Book Essential Edition
    • My Book Essential Edition 2.0
    • My Book Home Edition
    • My Book Mirror Edition
    • My Book Office Edition
    • My Book Premium Edition
    • My Book Premium Edition II
    • My Book Premium ES Edition
    • My Book Pro Edition
    • My Book Pro Edition II
    • My Book Studio Edition
    • My Book Studio Edition II
    • My Passport Studio
    The following external hard drives are bootable on Intel-based Macintosh computers systems through FireWire (1394a/b):
    • My Book Home Edition
    • My Book Mirror Edition
    • My Book Office Edition
    • My Book Premium Edition
    • My Book Premium Edition II
    • My Book Pro Edition
    • My Book Pro Edition II
    • My Book Studio Edition
    • My Book Studio Edition II
    • My Passport Studio
    The following external hard drives are bootable on Power PC based Macintosh computers systems through FireWire (1394a/b):
    • WD My Book Premium Edition
    • WD My Book Pro Edition
    The following external hard drives are not bootable on Power PC based Macintosh computers systems through USB/FireWire 1394(a/b):
    • My Book Essential Edition
    • My Book Essential Edition 2.0
    • My Book Home Edition
    • My Book Mirror Edition
    • My Book Office Edition
    • My Book Premium Edition II
    • My Book Pro Edition II
    • My Book Studio Edition
    • My Book Studio Edition II
    • My Passport Studio
    • My Passport Elite
    • My Passport Essential
    • WD Passport
    • WD Passport (Silver)
    And I'm in no way suggesting a WD cased drive, there drives are good but the cases & chipsets leave much to be desired.

Maybe you are looking for

  • Read along for iBooks Author

    Is there a way to integrate the Apple extensions to Epub 3.0 that activate the 'read along' feature of iBooks2? These comprise, essentially, additions to the Document declaration in the XHTML source plus the inclusion of a SMIL file and an audio file

  • 10 Minor LR3 UI suggestions and some minor UI bugs

    Minor UI Enhancements / Adjustments … Yes I have bigger issues than these but there is enough being said about those already, however I thought it may help to provide feedback on a bunch of more minor things… 1.       Bug?  - A weird one here… The Th

  • Routine to flatfile

    Hello Ive got a flat (csv) file and i want to make a datasource, but its come like abcederekasdjkasldasd : 2010-01-01 a 2010-02-01 ;;;;;;;;;;;; (line1) ;;;;;;;;;;;; (line2) Field1;field2;;since_field;nr_filed;num2_filed;data;Doa;Sta;;;; (line3) a;a;;

  • Export Sound to MP3?

    Is there a way to Export Sound to MP3 in QuickTime Pro? Is there some sort of plugin that you download or buy to add this feature? I know iTunes can create MP3 files, but I'd love to be able to do it in QuickTime Pro.

  • Inputting into Aperture from a CF cardse

    When inputting I use New Project and automatically split projects and do not import duplicates.  I do not delete originals from my 32GB Lexar UDMA 7 800x CF card as it is plenty large enough to hold several weeks photos (another backup just in case).