Partitioning a WD passport for multi-purpose use

Hello there,
I recently bought a WD My Passport Ultra with 2 TB of storage. It is formatted in NTFS. I have a macbook pro 15' early 2011 with bootcamp running windows 7 ultimate. My goal is to use the drive for time machine AND for it to be like a carrying bag of data for me wherever I go, meaning that everywhere I plug my drive, I wanna be able to add files or take files from it and for it to be used for time machine on my mavericks partition of the mac. I have heard that there is a way I could partition the drive. one partition with HFS+, the other with ExFat. I've opened Disk Utility, went to partition, and prepared a 2 partition format with 600 gigs for HFS+ and the rest with ExFat.
My question is, what is the most reliable partition table I could use (GUID, Apple or Master Boot Record) ? I think you can tell from the naivety of my question that I am not entirely familiar with partition tables or whatever they are supposed to be or mean.

Welcome to Apple Support Communities
Open a Finder window, and your external drive should show up in the sidebar, under "Devices".
A different way is to go to Finder menu (in the menu bar) > Preferences > General, and tick "External disks". If your external drive is detected by OS X, it will show up at the top right corner of Desktop, so double-click it to access to the content.

Similar Messages

  • How to best partition an external drive for my purposes?

    Hello, please help,
    I've just bought a Western Digital 'My Passport' 320Gb USB (no firewire) portable external harddrive for backing up my data prior to iMac repair.
    I also plan to totally wipe my PPC iMac and reinstall it with Leopard.
    I erased the external HD, zeroing out the data from it's previous owner, and reformatted it as Mac OS Extended (not journaled).
    Now I realise that it might be even more useful than I'd imagined.
    I'd now like to partition it so I can use Carbon Copy Cloner to create a bootable copy of my entire iMac while using the rest of the drive as a separate partition for just backing up data.
    Ideally I want to be able to use the drive on both Intel and PPC Macs and even PCs, is this possible? How should I format the drive to achieve this?
    I've heard I should format it as Mac OS Extended (Journaled) HFS+, what ever that is
    I'm currently running OS 10.4.11 but plan to buy Leopard and install that after the wipe.

    17" 1.9Ghz iMac G5 (iSight)
    I've just bought a Western Digital 'My Passport' 320Gb USB (no firewire)
    I'd now like to partition it so I can use Carbon Copy Cloner to create a bootable copy of my entire iMac while using the rest of the drive as a separate partition for just backing up data.
    Ideally I want to be able to use the drive on both Intel and PPC Macs and even PCs, is this possible? How should I format the drive to achieve this?
    For what you want to do, there is a mismatch between your PPC computer and the external drive that you bought.
    With a few exceptions, a PPC Mac requires a firewire external drive for booting and will not boot from a USB drive, regardless of which OS is installed and regardless of the partition scheme and volume format on the drive. I also have an iMac G5, and mine will not boot from USB.
    If you do exchange your drive for a firewire drive, do not get another Western Digital model to use with your G5 - many external WD firewire drives will not boot a PPC mac. See [this page|http://wdc.custhelp.com/cgi-bin/wdc.cfg/php/enduser/stdadp.php?pfaqid=1787]
    If you want to keep your present USB drive, you can still partition it with one partition for a backup clone and another for "other stuff". With respect to immediate use for recovering your stuff after a clean Leopard install on the HD, I think that Migration Assistant will still work, though I haven't tried this. As for the future, the problems with a clone not being bootable are 1) You can't test it to see if it works OK, and 2) If you do need to restore from it you'd need to boot from "somewhere else" - I think you could boot from an install disk and use Disk Utility's Restore feature to clone it back.
    With regard to PC access, a PPC mac normally requires an Apple Partition Map partition scheme on the drive for booting, and such a scheme does not allow for the FAT32 volume format that is readable by PCs. However in this case since your PPC mac can't boot from it anyway, you could partition the drive as GUID. This would allow the main volume to be formatted as Mac OS Extended (Journaled) for the nonbootable clone, and would allow the extra volume to be formatted as FAT32. If you eventually got an Intel Mac, a clone from it to the main volume would also then be bootable.
    But what I would do, if feasible, is exchange the USB drive and get a non-WD firewire drive instead.
    Message was edited by: jsd2

  • SPNego for multi-forest using IBM JDK

    Hi All,
    I need to setup SPNego authentication for EP7 and IBM JDK for a multi-forest landscape (2 Active directory domains).  There's a guide about how to do this for Sun JDK : https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c771c3d3-0c01-0010-b5b6-86755a2cf778 but I need one for IBM JDK as the login stack mudules are different.
    Can anyone supply me with a guide or any helpful information regarding this ?  Do you know if it works?  I've currently got SPNego working for a single domain.
    Thanks in Advance,
    Anthony

    Jan,
    ok, thanks. I will now explain how I think we can help.
    Firstly, to be sure you understand - I represent a SAP partner company known as CyberSafe, and we have a product which uses SPNEGO for Kerberos authentication in a browser environment, so my answer relates mainly to our product functionality, and not related to the SAP login module, which has less functionality.
    I must also apologise in case anybody reading this thread has an issue with me discussing non-SAP software. My view is that the most important thing on this forum is to help you (the SAP customer) get a solution that meets your needs, and if this involves SAP Partner products as well as SAP products, then that is acceptable.
    Firstly, our product does not use the Java implementation of Kerberos. Instead, we use a JNI (Java Native Interface) so that our host based Kerberos library can be used to implement the protocol. This means that any differences between IBM, SUN or any other vendor JDK version related to Kerberos functionality, multi-domain support etc. are not relavent to our product. We support many things in our product which are not supported in Java implementations of Kerberos, so you don't need to wait for new versions of JDK to take advantage.
    Secondly, and perhaps more relavent to this discussion is that our login module authenticates the user by decrypting the service ticket received using the key in the Key Table File on the host, and then we map this principal name onto a SAP user id. We then (via. the login module stack) cause the SAP system to issue an SSO2 logon ticket for this user id. The secret is the way we perform the mapping - we are not dependant on UME datasources for this, and I will describe below how we acheive mapping by using an example :
    Lets suppose a user is authenticated as user.name@DOMAIN1, the SAP system login module has been setup using domain 2 (Realm = DOMAIN2) and trusted via a key in a key table file, with principal name of HTTP/hostname@DOMAIN2. Then, using normal Kerberos cross realm trust, and cross realm TGTs the browser requests a ticket from AD for HTTP/hostname@DOMAIN2, and this is issued by AD in domain 2 using the cross realm TGT, but the principal name of the authenticated user inside this service ticket is user.name@DOMAIN1. The login module on the SAP server can decrypt the ticket it receives to find the users Kerberos principal name.
    So, the login module knows the user is user.name@DOMAIN1, it then has to decide how to determine the SAP user id. Our login module currently supports two different methods of performing this mapping, but we are adding more methods in each release to make the product even more flexible. Currently we support the following methods :
    1. Simple mapping - this is where we remove the realm name and convert the principal name to upper case, so in this example user.name@DOMAIN1 would be mapped to a SAP userid of USER.NAME and used to issue an SSO2 ticket. Clearly this is only suitable for single domains, and makes administration very easy - many of our customers use this method, but you would need a different mapping method due to yoru multiple domains.
    2. USRACL mapping - Since we also sell an SNC product for SAP GUI SSO, our customers already maintain mapping of Kerberos principal name to SAP user id using a table in ABAP engine called USRACL. This table is maintained using SU01 transaction. We now have support in our login module to read the USRACL table using the authenticated Kerberos principal name of the user (e.g. user.name@DOMAIN1) and find the required SAP user id, so that an SSO2 logon ticket can be issued.
    I hope this helps you understand. If you are interested in more detail about our product, and how we might be able to help you, please feel free to contact me offline instead of via this forum.
    Thanks,
    Tim

  • Custom code for Multi-org - Use x_all tables or views with set_client_info?

    Trying to determine what is normal for custom sql and plsql within 11i. I am trying to find out what other 11i installations are using in regards to custom code. Are you using the all tables or using the views utilizing setclient_info. Any feedback would be appreciated.
    Note: We have converted to multi-org and are setup as a single organization.
    Thanks, Ira

    Hi,
    Using views or table are depend upon the requirement of clinets and implementation.
    If one need to access multiple tables, its always good to have a view and access that... else its same to access view or table...
    Thanks
    Yogi

  • Selecting Paper for the Multi-purpose Tray - Canon imageCLASS MF6160dw

    I set the default paper for the Multi-purpose Tray of my Canon imageCLASS MF6160dw to be legal paper.
    When I want to print envelopes or labels, can I change to that respective paper from my computer OR must I do it from the panel on the printer?
    It sure seems like I have to constantly get up & change something on the panel on the printer that I should be able to do from my computer.
    If I can do it from my computer, please list the steps on how I would do that.

    Hi, Steven1!
    To ensure the most accurate information is provided, we will need to know the version of Windows or Mac in use.
    If this is a time-sensitive matter, our US-based technical support team is standing by, ready to help 24/7 via Email at http://bit.ly/EmailCanon or by phone at 1-800-OK-CANON (1-800-652-2666) weekdays between 10 AM and 10 PM ET (7 AM to 7 PM PT).
    Thanks and have a great day!

  • Using multiple apple id's for different purposes

    We are a family of 4 with numerous devices. Here's the setup we've been using to manage different aspects of our apple life!
    Each of us has an individual apple id, which we use on our individual devices for storage/backup, photo stream, facetime, calendar etc
    We have one apple id, used on all devices for all app store/itunes purchases
    We entered this id on each device with everything turned off except "find my iphone". This way we could be logged into the find my iphone app with one id and be able to see all our devices.
    This has worked really well for us as a family. Well, yesterday my kids updated their phones (one 5 and one 4s) to ios 7. I have not done it yet. It does not seem to allow for the above setup, specifically where "find my iphone" is concerned. When I enter in that specific apple id as an additional icloud account, it doesn't offer the option of find my iphone. My ios 6 device says "only your main account can use photo stream, documents & data, and backup". Their device adds "find my iphone" to this list.
    Does anyone know if this is a specific change apple made, or something that went wrong when initially setting up their updated phones.
    TIA!

    Thanks for your reply. But what I don't understand is, can I no longer have multiple icloud accounts, to be used for different purposes? Like I said, we have been using one apple id/icloud for storage etc and one for find my iphone.

  • I have an external drive - WD My Passport FOR MAC. I want to format it to work on both mac and windows. Which format do you think I should use? Will either one cause damage to the files on the hard drive?

    I have an external hard drive - WD My Passport FOR MAC. I want to format it to work on both mac and windows. I also want to be able to connect it to my TV and watch movies.
    I read up and I think I am supposed to use exFAT or FAT32? I also saw MS-DOS. Which format should I should use? Will any of them cause damage to the files on the hard drive?
    My little memory stick uses MS-DOS and it works on both mac and windows.
    Please can you just tell me a little about each and suggest which one to use.
    I know how to change it once you tell me so don't waste your time writing about changing it.

    Will any of them cause damage to the files on the hard drive?
    WARNING: FORMATTING A DRIVE ERASES IT COMPLETELY !!
    If you need to carry large files (e.g., larger than about 4GB) back and forth, you may need ExFAT. Otherwise MS-DOS works for smaller files.
    The Mac can Read, but not write Windows New Technology File System (NTFS) without an add-on program such as Paragon NTFS.

  • I buy adobe creative suite for teachers and students about one year ago but now i'm not longer a student. Can I still use this programs legally for commercial purposes or do I have to buy some upgrades or something like this? Please help

    I buy adobe creative suite for teachers and students about one year ago but now i'm not longer a student. Can I still use this programs legally for commercial purposes or do I have to buy some upgrades or something like this? Please help

    The license did not have use restrictions Licenses and terms of use | Adobe
    BUT... when your one year Education account ends, I do not think you will be able to renew at the Education rate

  • How do I convert my Windows 7 Folder to an ISO image to burn to a USB, in order to use Bootcamp Assistant to partition my MacBook Pro for Mac and Windows?

    How do I convert my Windows 7 Folder to an ISO image to burn to my  USB Flash drive (16GB)  in order to use Bootcamp Assistant to partition my MacBook Pro for Mac and Windows?

    Sorry - confusing - My question has NOT been solved yet - can anyone help?

  • I used a partitioned HDD for time machine, using a partition already containing other data files. I am now no longer able to view that partition in Finder. Disk Utility shows it in grey and "not mounted". Any suggestions of how to access the files?

    I used a partitioned HDD for time machine, using a partition already containing other data files. I am now no longer able to view that partition in Finder. Disk Utility shows it in grey and "not mounted". Any suggestions of how to access the files? Does using time machine mean that that partition is no longer able to be used as it used to be?
    HDD is a Toshiba 1TB, partitioned into two 500GB partitions.
    OS X version 10.9.2

    Yes, sharing a TM disk is a bad idea, and disks are cheap enough so that you don't need to.
    Now
    Have you tried to repair the disk yet

  • I am trying to use Find My Phone for people to follow me on the NYC Marathon next week.  Is there a way to set up a temporary User ID and Password to give out to people for this purpose?  I would obviously want to delete that log in info after the race.

    I would like to use Find My Phone for friends and family to follow me during the NYC Marathon next week.  Is there a way to set up or temporarily change my User ID and Password for this purpose?

    New York Runners has an app that is specially designed to do exactly that. It's (or will be) available in the App Store.
    http://www.nytimes.com/2011/10/27/sports/for-new-york-city-marathons-fans-a-cell phone-app-to-keep-in-touch.html?ref=technology
    You might also look at apps like RunMeter. It will let you send updates by email, Facebook or Twitter. Glympse is another app that, though not designed specifically for runners, might also be useful.

  • Can i use a font such as Yuppy, Chalkboard which is basically included in iOS  for commercial purpose?

    hi!
    I make a e-book and it will be published on appstore and android market as application.
    I'm wondering about font.
    Can i use a font such as Yuppy, Chalkboard which is basically included in iOS  for commercial purpose like me?
    I bought a mountain lion on appstore.
    I look forward to hearing from apple whether it is lawful or not.
    Have a blessed day~:)

    Strangely, there isn't and end user license on Apple's site regarding iOS. But here's a look at the font agreement section from OS X Mountain Lion:
    E. Fonts. Subject to the terms and conditions of this License, you may use the fonts included with the Apple Software to display and print content while running the Apple Software; however, you may only embed fonts in content if that is permitted by the embedding restrictions accompanying the font in question. These embedding restrictions can be found in the Font Book/Preview/Show Font Info panel.
    So basically, you need to examine the fonts to see if there are notes on usage restrictions or limitations.

  • Can I legally use for commercial purposes the Photoshop CS6 Extended Student Version?

    Can I legally use for commercial purposes the Photoshop CS6 Extended Student Version or do I have to get the Photoshop CS6 Extended normal (commercial) version? I want to make a game and I'll use things created in Photoshop, like images. And I'll sell this game, so I'll get money with it: it's something commercial. Do I have to get the commercial version for that or can I use a Student's one?
    And can I make what I need to do in a trial version and then pay the license before selling the game or it's obligatory to have the license since the beggining?
    See you!

    TheNextRiser wrote:
    And can I make what I need to do in a trial version and then pay the license before selling the game or it's obligatory to have the license since the beggining?
    You can start work on your game from the moment you download and complete the installation of the Trial version.
    No-one will be standing over you watching what you do or monitoring you remotely or noting when you pay for the software.
    You can buy the software at any time during the Trial period. However, after a maximum 30 days of using the Trial, you will have to pay to keep using the software.
    Other than that, do what you like with the Trial.
    (If you somehow finish the game after 20 days of using the Trial then you can start selling the game even if you have not yet purchased the software.)

  • Unable to create a 'computer image' for system recovery purposes using an external drive!

    Just finished another very frustrating long session with HP Tech Support without a resolution to a simple problem.
    This laptop is only 4 months old, but the hard drive is failing, according to constant notifications, and repeated BIOS hard drive diagnostic tests. 
    I wanted to be sure that all back-up/system restore precautions were taken.  Not much to 'back-up' because the laptop is new.  The standard 'back-up' was easily done on a 4 GB flash drive.
    I followed instructions for 'create a system image' in order to make a 'copy of the drives required to restore your computer if your hard drive or computer ever stops working' (instructions right on the page).
    I wanted to create this 'system image' on an external flash drive.  First attempt at storing a system image failed because:  'the drive is not formatted with NTSF.  The G flash drive was easily formatted to NTSF.  Repeated attempts at copying now failed because:  'the drive is not a valid back-up location'  (!?).
    I see absolutely no clear reason why a 'computer image' cannot be created on a flash drive that has been correctly formatted.
    HP Tech Support claims that the reason for this is a 'Windows incompatibility with the program' (used to create a 'system image?).
    No solution was given.  According to HP Tech Support, this is now a 'Windows software problem', which doesn't make any sense to me.
    Standard CD-R data disks (the only ones I have on hand now) are not big enough: 700 MB capacity, but a DVD-R data disk, which has 4.7 GB capacity, may not be enough (especially in the future) for the creation of a 'system image'.
    Since HP Tech Support is incapable of solving a straightforward problem like this, I am asking for some more experience tech geek to bring me up to speed on this whole issue of 'system image' creation, for the purpose of computer restoration, as I am hesitant to go ahead and remove the hard drive, if I haven't properly done everything to 'back-up' as much as I can.

    Again:  HP Tech Support cannot answer this question for me.
    I posted the above problem onto the Windows Recovery forum also.
    There are super-experienced people that view these questions.  (I meant the term 'geek' in an appreciative way:  without users solving problems, everything would grind to a halt!).
    Please, if there is anyone who can comment on this, whether the whole issue of 'system image' is redundant, whether it is necessary at all, I would be grateful for a stab at this.
    I have the sense that the answer is staring me right in the face, yet even HP Tech Support has no idea what it is.

  • Is it possible possible to use a WD "My Passport for Mac" External HD with a Chromebook?

    Hello . . .
    I am a photographer who is seriously thinking of purchasing a Chromebook to utilize for both online and offline editing while in the field. I'm wondering if it is possible to use a Western Digital "My Passport for Mac" to store and retreive my images as an external drive for both storage and retrieval using a CB.
    Does any one know if I will have to do any special formatting to use this drive with a Chromebook? And, if so, what do I need to know/do to do it?
    Thanks very much for any information that might be provided.
    David
    Solved!
    Go to Solution.

    The "My Passport for Mac" is listed here (both the WDBLUZ0010BSL-NESN and the WDBZYL0020BSL-NESN).
       Chromebook compatible external drives 
    For other help with Chromebooks, it's best to visit the Chromebook Forum.
    -Jerry

Maybe you are looking for

  • How do you make the 'places' function work in iphoto

    `i have just imported a lot of old photos from my 2007 macbook onto a new macbook pro with ilife 09. `i am trying to make the places function work but can't get it to work. The 'i' icon does not appear in the bottom right hand corner of the events ma

  • Encoding - quoted-printable & charset utf-16 how to read

    hi, I have this following Multipart request comes from a system. Our application has to receive this part and process. ------=_Part_26425_3101246.1109752031682 Content-Type: text/plain; name=Mojo.txt; charset=utf-16 Content-Transfer-Encoding: quoted-

  • Oracle Enterprise manager not starting

        I have installed Oracle Enterprise Manager on my virtual machine running Oracle Linux 5.8. I edited the virtual machine settings to contain 2 CPU cores, 8GB RAM post installation of OEM owing to slow response times from the server. This was done

  • Spanning vlans across access switches in distribution block.... please help

    Hi All Can someone please explain why Cisco states that in a Campus Hierarchical modle if Vlans are spanned across Access switches in a distribution block, then the Distrubution to distribution link should be Layer 2. Is this really necesary or just

  • Baffling linked list error in C program

    I've been working at porting some programs over to a Mac that were built using MS C 6.0.  One of the programs uses a linked list to hold some data.  Just couldn't get it to work.  So I decided to run a really simple test.  Create a short linked list