Help me do this tonight please!

I need to RAID 1 my external, but have some options I wasnt expecting. The RAID manager that came with the external gives me these options:
RAID 1 FAT32 or RAID 1 HFS+
Should I use one of them or the Disk Utility settings as follows?
Mac OS Extended (journaled) with mirrored RAID set?
Which one will better format this external?

I don't think it matters too much to be honest. Fat 32 will be viewable by windows and mac computers but isn't as robust as HFS. However both are pretty old.
Personally I would go with the Disc utility version - OS Extended journaled - that will be the same as your HD.
Best of luck.

Similar Messages

  • TS3694 hello i am trying to update my phone . i am connecting it to itunes but it is giving error 3194 . can you help me resolve this problem please.

    hello i am trying to update my phone . i am connecting it to itunes but it is giving error 3194 . can you help me resolve this problem please.

    Hi ali hakim,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots.
    iOS: Restore error 3194 or 'This device isn't eligible for the requested build'
    http://support.apple.com/kb/TS4451
    This occurs when iTunes is unable to communicate with the update-and-restore server (gs.apple.com). This is most likely because it is being blocked, redirected, or interrupted by security software, hosts-file entries, or other third-party software.
    Cheers,
    - Judy

  • Hello, I have been exporting my photos with a watermark. Without changing any settings, half way through my day things changed, and now about 1 out of 7 photos have the watermark after export. Change you helpe me change this back please?

    Hello, I have been exporting my photos with a watermark. Without changing any settings, half way through my day things changed, and now about 1 out of 7 photos have the watermark after export. Change you help me change this back please? Has anyone had this issue before?

        I'm sorry to learn that you have endured the audio issues outlined in your post for almost 2 years SusanLM1! This is certainly not normal! Let's get to the bottom of this issue, first please confirm your phone model; your mention that you have the iPhone 5 but your post is on the iPhone 5S forum. Also, share the iOS version currently installed on your phone. What is your ZIP code? Does this happen mainly while you make/receive calls from a particular location (home, office, etc)?
    AntonioC_VZW Follow us on Twitter at www.twitter.com/VZWSupport

  • TS1424 I get "We could not complete your iTunes Store request. An unknown error occurred (4002)  Can any person help me with this on, please?

    I get "We could not complete your iTunes Store request. An unknown error occurred (4002)  Can any person help me with this on, please?

    Turning off iTunes Match and Genius and then turning them back on appears to have worked for some people e.g.
    https://discussions.apple.com/message/22059685#22059685
    https://discussions.apple.com/message/18427550#18427550

  • I need help instantly on this program please

    import java.util.*;
    public class D3
              private static int[] z = new int[100000];
    private static int first=z[0];
              private static int last=z[n-1];
              private static int n=100000;
    public static void main(String args[])
    Scanner input=new Scanner(System.in);
    for(int i=0;i<z.length;i++)
              z=2*i;
    int seqSearch(z;50000;n); //method call 4 key where key=mid
              int binSearch(z;first;last;50000);
              int seqSearch(z;35467;n); //method call 4 key where key in the left half
              int binSearch(z;first;last;35467);
              int seqSearch(z;89703;n); //method call 4 key where key in the right half
              int binSearch(z;first;last;89703);
              public int seqSearch(int z[];int key;int n)
         long start = System.currentTimeMillis();
    int count=0;
    int ans=-1;
    for(int i=0;i<n;i++)
    if z[i]=key
    count++
    {ans=i
    break;}
    return ans;
    long elapsed = System.currentTimeMillis() - start;
    System.out.print("Execution Time:" + elapsed);
    System.out.print("# of Basic Operations:" + count);
         public int binSearch(int z[];int first;int last;int key)
         long start = System.currentTimeMillis();
         int count=0;
         if(last<first){
         count++;
         index=-1;
         else
         count++;
         int mid=(first+last)/2
         if(ket=z[mid]{
         index=mid;
         else
         if(key<z[mid]){
         index = binSearch(z[];first;mid-1;key);
         else
         index=binSearch(z[];mid+1;last;key);
         return index;
         long elapsed = System.currentTimeMillis() - start;
         System.out.print("Execution Time:" + elapsed);
         System.out.print("# of Basic Operations:" + count);
    // if anyone could tell me whats wrong with my code i'd be greatful...the program is supposed to perform binary and sequential search on a sorted array of 100000 numbers.once on an item in the middle of the array once on the right side of it and once on the left side...i also need to count the number of basic operations for the same number in both sequential and binary to see whats better.and i need to check the time...plz i need help now,,,

    "Guide to a first-time poster"
    you need to add exclamation marks to signify how urgent it is
    e.g.
    i need help instantly on this program please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    capital letters is better
    I NEED HELP INSTANTLY ON THIS PROGRAM PLEASE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    starting the italics on line 1, better again
    import java.util.*;
    public class D3
    private static int[] z = new int[100000];
    private static int first=z[0];
    private static int last=z[n-1];
    private static int n=100000;
    public static void main(String args[])
    Scanner input=new Scanner(System.in);
    for(int i=0;i<z.length;i++)
    z=2*i;
    int seqSearch(z;50000;n); //method call 4 key where key=mid
    int binSearch(z;first;last;50000);
    int seqSearch(z;35467;n); //method call 4 key where key in the left half
    int binSearch(z;first;last;35467);
    int seqSearch(z;89703;n); //method call 4 key where key in the right half
    int binSearch(z;first;last;89703);
    public int seqSearch(int z[];int key;int n)
    long start = System.currentTimeMillis();
    int count=0;
    int ans=-1;
    for(int i=0;i<n;i++)
    if z=key
    count++
    {ans=i
    break;}
    return ans;
    long elapsed = System.currentTimeMillis() - start;
    System.out.print("Execution Time:" + elapsed);
    System.out.print("# of Basic Operations:" + count);
    public int binSearch(int z[];int first;int last;int key)
    long start = System.currentTimeMillis();
    int count=0;
    if(last><first){
    count++;
    index=-1;
    else
    count++;
    int mid=(first+last)/2
    if(ket=z[mid]{
    index=mid;
    else
    if(key><z[mid]){
    index = binSearch(z[];first;mid-1;key);
    else
    index=binSearch(z[];mid+1;last;key);
    return index;
    long elapsed = System.currentTimeMillis() - start;
    System.out.print("Execution Time:" + elapsed);
    System.out.print("# of Basic Operations:" + count);
    and what about the dukes, offer 10 (never to be awarded, of course)
    do this, then sit back and watch the replies roll in.

  • Hey guy can you please help me with this issue PLEASE!

    Hey Apple can you please help me with this issue, i have a iPhone 3gs and when i put my sim card into the iPhone it makes iphone 3gs shut down suddenly how do i fix that?
    iPhone version: 6.0.1
    service provider: Vodafone nz

    You could restarting your phone that sometimes fixes issues
    Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for phone to restart (no data will be lost).

  • Air 2.0 Auto update Feature Experts help me on this issue  please.......

    Hi ,
          Is it possible to Auto update  a air application using air 2.0 beta . If so can any one post me the  related link.
    I recently updated my flex builder 3  to 3.2 and along with Air 2.0. One of my old project which has a auto  update feature seems to be not working
    I get this error message
    "  VerifyError: Error #1053: Illegal override of callInContext in  _ApplicationUpdaterDialogs_mx_managers_SystemManager." What should i do  to over come this problem please help me .
    Regards,
    Rahul.

    Hi Rahul,
    I understand that you're using Flex 3.x SDK with AIR 2 beta 2 SDK overlay.
    Make sure you're using (linking in your project) the Flex3 compatible UI lib from AIR 2 beta 2 SDK: that's the one under "frameworks\libs\air\flex3\applicationupdater_ui3.swc".
    The default UI lib available with AIR 2 beta2 SDK under  "frameworks\libs\air\applicationupdater_ui.swc" is compatible with Flex4.
    Hope this helps,
    Best regards,
    Dragos Georgita | AIR Engineering

  • Help me sleuth this quirk, please!

    While browsing various "themes" (to customize the look of the desktop), I ran across a little freebe that looked interesting and harmless, so installed it. (It was not part of a theme, but something separate.) I HATE what it does, but foolishly don't remember where this thing was installed. Surely someone can give me a hint where to look, when I tell you what it does.
    (I don't know what it's called, so can't Find on it, and I couldn't come up with key words that would help me Google back to the source of this thing.)
    The effect is this: documents that are not the front document on your screen become largely transparent. This is supposed to make viewing and navigating your desktop easier.
    To the contrary, it's horrible. The "bleed-through" isn't just annoying, it actually makes certain things unreadable. (One example: click the Options button when selecting and setting a screensaver, and a "popout window" emerges, where you can select options; but you can't read the options because the windows become translucent, so they are overlayed, visually garbled.)
    I went to various places in my Libraries, looking for something put there recently (that day), but for all my sleuthing, was unable to find what it is that's changing the look of my desktop.
    Any idea what this thing might be called, genericly or otherwise, or where to look for it?
    I did install ShapeShifter and downloaded some themes. But this thing, while perhaps hyped on a page that also had themes (or maybe it was from a link), was something different. (I looked at dozens and dozens of sites, so trying to go back and find them all, to scour the pages, would be difficult. And I already did a clean install recently, so would hate to have to go through that again.)
    Anyone who can help me solve this will be remembered fondly for life. Is that enough? Thanks!
    24" iMac   Mac OS X (10.4.9)  

    "Themes" on OS X are what we call "haxies." While the sites that host them may say they are safe to use on OS X, don't use them. They can end up breaking your system, eating up all your computer's power, and meesing up your data.
    I would suggest backing up your home folder, and then popping in a Tiger DVD or the CDs that came with your computer, rebooting the machine while holding C, and then "Archiving and Installing", OS X, to refresh the system back to it's factory, not-haxied state.
    Be sure to run Software Updater several times after this to update your system.
    Here is how to Archive and Install:
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1103.html

  • New GFX card, Quartz Extreme error, and suddenly FCP 6 will not run. Help me fix this problem please!

    Model Name: Mac Pro Model Identifier: MacPro1,1 Processor Name: Dual-Core Intel Xeon Processor Speed: 3 GHz Number Of Processors: 2 Total Number Of Cores: 4 L2 Cache (per processor): 4 MB Memory: 7 GB Bus Speed: 1.33 GHz
    My old GFX card nVidia GeForce 7300GT which is busted.
    I replaced it with a nVidia NVIDIA Quadro FX 4500 from a Mac Pro of the same generation.
    I'm now getting a Quartz Extreme error whenever I try to run Final Cut Pro 6 or Compressor. "This system does not meet the following minimum requirements: Final Cut Pro 6 requires that your system have a Quartz Extreme capable video card."
    Well, I checked the specs of the card and it does support Quartz Extreme. So why isn't FCP 6 running?
    Looking under the System Profiler > Graphics/Displays, it doesn't say the Cinema HD Display supports Quartz Extreme, but how could that be, because the Quadro 4500's specs online says it does?!! This was the better GFX card made for the same generation of Mac Pro but somehow doesn't work!
    This is also effecting my DVD player App with an error: "A valid video device could not be found for playback: -70017". Which has never happened before either.
    I've researched online and can't find anything that works.
    The card has power running to it and the monitor is hooked into the closest DVI port to the logic board which most of people with the same problem have done to fix this. I've also gone into the Disk Utility and ran both Verify and Repair permissions and the same for the boot disk.
    Nothing. I'm stumped. Short of trying to flash the ROM on the GFX card I'm not sure what to do. And I'm not comfortable doing that. Help please?
    I'm using Final Cut Pro 6 and subsequent older versions of Motion and Compressor, not FCP X or companion series.
    HELP!!!!

    You should go to the Mac Pro community to get a better audience.
    https://discussions.apple.com/community/desktop_computers/mac_pro

  • Help me clean this audio, please.

    Hello everyone.
    I need advice from anyone who is willing to help. I have some video footage for which I'm trying to clean up the audio. I'm hoping to get rid of the noise and also EQ or anything else to get the audio sounding as good as possible.
    I am willing to use Logic or Soundtrack Pro for this, as I have both.
    The source material was recorded with a camcorder microphone, so I'm sure it will never be miraculous, but I'm hoping you can all give me some tips about how you would go about getting this audio sounding better. It's a videotape of a musical called "Once On This Island".
    Here is an mp3 file with two excerpts from the show. The first part is a large ensemble number, and the second part is a quieter section with some dialogue and some solo singing. This way you can hear the range of what is in the audio.
    www.stevenleigh.net/island.mp3
    Please download the file and listen, then give me advice on the best way to clean it up.
    Thanks in advance!

    Download the demo of iZotope RX-it will denoise your material very good and very fast.
    http://www.izotope.com/products/audio/rx/
    You can use the demo for some days and it's fully functional. Use it in standalone mode or in realtime as a AU-Plug In.

  • Help me with this error please. 0xe800065

    This error drives me nuts. When i plug in my iphone 4s the error 0xe800065 pops up in the itunes saying it cant connect. My iphone is also in a bad shape because it just updated from ios 6.0.1 to 6.1 without me knowing it. My iphone needs to activate with wifi connection but then it fails every time or connect with itunes but....  Can somebody please help me?

    There are troubleshooting steps for 0xE errors here: http://support.apple.com/kb/TS3221.

  • Help needed with this tutorial please

    Hello in this InsertUpdateDelete tutorial at:
    http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/index.jsp
    or
    http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/inserts_updates_deletes.html
    and in this paragraph:
    Changing the Column Components
    and this statement
    In the Visual Designer, select the top Drop Down List component in the Table.
    "It's pretty confusing because there isn't a Drop Down List component in the Table as far as i can tell. There is a Drop Down List on the canvas up above this data table, but that has already been bound in a previous process, here is that previous proces:"
    Configuring the Drop Down List
    Select the Drop Down List in the Visual Designer and, in the Properties window, change its General > id property to personDD.
    Right-click the personDD Drop Down List in the Visual Designer and choose Bind to Data from the pop-up menu. The Bind to Data dialog box appears.........
    Can anyone tell me where i can get help with this tutorial or where i can download the finished program so i can sync up with what is actually being referenced in the questional statement that i mentioned above please?
    Thanks very much!
    BobK

    In Step 5 of "Changing the Column Components" you change the Trip Type column to a drop-down list.
    5. Select TRIP.TRIPTYPEID from the Selected list and make the following changes:
    * Change the Header text field from TRIPTYPEID to Trip Type.
    * Using the drop-down list, change the Component Type from Static Text to Drop Down List.
    6. Click OK to enforce your changes and dismiss the window. If the table columns are too wide after performing the above steps, you can resize them by selecting the first component in each column and dragging its selection handles.
    7. In the Visual Designer, select the top Drop Down List component in the Table. Right-click and choose Bind to Data from the pop-up menu. The Bind to Data dialog box opens.

  • Help to build this VI please

    hi guys
    I am studying a Labview book and I am stuck in doing this example. I cannot wire the exit of while loop. In the attachment there is an JPEG file explains my problem. Please help me...
    Egemen
    Solved!
    Go to Solution.
    Attachments:
    labview exp.JPG ‏89 KB

    Your array on the front panel is undefined. All you have is an array container. You need to put an actual control or indicator inside the array to specify its datatype. Select a numeric indicator from the palette and drag it to the inside of the array container. That will define the datatype for the array and its icon on the block diagram will change.

  • Why does Apple have so many other languages into their devices but Swahili language from East Africa isn't added? Could somebody help me answer this question please? Thanks!

    Hopefully someone inside Apple will see this and help us People that are using Apple devices but we do not have the option to change to our own language. Please Apple People look into this and consider it as a lot of people speaking Swahili are using apple products. Thank you in advance for your consideration.
    Message was edited by: anne.mafie

    If Swahili is not on the list and you would like to recommend it to Apple, please tell them at http://apple.com/feedback
    This is the User support forums operated by users just like yourself.  Apple rarely appears here.

  • My iMovie is not working, it tells me there's a problem but does not know the problem, Can someone help me figure this out please?

    A couple of days ago, my I opened up my iMovie and it just goes into the blank screen. I am able to click on things like, "import" or "create" and it will take me into the next window, but when I choose an option, I receive a message that there is a problem, but they don't know what the problem is. It has been like this for the past couple of days. I have deleted and re-downloaded the app about 3 times and it still comes out the same. Please assist in any way possible!

    Try a soft-reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider if it appears), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.
    When it's rebooted you can force a backup via Settings > iCLoud

Maybe you are looking for

  • Finder and Kernal tasks using all my Ram

    My computer is super slow now, even switching from one folder to another in Finder often takes 3 or 4 seconds. I'm pasting a screen shot from Activity Monitor and the data from an 'etre-check' software scan. Any help much appreciated!! Hardware Infor

  • How to override a calculated field in acrobat pro xi

    I have fields that will normally be calculated. However, it may be possible to offer discounts and the rep may want to enter a flat fee. How do I make a field be either calculated or user entered? Older versions seem to have that capability.

  • Long list of computer coughs & sneezes! Is it dying??

    Hey all, I have an ibook G4 that is out of warranty. Over the last few months has started to show a whole bunch of annoying and worrying symptoms of possibly kicking the bucket? 1. My screen flickers from bright to really dark for minutes at a time?

  • Playlist Shuffle as Default Setting

    Hi, Anyone know if you can set song shuffle as the default setting for an iPod nano? Every time my iPod is powered off, or synchronizes to my PC, the settings go back to no shuffle and repeat and I have to reset when I power back on. Thanks, Chris

  • Suggestions for Showcasing KN functionality vs. PPT

    Most of my and my company's presentation work is done in PowerPoint (it's largely client-dictated), but I'd like to throw Keynote into the mix whenever possible as another option. And I'd like to showcase Keynote's advantages over PowerPoint in terms