Thumbdrive into iMac? help please..

hey everyone,
just got my first iMac last week, mainly to be used for recording music via Pro Tools. My problem is that nothing pops up on the iMac desktop when my thumbdrive is inserted into the usb drive. Maybe my thumbdrive isn't compatible with Macs? It says it should be -> it's an Attache 2G.
Thank you for any help!

It has always worked fine on my PC. Perhaps when I originally "installed" or formatted it on my PC, I set it for PC only?
If this is so, can I remedy this, or is the best thing to purchase another one stricly for my iMac?
thank you..

Similar Messages

  • Old 24" iMac to New 27" iMac  Help Please

    +*Please some advise and help?+* I have a first generation 24" iMac and have ordered a new 27" Quad Core. I would like to transfer over my information the cleanest way I can to avoid any garbage on the old computer making its way to the new. My plan was to transfer the data and user settings only via Migration Assistant and reinstall all programs from original disks. I am NOT experiencing any problems with any programs on the old machine at this point. Is it then overkill to do the transfer as two separate steps? Will my old Network settings come over? I'm using an Airport Extreme which is also being used for Time Machine. What about my iPhone Sync? Once I transfer data to the new computer, will my iPhone Sync?
    Is there any utility program or programs I should run prior to transfer to clean out anything?
    Thanks in advance for help
    Steve

    When you get the new iMac, I would use it +as is+ for a while, to make sure it is working 100%. If you transfer things immediately, and have some issue, it is more difficult to determine the cause. So go through Setup Assistant without using Migration Assistant, then run Software Update to apply Apple's recent updates, then use the iMac until you are satisfied it is working perfectly.
    If you want to use Migration Assistant, you can run it from Applications/Utilities/. On the screen where you select what to migrate, I would only select Users. I would not use it for +Applications, Settings, and Other...+ That should transfer your user data and leave out everything else.
    If Migration Assistant successfully transfers your iTunes folder so that iTunes on the new iMac looks like iTunes on the old iMac, your iPhone should sync as before.
    Is there any utility program or programs I should run prior to transfer to clean out anything?
    You may want to go through the files and folders in your user home folder, if you believe there are a lot of files you no longer need. Just do it with Finder. The Downloads folder would be an obvious place to look for old files you no longer need.

  • Major start-up problems on IMac - Help, please

    My IMac, new in Nov. 2008 and running OS 10.5.5 has been having trouble starting up and staying running over the past 10 days or so. I frequently get freeze-ups and get the grey screen with the flashing folder with a question mark during start-up attempts. I have tried various remedies I got on forums or in the Everything Mac manual including:
    unplug and restart
    remove peripherals and restart
    safe boot
    Reset PRAM
    Reselect Start-up Disk
    Permissions Repair through Disk Utility
    Verify Disk through Disk Utility
    I ran the hardware test and it said the hardware was OK.
    By doing one or another of these methods I can generally get the machine going again (sometimes very slowly and after a few tries), but the freeze-up and restart problems are persisting and getting worse. Today I tried to reboot using the Installation Disk, but it just ejected the disk.
    I have Windows XP running with Paralels - don't use it often. Last time I tried it said something about a Fatal Error.
    I have backed up most of my important data. I was planning to buy an external hard drive to back up the rest, but I'm not sure I'll be able to complete this at the rate things are going.
    Advice, please? Should I just break down and take it to the Apple Store?

    I wanted you to know I have been using Apple computers for over 2 decades now and this iMac was the biggest headache EVER!..it would even turn ME to a PC but I have other plans.How many times I had to carry this thing 15 blocks and then they had the NERVE to hand it back to me,once all they did was reinstall the software, I could have done THAT AT HOME!..once the manager of the store hands it back to me,"ALL PROBLEMS SOLVED"!..well they were not..from day one, this was a "LEMON" and no one seems to care, not one person I speak to, not one person in that store....I know computers pretty well, I don't know HOW to write programs but anything other than that, people come to TONY with their problems before Apple Genius bar..what a JOKE that turned out to be!..so here I sit with an iMac,the insurance had run out the day the HARD DRIVE of this iMac decides to stop working...I have NEVER in my life had a dard drive break completely because I am not a heavy user of my computer, no games..and now it's down to emails and my blogs..Apple has changed me but in the wrong direction sadly..I am and always will be an Apple person...I can visit ALL my old Apple comp0uters because when I get a new one, I give my neighbors the old ones..they are STILL WORKING lemom iMac just to check emails and see if I can get it to work but I will tell you the bad sign,very first year I had it, I threw out the box it came in,I live in NYC and as I am taking a walk, a guy is throwing out the box to the SAME iMac..and THEN came the discussion with him about the numerous PROBLEMS On the NEW iMAC!!..I knew right there ,besides me knowing already, it was one big lemon I was stuck with till the end...well the END has finally,thank the gods, come!...and my next computer will be an Apple but not for STYLE, I always went for their great design but Apple has their head so far up an appendage and all about this iPad and iPhone and then the computers come next....believe me, when they sell that many iPhones and iPads...little is done for the real computer customers..and I have NEVER used a cell phone, never had the use for it, so NO iPhone and no iPad cause i love my Kindle...but I will tell you ,I am designing my next Apple computer and it will be that TOWER and then any size screen,maybe two for some reason...and all wireless if possible..but that tower is the ONLY way to go for me but I will use it "low end" not for a business and it's not that ugly and can always be put on the floor BUT YOU DESIGN AND TELL THEM, what you want in it, so you have total comtrol..the screen does NOT even have to be an Apple...but money money drives this company now, while in the past it was the true happy customer THAT MATTERED!! no more...hope you stay with Apple, get a PC(borrow one) and work with it, if you have not cause this iMac is NOT the way an Apple computer should act and turn you off to our community...and that's the other thing, Apple users, used to be a "community" cause we were the "small company that didn't make it"!...so we all stuck it out for so many years....helped each other out
    Cheers..
    Tony(NYC)

  • I can't export a PDF scanned file into WORD, help please.

    I can't export a PDF scanned file into Word, please help.

    Hi solarpowerprincess,
    Are you having trouble signing in to your subscription, or having trouble converting files once you're signed in. If you can't sign in, it could be that your subscription just hasn't finished processing yet. Please let us know if you're unable to sign in and we'll go from there.
    Best,
    Sara

  • Passing variable from php into flash, help please

    Here are what I'm having:
    <?PHP
    $testVal = "This is a test";
    $test = urlencode($testVal);
    $out = "test=". $testVal;
    echo $out;
    ?>
    // and this is my flash file
    function getData() {
    // Prepare request
    var urlReq:URLRequest=new URLRequest("http://localhost/test.php");
    urlReq.method=URLRequestMethod.GET;
    var loader:URLLoader = new URLLoader();
    loader.dataFormat=URLLoaderDataFormat.VARIABLES;
    loader.addEventListener(Event.COMPLETE, completeHandler);
    loader.load(urlReq);
    function completeHandler(evt:Event) {
    var vars:URLVariables = URLVariables(evt.target.data);
    trace(" TEST = ", vars.test);
    trace(" TEST = ", unescape(vars.toString()));
    // and below is the ouput
    TEST = undefined
    TEST = test=This is a test
    I've tried with several different ways to get ONLY the value of the variable - that means I only want to have "This is a test" returned, but I either got "undefined" or the whole thing "test=This is a test", instead.
    I'm new to Flash and PHP. Please help.
    Thanks

    There's no need to write any fake variables out, Flash does not need that. OK, here's a simple PHP script like yours - I called it test.php
    <?PHP
         $testVal = "This is a test";
         $out = "test=". $testVal;
         echo $out;
    ?>
    And the AS to call it:
    var myLoader:URLLoader = new URLLoader();
    myLoader.dataFormat = URLLoaderDataFormat.VARIABLES;
    myLoader.load(new URLRequest("http://www.mydomain.com/test.php"));
    myLoader.addEventListener(Event.COMPLETE, dataLoaded, false, 0, true);
    function dataLoaded(e:Event){  
        trace( e.target.data.test);
    You will see 'This is a test' traced to the output window.
    HTH

  • I cannot open or remember pass to get into PhotoMgrPro, help please?

    I have used too many different codes to get into so many different programs and stuff and now I cannot get into PhotoMgrPro on my iPad...

    DennisBoyd68 wrote:
    So wise guy, how do I get to the App Developer!?
    Start by doing an internet search for the name of the App or the developer name. You can find the developer name in the App description in the App Store.
    No one was condemning you. You were asked a couple of clarifying questions. Snapping back at people doesn't encourage other people ot help you. I'm not sure what the fact that you're 74 has to do with anything. Most of us don't assume that septuagenarians are bad at using technology. In fact, a number of very smart people on these boards, people who help lots of others, fall into that category.
    Best of luck.

  • Capture Edirol V-8 into FCP - help please!

    OK, here's my setup:
    2 - Panasonic DVX100B's
    1- MacPro (Quad)
    1- Edirol V-8 (http://www.edirol.net/products/en/V-8/index.html)
    FCP software
    Here is my dilemma. I just bought the Edirol V-8 video mixer but have not gotten it yet. It does everything that I need it to do in a video mixer, but it does not have a Firewire output.
    I do a 2-camera shoot (1 side, 1 overhead). I am trying to mix these signals on-the-fly thus avoiding a lot of FCP editing in post.
    My question(s): What is the best way to capture the signal directly into FCP (using capture now) from the V-8? It has BNC and S-Video outputs but I've heard that these signals are of a low quality. I need this to be SD, DVD quality.
    Do I need a card like a Aja Kona LS SD to capture the S-Video or BNC signal to FCP?
    (http://www.usedvideogear.com/catalog/aja-kona-ls-sd-10bit-digital-and-12bit-anal og-capture-and-outp-p-748.html)
    Should I return the V-8 and get something else that is in the $2K price range?
    Should I get a miniDV deck, hook up the cameras to the V-8, then the V-8 to the miniDV deck and then go firewire into FCP?
    I am "learning as I go" here, so ANY help is greatly appreciated!

    Before you buy...make sure FCP will recognize the unit as a DV device...DON't take a salespersons advice on this factor.
    We have the Videonics (now Focusinfo) MXProDV 4 channel switcher...4 analog in/2 out - 2DV in / 1 out.
    We have two issues...FCP won't recognize it as a FW device, so can't directly do 'Capture Now' with it.
    Secondly, our cameras are anywhere from 25 to 100 ft from the unit. FW cable length is best when under 12 ft or so. There are some FW repeater/boosters available (search this forum or google), which might help, but we've not tried them. (Besides we're limited to 2 FW inputs and work w/4 cameras)
    I have been partially successful getting the switcher to recognize DV cameras on 25' FW cables, but not consistently.
    If you purchase the unit, make sure it's from a reputable dealer (who will take the unit back if necessary) and save your receipts...run some tests to make sure it's solid before committing to it.
    Hope it works for you. If it does, post back and let us know.
    K

  • Dead imac help, please

    Hi! If somebody can help me. Two days ago mi imac went dead. When I press the botton power on, she responds with a deep beep and does not turn on. The panel is black and the fan is working but everything is dead.

    Hi Harvard:
    You could try one other thing and reset the PRAM (look for a knowledge base article).
    If that will not work, you have a hardware problem that needs to be diagnosed at either an Apple store or an Apple certified technician.
    Barry

  • IPhone calendar lost whilst syncing to iMac - help, please!

    Whilst syncing the iPhone to the iMac through iTunes, all the calendar entries on the iPhone were deleted - despite everything else (photos, music, contacts) remaining both on the iPhone and were imported onto the iMac. I have now lost my entire schedule, and am desperate for some help. Did the iMac clear the iPhone of its calendar, by replacing it's (empty) iCal contents onto the iPhone? Is there anyway of retrieving the calendar entries? My iMac is backed up on the Time Machine, but so far I haven't managed to find the deleted stuff anywhere!

    Ok normally you need to have a bogus entry in both the contacts and the calendar on the mac then sync just those items it will give you an option to merge the data. Unfortunately it's a little late for that bit now as the default is to replace the information with that which is on the Mac. What you can do is connect the iPhone to the Mac and restore from a previous backup this "should" i think have all your calendar/contact entries in it and they should be restored to the iPhone after this if you follow the normal sync procedure to merge the information you should have the contacts/calendars on both the mac and the iPhone. check the following link for calendar/contact sync information
    http://support.apple.com/kb/HT1386

  • Urgent iMac help please

    OK,
    Last weekend my girlfriend got a new iMac (20", 2.4GHz) and everything has been running great.
    Today I went to install Bootcamp for her and everything was going well but there was an error with Windows and it would not properly install. Anyway I went back into OSX, removed Bootcamp and re-installed. I repeated this twice. On the third installation attempt I tried to boot back into OSX but the computer hangs on the grey screen. I can eject a CD by holding the mouse down but I am unable to boot off a CD (holding down the 'C' key).
    If anyone has any further suggestions I would be very grateful as I am in the brown and smelly now!

    Holding the option key will evoke the startup manager and let you select which system volume to boot to. If it does not recognize the disk then you might try resetting the P-RAM first then hold the C key. To reset the P-RAM hold down the Option/Apple/p/r keys until you hear the boot chime at least 3 times.
    George

  • Best HD Camcorder for my New iMac Help Please

    Hello All
    I have only had my New iMac for about a month now
    I am wanting to get a New HD Camcorder, but I need one that will work with my New iMac.
    Can someone help me find a Good HD Camcorder that will work with my iMac?
    I was looking at the Sonys, but I hear they don't work with Apple?
    Thanks Everyone in Advance! Bobby

    *I cannot restore the iPod to it's factory settings as my PC is lost and it was linked to it. I need your help!*
    You don't need the old computer to restore the iPod, connect it to the Mac you can restore it in iTunes there. (By the way, you don't need to restore simply to use it on a Mac since Macs can read Windows formatting.)
    Connect your iPod to the Mac, when it appears in iTunes click on it's icon to display the preference tabs. In the Summary tab click on Restore. Once the restore is complete follow the on screen instructions to name the iPod and automatically sync your songs and videos onto the fresh installation. Press Done and the iPod will appear in iTunes and start to sync. If you want to update manually or using selected playlists uncheck the box beside the sync automatically instruction and press Done, it will default to manual mode and you can choose whatever setting you like: Restoring iPod to factory settings with iTunes 7

  • Since upgrading to 3.6.15 my java certificate on a banking site will not work. (It still works if I go into Explorer) HELP please !

    This applet / certificate is used to authorise business banking transactions and is sent from the bank concerned, saved on my laptop and then the internet banking uses is it when I go to authorise an instruction. Since upgrading firefox it will not find the certificate and shows error message DIGITAL SIGNING PROCESS FAILED. However if I log out of banking, go to Internet Explorer, login to the banking again, do the transaction then when it calls for the certificate it loads and works perfectly. My choice is to work in Firefox so please advise what I can do rectify the issue. Many thanks

    Please click the '''Solved''' button next to the answer that solved your question.

  • I can't get Silverlight 4 or 5 to work on my IMAC-Help Please

    Hello.  over a year ago I deleted my Netflix account because I couldn't use my computer to watch netflix. This happened after I Updated my silverlight.  I kept getting a Player error 1001 message.  I called Netflix who were useless and pawned me off to Microsolf who tried to help initially by email and then gave up saying it was a mac problem so I then ended my service.  I recently rejoined thinking that after a year and an upgrade to LION, the problem would have been fixed in an update--but it hasnt and I'm still getting the same story from Netflix and the same error message.  I tried installing and uninstalling from different site- different versions (4 and 5) with no luck.  Does anyone know how to fix this?  Thanks inadvance.

    Go back to the beginning ...
    Uninstall Silverlight by following these steps: http://www.microsoft.com/getsilverlight/get-started/install/removing-silverlight -mac.aspx .  Also trash:
    /Library/Receipts/Silverlight.pkg
    /Library/Receipts/Silverlight_W2_MIX.pkg
    /Library/Receipts/WPFe.pkg
    Reboot, and reinstall Silverlight 5 from: http://www.microsoft.com/silverlight/
    Also, from a Microsoft troubleshooting note .... ensure your browser is not setup to run using Rosetta (of course Rosetta can't run under Lion, however...)
    Double-click the hard drive icon on the desktop.
    Choose the Applications folder.
    Find the icon for the browser that you are using. Hold down the CONTROL key while you click this icon.
    Select Get Info.
    Locate the Run using Rosetta option and make sure that this check box is not selected. If it is selected, click to clear the check box. Close the window.
    On the Apple menu, click Restart.
    After the computer restarts, again try to access the Web site that generated the error message.

  • Flash code into Dreamweaver - Help please!

    I am using GoDaddy for my hosting account. It is on a linux
    server. I have created an HTML page and loaded it up to the
    internet using Dreamweaver, like I normally do. the page in
    question is
    http://www.desmoinesbilliards.com/gallery.html
    When I use dreamweaver to insert the flash movie, it
    transfers it as normal, but it will not show up on the website. The
    flash movie works fine on the server, just cannot be seen on the
    site. I called Go Daddy who said that there is a problem with the
    way the code is calling up the Flash movie. I have not altered it
    at all from the way that Dream weaver inserts it. The flash movie
    is located in a folder on the site called 'flash'. The code is
    below. I can't figure it out, any help would be appreciated. The
    code that dreamweaver inserts is below. By the way, I use
    Professional 8 version of both products.

    Upload the scripts folder that DW places in your local site
    when you insert
    Flash on a page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "JesseDSM" <[email protected]> wrote in
    message
    news:[email protected]...
    >I am using GoDaddy for my hosting account. It is on a
    linux server. I
    >have
    > created an HTML page and loaded it up to the internet
    using Dreamweaver,
    > like I
    > normally do. the page in question is
    >
    http://www.desmoinesbilliards.com/gallery.html
    When I use dreamweaver to
    > insert
    > the flash movie, it transfers it as normal, but it will
    not show up on the
    > website. The flash movie works fine on the server, just
    cannot be seen on
    > the
    > site. I called Go Daddy who said that there is a problem
    with the way the
    > code
    > is calling up the Flash movie. I have not altered it at
    all from the way
    > that
    > Dream weaver inserts it. The flash movie is located in a
    folder on the
    > site
    > called 'flash'. The code is below. I can't figure it
    out, any help would
    > be
    > appreciated. The code that dreamweaver inserts is below.
    By the way, I
    > use
    > Professional 8 version of both products. <script
    type='text/javascript'>
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,19,0','width','730','height','80','src','flash/leaguebanner','qualit
    > y','high','pluginspage','
    http://www.macromedia.com/go/getflashplayer','movie','f
    > lash/leaguebanner' ); //end AC code
    </script><noscript><object
    > classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
    > codebase='
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,19,0' width='730' height='80'> <param
    name='movie'
    > value='flash/leaguebanner.swf' /> <param
    name='quality' value='high'
    > />
    > <embed src='flash/leaguebanner.swf' quality='high'
    > pluginspage='
    http://www.macromedia.com/go/getflashplayer'
    > type='application/x-shockwave-flash' width='730'
    height='80'></embed>
    > </object>
    >
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,19,0','width','730','height','80','src','flash/leaguebanner','qualit
    > y','high','pluginspage','
    http://www.macromedia.com/go/getflashplayer','movie','f
    > lash/leaguebanner' ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,19,0" width="730" height="80">
    > <param name="movie" value="flash/leaguebanner.swf"
    />
    > <param name="quality" value="high" />
    > <embed src="flash/leaguebanner.swf" quality="high"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" width="730"
    height="80"></embed>
    > </object>
    >

  • New Keyboard + Last Gen iMac Help Please

    Hello,
    I'm using the most recent generation (right before the release of the aluminum ones) iMac Core 2 Duo 2.16 20" and I have a very minor problem:
    I ordered the new wired keyboard - the brushed aluminum one... wow it's awesome - super thin, nice keystrokes, beautiful sleek design.
    I plugged it in, did the software update, reset my system - all as expected.
    So now, my F1-2 keys work great for the display dimming, keys F7-9 work fine for the media, and F10-12 work perfectly for volume control.
    The 2 things that did not carry over perfectly were the Expose functions of F3 and F4.
    F3 and F4 were not re-programed with the update to include "all windows" for F3 and Dashboard for F4
    Anyone else have this problem, or any other thoughts other then trying to reinstall the keyboard software update?
    I can assign things using Expose in settings, but if I assign to F3&F4 I have to press the Fn key and F3 or F4 to get them to work.
    Thanks for the help

    Just a followup to other comments. I have always liked the MacBook Pro keys so I purchased the new keyboard to go with my G5 Mac Pro.
    I concur. All special Fn Keys work normally with the Fn Key Option (in Keyboard Prefs) turned off -- Except F3 and F4 (Expose and Dashboard).
    These 2 Keys work kind of the reverse of what is expected. If Expose and Dashboard are assigned to F3 and F4 in the Dashboard/Expose Prefs the F3 & F4 Keys will work if the Fn key is also pressed (kind of stupid)
    However Expose and Dashboard can be assigned to other Fn Keys (F13, F14) and they will work normally (no Fn Key required)
    I think the keyboards (mine and others) are fine. This seems to be a software issue. Apple rushed the software update out and it needs some tweaking. Lets hope it wont be to long

Maybe you are looking for

  • ITunes 10.6.0.40 doesn't remember my username and password

    So I listen to a paid podcast that requires me to log in through iTunes before allowing updates, which WAS all fine and good till I downloaded the current version of iTunes (10.6.0.40).  Now, instead of a "Windows Security" window popping up to reque

  • 3 way one-to-many through a single link table

    I have 3 tables that are linked through one to many relationships in a single link table. Here's the real relationships: assay(id) multiplex(id, assays) markerset(id, assays, multiplexes) Here's the database schema: assay(id, name) markerset(id, name

  • Compiler's -xs switch

    We just switched to studio12 and I think we are having problems with the compiler/linker switch -xs which detemines whether the debug info is saved in the object or in the (in our case) library. We see this when compiling/linking on both SunAMD and s

  • Configuration Agreement

    I'm trying to configure my new Playbook, but I have a problem. My playbook says : Unable to display the BlackBerry ID Agreement. Please select your country and language, then try again. What is the problem ? Thank

  • I have a problem for automatic webpage open?

    hi dear i have a some problem for mizilla so please check it for this so i open a new tab than automatic some wabpages are open so its a not good so please check it?