Does new OS allow my iMac to take more RAM

Hi
I have an iMac 2.66Ghz 24" (early 2009)
From this article I have always understood that I am limited to a max of 8GB Ram (2 x 4GB sticks)
http://support.apple.com/kb/HT1423#2
I started off on Snow Leopard and am now on Mountain Lion
Someone told me recently that the move to Mountain Lion has enabled my iMac to now take a maximum 16GB Ram (2 x 8GB sticks). I am wary to act on this and buy new memory as the Apple support article implies it is still limited to 8GB. But I woudl really like to upgrade to 16Gb if it will work.
Has anyone else tried to increase over 8GB with this model?
Any thoughts from the community woudl be greatly appreciated.
Thanks

jhrichmond wrote:
Someone told me recently that the move to Mountain Lion has enabled my iMac to now take a maximum 16GB Ram (2 x 8GB sticks).
Someone is misinformed. The 8 GB maximum is a hardware limitation.

Similar Messages

  • Speed up iMac mid 2010: more RAM or bigger hard drive?

    My mid 2010 21.5" iMac is getting really slow. granted it only has 4GB of RAM and 500GB of hard drive with barely 10GB left.
    So the simple question: do I add more RAM or get a new hard drive to speed up this old baby?

    tyron1980 wrote:
    He has a lot of files so the author should transfer some of his files to an external HD. Its his prerogative choice if he make some sacrifices in order to have bigger space. Once he has enough free space then he can apply doing partition.
    I'll try again.
    How will making a 2nd partition help this problem, and why would it be needed otherwise.
    Here's the answer.
    IT WON'T, and there is no advantage to multiple partitions withut specific need for them (multiple OS's for example)
    To the OP, please ignore posts from tyron1980

  • IMac 2012 (December) more RAM or faster processor?

    I will buy a 21.5 iMac.  Basic user: web, MS Office documents, some photo editing, burn DVDs.  Maybe light video.  I tend to keep my computers a long time (current Mac is the half dome from about 8 years ago).
    Question: for the most bang for the buck, and long term use, is it worth adding more RAM (8 to 16) or upgrading the processor (2.7 to 2.9)?
    Or just keep the basic model?
    Unlike previous questions like this, the 21.5 Macs don't let you add RAM later.   I get conflicting opinions from Mac store.

    IMHO if you intend to keep the machine a long time in order to get the best performance and most futureability I'd recommend getting the i7 21.5" with 16GB and get the 1TB Fusion drive. The 2012 21.5" iMacs are not designed to be user upgradeable for anything however OWC (www.macsales.com) sells a RAM upgrade kit. It takes skill to do the upgrade and will probably invalidate the warranty but it's possible.
    IMHO I'd buy the upgrades from Apple at the point of order. You can purchase the above (i7, 16GB, Fusion drive)  configuration from Apple's online store, I doubt the brick and mortar store would carry it.

  • How do you open the door on a Late 2013 27" iMac to add more RAM ?

    I ordered an additional 8GB of RAM before I received my iMac, but now that I have it and ready to add the extra RAM, I can find no mention anywhere of how you go about opening the door on the back of the iMac to access the RAM. Reminds me of the first Systems Analysis lecture I attended which was all about how to write a manual, for example on how to light a cigarette. The first candidate up read out his instructions and they seemed perfect until the instructor told him he hadn't mentioned opening the box of matches.

    Installing memory on the new iMacs are a PITA plus a few
    The first thing you should do is to unplug the iMac & everything else you have attached to it including the keyboard.
    Place the iMac facedown on something soft (couch).
    Just below the power cord connection you will see a square box.  It pops open if you have the strength of Arnold Schwarzenegger.
    With Arnold's strength, you will need to push the RAM into the slots which is no easy task.  Make sure you hear a CLICK!  The "click" confirms the RAM has been seated correctly.
    CLICK CLICK----> iMac (2012/2013) PDF Manual
    GOOD LUCK!  You're gonna need it. 

  • JVM takes more RAM than defined in -Xmx param on solaris

    Hi all,
    We have a problem on production installation of our product on Solaris paltfroms: jvm takes more (much more) RAM than defined in -Xmx param and without any OutOfMemory exceptions. (how itt possible at all ?)
    The only JNI call in application is SAP interface connector, but application uses a lot of Runtime.exec() calls.
    Is it possible to have such kind of "leaks" in java using JNI or Runtime.exec()?
    I will be very appreciate for any tip how to find the root of this problem and how we can fix it ?
    //rv
    system details:
    COMMAND
    nohup /system/jre/bin/java -XX:+DisableExplicitGC -XX:NewSize=80m -XX:MaxNewSize=80m -Xms256m -Xmx256m -cp /system/bin/application.jar: applicationstart >/sysem/bin/../log/jvm.log
    JAVAVERSION
    SRV12345/root # /system/jre/bin/java -fullversion
    java full version "1.4.2_08-b03"
    OS-VERSION
    [root@SRV12345] /->uname -r
    5.8
    TASKS
    [root@SRV12345] /->prstat
    PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP
    6415 root 964M 913M sleep 29 10 20:33.12 0.3% java/128
    Total: 75 processes, 310 lwps, load averages: 0.02, 0.04, 0.08
    CPUS
    root@SRV12345] /->psrinfo -v
    Status of virtual processor 0 as of: 07/27/06 16:33:23
    on-line since 05/22/06 11:40:25.
    The sparcv9 processor operates at 1320 MHz,
    and has a sparcv9 floating point processor.
    Status of virtual processor 1 as of: 07/27/06 16:33:23
    on-line since 05/22/06 11:40:26.
    The sparcv9 processor operates at 1320 MHz,
    and has a sparcv9 floating point processor.
    HARDWARE
    [root@SRV12345] /->prtconf
    System Configuration: Sun Microsystems sun4us
    Memory size: 4096 Megabytes
    System Peripherals (Software Nodes):
    MEMORY USAGE - PROCESS
    [root@SRV12345] /->pmap -x 6415
    6415:     /oms/OMSSpooler/system/jre/bin/java -XX:+DisableExplicitGC -XX:NewSize
    Address Kbytes Resident Shared Private Permissions Mapped File
    00010000 72 72 72 - read/exec java
    00030000 16 16 - 16 read/write/exec java
    00034000 636528 636456 618112 18344 read/write/exec [ heap ]
    DA77A000 8 8 - 8 read/write/exec [ anon ]
    DA77E000 16 16 8 8 read/write/exec [ anon ]
    DAD7A000 32 32 8 24 read/write/exec [ anon ]
    DAE7A000 32 32 8 24 read/write/exec [ anon ]
    DB07A000 32 32 8 24 read/write/exec [ anon ]
    DB17A000 32 32 8 24 read/write/exec [ anon ]
    DB278000 40 40 32 8 read/write/exec [ anon ]
    DB67A000 32 32 8 24 read/write/exec [ anon ]
    DB97A000 32 32 8 24 read/write/exec [ anon ]
    DBA7A000 32 32 24 8 read/write/exec [ anon ]
    DBB7A000 32 32 8 24 read/write/exec [ anon ]
    DBC7A000 8 8 8 - read/write/exec [ anon ]
    DBC7E000 16 16 8 8 read/write/exec [ anon ]
    DBD76000 48 48 48 - read/write/exec [ anon ]
    DBE7A000 32 32 8 24 read/write/exec [ anon ]
    DBF78000 40 40 24 16 read/write/exec [ anon ]
    DC07A000 8 8 - 8 read/write/exec [ anon ]
    DC07E000 16 16 - 16 read/write/exec [ anon ]
    DC17A000 32 32 24 8 read/write/exec [ anon ]
    DC27A000 8 8 8 - read/write/exec [ anon ]
    DC27E000 16 16 8 8 read/write/exec [ anon ]
    DC37A000 8 8 8 - read/write/exec [ anon ]
    DC37E000 16 16 8 8 read/write/exec [ anon ]
    DC47A000 8 8 8 - read/write/exec [ anon ]
    DC47E000 16 16 8 8 read/write/exec [ anon ]
    DC778000 16 16 8 8 read/write/exec [ anon ]
    DC77E000 16 16 - 16 read/write/exec [ anon ]
    DC87A000 8 8 8 - read/write/exec [ anon ]
    DC87E000 16 16 8 8 read/write/exec [ anon ]
    DC97A000 8 8 8 - read/write/exec [ anon ]
    DC97E000 16 16 8 8 read/write/exec [ anon ]
    DCA7A000 8 8 8 - read/write/exec [ anon ]
    DCA7E000 16 16 8 8 read/write/exec [ anon ]
    DCB7A000 8 8 8 - read/write/exec [ anon ]
    DCB7E000 16 16 8 8 read/write/exec [ anon ]
    DCF7A000 32 32 16 16 read/write/exec [ anon ]
    DD07A000 32 32 8 24 read/write/exec [ anon ]
    DD17A000 32 32 8 24 read/write/exec [ anon ]
    DD278000 40 40 16 24 read/write/exec [ anon ]
    DD478000 40 40 40 - read/write/exec [ anon ]
    DD67A000 32 32 8 24 read/write/exec [ anon ]
    DD778000 40 40 16 24 read/write/exec [ anon ]
    DDA7A000 32 32 16 16 read/write/exec [ anon ]
    DDB78000 40 40 16 24 read/write/exec [ anon ]
    DDC7A000 8 8 - 8 read/write/exec [ anon ]
    DDC7E000 16 16 8 8 read/write/exec [ anon ]
    DDD78000 40 40 32 8 read/write/exec [ anon ]
    DDE78000 40 40 40 - read/write/exec [ anon ]
    DE07A000 32 32 8 24 read/write/exec [ anon ]
    DE178000 40 40 16 24 read/write/exec [ anon ]
    DE276000 48 48 40 8 read/write/exec [ anon ]
    DE37A000 32 32 8 24 read/write/exec [ anon ]
    DE578000 40 40 16 24 read/write/exec [ anon ]
    DE77A000 32 32 16 16 read/write/exec [ anon ]
    DE87A000 32 32 32 - read/write/exec [ anon ]
    DE97A000 32 32 8 24 read/write/exec [ anon ]
    DEA78000 40 40 16 24 read/write/exec [ anon ]
    DEB7A000 32 32 16 16 read/write/exec [ anon ]
    DEC7A000 32 32 8 24 read/write/exec [ anon ]
    DED78000 40 40 40 - read/write/exec [ anon ]
    DEE7A000 32 32 8 24 read/write/exec [ anon ]
    DEF7A000 32 32 8 24 read/write/exec [ anon ]
    DF07A000 32 32 16 16 read/write/exec [ anon ]
    DF27A000 32 32 24 8 read/write/exec [ anon ]
    DF478000 40 40 40 - read/write/exec [ anon ]
    DF578000 40 40 - 40 read/write/exec [ anon ]
    DF77A000 32 32 8 24 read/write/exec [ anon ]
    DF87A000 32 32 16 16 read/write/exec [ anon ]
    DFA78000 40 40 16 24 read/write/exec [ anon ]
    DFC7A000 8 8 - 8 read/write/exec [ anon ]
    DFC7E000 16 16 - 16 read/write/exec [ anon ]
    E0078000 40 40 8 32 read/write/exec [ anon ]
    E0278000 40 40 16 24 read/write/exec [ anon ]
    E067A000 32 32 24 8 read/write/exec [ anon ]
    E077A000 8 8 8 - read/write/exec [ anon ]
    E077E000 16 16 8 8 read/write/exec [ anon ]
    E0878000 40 40 32 8 read/write/exec [ anon ]
    E0978000 40 40 32 8 read/write/exec [ anon ]
    E0A78000 40 40 24 16 read/write/exec [ anon ]
    E0B78000 40 40 16 24 read/write/exec [ anon ]
    E0C78000 40 40 32 8 read/write/exec [ anon ]
    E0E7A000 8 8 8 - read/write/exec [ anon ]
    E0E7E000 16 16 8 8 read/write/exec [ anon ]
    E1076000 48 48 48 - read/write/exec [ anon ]
    E117A000 32 32 32 - read/write/exec [ anon ]
    E127A000 32 32 24 8 read/write/exec [ anon ]
    E137A000 32 32 8 24 read/write/exec [ anon ]
    E147A000 32 32 32 - read/write/exec [ anon ]
    E1578000 40 40 16 24 read/write/exec [ anon ]
    E187A000 8 8 - 8 read/write/exec [ anon ]
    E187E000 16 16 - 16 read/write/exec [ anon ]
    E1978000 40 40 24 16 read/write/exec [ anon ]
    E1A78000 40 40 24 16 read/write/exec [ anon ]
    E1B78000 40 40 16 24 read/write/exec [ anon ]
    E1C7A000 32 32 16 16 read/write/exec [ anon ]
    E1D7A000 32 32 8 24 read/write/exec [ anon ]
    E1E78000 40 40 24 16 read/write/exec [ anon ]
    E1F78000 40 40 8 32 read/write/exec [ anon ]
    E207A000 32 32 32 - read/write/exec [ anon ]
    E217A000 8 8 8 - read/write/exec [ anon ]
    E217E000 16 16 8 8 read/write/exec [ anon ]
    E227A000 32 32 8 24 read/write/exec [ anon ]
    E2378000 40 40 16 24 read/write/exec [ anon ]
    E247A000 32 32 32 - read/write/exec [ anon ]
    E257A000 32 32 16 16 read/write/exec [ anon ]
    E267A000 32 32 16 16 read/write/exec [ anon ]
    E2878000 40 40 16 24 read/write/exec [ anon ]
    E297A000 32 32 16 16 read/write/exec [ anon ]
    E2A7A000 32 32 16 16 read/write/exec [ anon ]
    E2B7A000 32 32 16 16 read/write/exec [ anon ]
    E2C00000 4408 688 688 - read/exec librfccm.so
    E305C000 2584 664 624 40 read/write/exec librfccm.so
    E32E2000 688 320 312 8 read/write/exec librfccm.so
    E3400000 2072 120 120 - read/exec libsapjcorfc.so
    E3614000 24 24 24 - read/write/exec libsapjcorfc.so
    E36FA000 32 32 8 24 read/write/exec [ anon ]
    E38FA000 8 8 - 8 read/write/exec [ anon ]
    E38FE000 16 16 - 16 read/write/exec [ anon ]
    E39F6000 48 48 - 48 read/write/exec [ anon ]
    E3AFA000 32 32 32 - read/write/exec [ anon ]
    E3BF8000 40 40 16 24 read/write/exec [ anon ]
    E3CFA000 32 32 16 16 read/write/exec [ anon ]
    E3DFA000 32 32 32 - read/write/exec [ anon ]
    E3EFA000 8 8 - 8 read/write/exec [ anon ]
    E3EFE000 16 16 - 16 read/write/exec [ anon ]
    E3FF8000 40 40 40 - read/write/exec [ anon ]
    E40FA000 8 8 - 8 read/write/exec [ anon ]
    E40FE000 16 16 - 16 read/write/exec [ anon ]
    E41F6000 48 48 40 8 read/write/exec [ anon ]
    E42FA000 32 32 32 - read/write/exec [ anon ]
    E43F6000 48 48 - 48 read/write/exec [ anon ]
    E44F8000 40 40 - 40 read/write/exec [ anon ]
    E45F8000 40 40 32 8 read/write/exec [ anon ]
    E46FA000 8 8 - 8 read/write/exec [ anon ]
    E46FE000 16 16 - 16 read/write/exec [ anon ]
    E47F8000 40 40 16 24 read/write/exec [ anon ]
    E48FA000 32 32 24 8 read/write/exec [ anon ]
    E49F8000 40 40 16 24 read/write/exec [ anon ]
    E4AFA000 8 8 - 8 read/write/exec [ anon ]
    E4AFE000 16 16 - 16 read/write/exec [ anon ]
    E4BFA000 8 8 - 8 read/write/exec [ anon ]
    E4BFE000 16 16 - 16 read/write/exec [ anon ]
    E4CF6000 48 48 40 8 read/write/exec [ anon ]
    E4DF6000 48 48 - 48 read/write/exec [ anon ]
    E4E80000 720 112 112 - read/shared dev:85,6 ino:2414099
    E4F80000 1616 16 16 - read/shared dev:85,6 ino:2604124
    E5180000 584 24 24 - read/shared dev:85,6 ino:2604127
    E5280000 560 32 32 - read/shared dev:85,6 ino:2604145
    E5380000 504 16 16 - read/shared dev:85,6 ino:2604133
    E5480000 1776 40 40 - read/shared dev:85,6 ino:2604140
    E5680000 1120 56 56 - read/shared dev:85,6 ino:2604138
    E5800000 277504 277344 268008 9336 read/write/exec [ anon ]
    F9900000 752 8 8 - read/shared dev:85,6 ino:899745
    F9A80000 8 8 - 8 read/write/exec [ anon ]
    F9B7C000 24 24 16 8 read/write/exec [ anon ]
    F9C00000 9280 8944 8760 184 read/write/exec [ anon ]
    FBC50000 8 8 8 - read/shared dev:85,6 ino:2414079
    FBC60000 16 16 16 - read/shared dev:85,6 ino:2414042
    FBC70000 24 24 24 - read/shared dev:85,6 ino:2414043
    FBC80000 440 32 32 - read/shared dev:85,6 ino:2604129
    FBD80000 8 8 - 8 read/write/exec [ anon ]
    FBD90000 8 8 - 8 read/write/exec [ anon ]
    FBDA0000 56 56 56 - read/exec libnet.so
    FBDBC000 16 16 16 - read/write/exec libnet.so
    FBDD0000 176 16 16 - read/shared dev:85,6 ino:2604126
    FBE80000 8 8 - 8 read/write/exec [ anon ]
    FBE90000 128 8 8 - read/shared dev:85,6 ino:2604148
    FBEC0000 216 8 8 - read/shared dev:85,6 ino:2604125
    FBF7A000 32 32 24 8 read/write/exec [ anon ]
    FBF90000 416 8 8 - read/shared dev:85,6 ino:2604128
    FC000000 5696 8 8 - read/shared dev:85,6 ino:1450986
    FC5A0000 344 40 40 - read/shared dev:85,6 ino:2604131
    FC67A000 32 32 24 8 read/write/exec [ anon ]
    FC690000 24 24 24 - read/exec libpthread.so.1
    FC6A6000 8 8 8 - read/write/exec libpthread.so.1
    FC6B0000 304 40 40 - read/shared dev:85,6 ino:2604144
    FC780000 8 8 - 8 read/write/exec [ anon ]
    FC7A0000 352 24 24 - read/shared dev:85,6 ino:2604147
    FC800000 23464 16 16 - read/shared dev:85,6 ino:1451026
    FDEF0000 8 8 8 - read/exec libw.so.1
    FDF00000 192 24 24 - read/shared dev:85,6 ino:2604142
    FDF40000 96 8 8 - read/shared dev:85,6 ino:2604134
    FDF60000 240 40 40 - read/shared dev:85,6 ino:2604157
    FDFA0000 360 352 352 - read/write/exec [ anon ]
    FE000000 4032 2472 2472 - read/exec libjvm.so
    FE3F0000 128 128 88 40 read/write/exec libjvm.so
    FE410000 56 56 48 8 read/write/exec libjvm.so
    FE430000 32 32 32 - read/shared dev:85,6 ino:2604137
    FE440000 208 40 40 - read/shared dev:85,6 ino:2604135
    FE480000 544 544 328 216 read/write/exec [ anon ]
    FE520000 8 8 8 - read/write/exec [ anon ]
    FE530000 32 32 32 - read/shared dev:85,6 ino:2604146
    FE540000 16 16 16 - read/shared dev:85,6 ino:2604123
    FE550000 40 16 16 - read/shared dev:85,6 ino:2604139
    FE560000 56 - - - read/shared dev:85,6 ino:899744
    FE580000 152 152 152 - read/write/exec [ anon ]
    FE610000 112 8 8 - read/shared dev:85,6 ino:899742
    FE630000 32 32 24 8 read/write/exec [ anon ]
    FE660000 72 - - - read/shared dev:85,6 ino:1450975
    FE680000 872 8 8 - read/shared dev:85,6 ino:1450985
    FE760000 8 8 8 - read/shared dev:85,6 ino:2604132
    FE770000 88 16 16 - read/shared dev:85,6 ino:1450974
    FE790000 64 64 64 - read/exec libzip.so
    FE7A0000 8 8 8 - read/write/exec libzip.so
    FE7B0000 8 8 - 8 read/write/exec [ anon ]
    FE7C0000 136 136 136 - read/exec libjava.so
    FE7F2000 8 8 8 - read/write/exec libjava.so
    FE802000 8 8 8 - read/write/exec [ anon ]
    FE904000 8 8 8 - read/write/exec [ anon ]
    FEA06000 8 8 8 - read/write/exec [ anon ]
    FEB08000 8 8 8 - read/write/exec [ anon ]
    FEC0A000 8 8 8 - read/write/exec [ anon ]
    FED0C000 8 8 8 - read/write/exec [ anon ]
    FEE0A000 8 8 8 - read/write/exec [ anon ]
    FEE0E000 8 8 8 - read/write/exec [ anon ]
    FEF0C000 8 8 - 8 read/write/exec [ anon ]
    FEF10000 8 8 8 - read/write/exec [ anon ]
    FF00E000 8 8 8 - read/write/exec [ anon ]
    FF020000 88 88 88 - read/exec libverify.so
    FF046000 8 8 8 - read/write/exec libverify.so
    FF050000 16 16 16 - read/shared dev:85,6 ino:899743
    FF060000 40 40 40 - read/exec libhpi.so
    FF07A000 8 8 8 - read/write/exec libhpi.so
    FF07C000 8 - - - read/write/exec libhpi.so
    FF090000 16 16 16 - read/exec libmp.so.2
    FF0A4000 8 8 8 - read/write/exec libmp.so.2
    FF0B0000 224 104 104 - read/exec libm.so.1
    FF0F6000 8 8 8 - read/write/exec libm.so.1
    FF100000 576 576 576 - read/exec libnsl.so.1
    FF190000 40 40 32 8 read/write/exec libnsl.so.1
    FF19A000 24 16 16 - read/write/exec libnsl.so.1
    FF1B0000 8 8 8 - read/exec libsched.so.1
    FF1C2000 8 8 8 - read/write/exec libsched.so.1
    FF1D0000 8 8 - 8 read/write/exec [ anon ]
    FF1E0000 40 40 40 - read/exec libsocket.so.1
    FF1FA000 8 8 8 - read/write/exec libsocket.so.1
    FF200000 688 688 688 - read/exec libc.so.1
    FF2BC000 32 32 8 24 read/write/exec libc.so.1
    FF2D0000 48 48 48 - read/exec libCrun.so.1
    FF2EA000 8 8 8 - read/write/exec libCrun.so.1
    FF2EC000 16 8 8 - read/write/exec libCrun.so.1
    FF300000 16 16 16 - read/write/shared dev:0,2 ino:7595433
    FF314000 8 8 8 - read/write/exec [ anon ]
    FF320000 8 8 8 - read/write/exec/shared [ anon ]
    FF330000 8 8 - 8 read/write/exec [ anon ]
    FF340000 8 8 - 8 read/write/exec libdl.so.1
    FF350000 112 112 112 - read/exec libthread.so.1
    FF37C000 8 8 - 8 read/write/exec libthread.so.1
    FF37E000 48 48 - 48 read/write/exec libthread.so.1
    FF390000 8 8 8 - read/exec libc_psr.so.1
    FF3A0000 184 184 184 - read/exec ld.so.1
    FF3DE000 8 8 - 8 read/write/exec ld.so.1
    FF3E0000 8 8 - 8 read/write/exec ld.so.1
    FFB70000 24 - - - - [ anon ]
    FFBD6000 104 104 96 8 read/write/exec [ stack ]
    total Kb 986752 936008 905624 30384

    See http://java.sun.com/j2se/1.5/pdf/jdk50_ts_guide.pdf and look into using libumen on Solaris.
    -kto

  • What is the bottom line-does new firmware allow us to use TM with Airdisk?

    Just as the topic reads - does the newly released firmware allow us to use an external HD connected to Airport Extreme for Time Machine?
    All of the Mac sites seem to report that it does - does it?
    Gregg

    It certainly seems to be supported using an AirDisk connected to my 1TB TC. I do have an AEBS but haven't tried it on that yet.

  • Does newer Software allow iPod 3G Firewire connection?

    I just replaced the hard drive in my 3G. Afterward, I could not get it to be recognized by iTunes, or even the computer as an external device. I could not restore or use as disk or any type of access to the iPod.
    I was just about to throw it away when I thought I would try the USB cable that came with my new nano. It worked, iTunes came up with the iPod and gave me the option to restore.
    It started the restore fine and then gave me a message saying to complete the process, I needed to remove it and plug it into an external power supply (I know it is not powered by a USB cable). I took and plugged it into the firewire charger and the progress bar came up and the restore process completed.
    It is now working fine using the USB cable, but sill will not allow access using my firewire cable. All that it will do using firewire is the drive clicks about every three seconds and iTunes cannot see it.
    Possibly the firewire cable is bad, but I have checked it for continuity and it seems fine. Thus the question, is there any chance the newer iPod software is not compatible with firewire? It behaves the same using XP or Vista.
    Thanks

    There is no newer iPod software for an old 3rd gen iPod. When you do a Restore with the latest version of iTunes, it is installing the same old 3rd gen iPod software that has not changed for years.
    iTunes itself is different, so you might suspect that the latest version (8.1) no longer supports 3rd gen iPods using FireWire. However, I have a 3rd gen iPod connected over FireWire, and it works 100% with iTunes 8.1 (although its on a Mac).
    So I would suspect your FireWire cable.
    You can get a docking cable that has both FireWIre and USB connectors on it. Apple used to sell their official cable, but they do not offer it any more. However, there are third-party version (much cheaper) on eBay
    [For example|http://cgi.ebay.com/1394-FIREWIRE-USB-CABLE-DATA-WIRE-CORD-FOR-APPLE-IP ODW0QQitemZ120389654657QQcmdZViewItemQQptZOther_MP3_Player_Accessories?hash=item12 0389654657&_trksid=p3286.c0.m14&trkparms=72%3A1205%7C66%3A2%7C65%3A12%7C39%3A1%7C240%3A1318%7C301%3A1%7C293%3A1% 7C294%3A50]
    (I don't know anything about this seller.)
    You connect the USB end to your computer for data syncing. You connect the FireWire end to your power adapter to supply power while syncing. So You can charge and sync at the same time, without using your computer's FIreWire port; use the USB port instead, which you know currently works with this iPod, your computer, and your iTunes installation.

  • HT4623 does ios 7 allow iPhone 4s to take simultaneous photos while video recording ?

    i have iPhone 4s. i want to know if i can click photos while video recording . will this feature be added in iOS 7 for iPhone 4s or is there an app for this ?

    iOS 6 currently only offers this feature to iPhone 5 & iPod Touch 5th gen so it is a hardware limitation of the 4s & will not be addressed in a software update.

  • Will Snow Leopard (x64) allow my iMac to address more than 4 GB of RAM?

    I just finished reading the specs on Snow Leopard and it's early release this Friday. Will the ability to address more than 4 GB of physical RAM work on all supported platforms, or just new systems? I'm maxed with 4 GB now, but would love to turn up the power!

    Since your question is about a MacBook Pro, and this topic is in the Intel iMac category, you should go to the relevant forum, in this case probably this one
    http://discussions.apple.com/forum.jspa?forumID=1293
    and click the +Post New Topic+ link to create your own topic where other MacBook Pro users are likely to see it.
    My guess would be that it makes no difference, because these overall RAM limits are based on hardware limitations, not OS limitations. A Mac Pro was able to access 32GB of RAM back when Mac OS X was Tiger (two revisions ago), because its more advanced CPU and hardware architecture made it possible (not the OS).

  • Should I buy a new laptop? Or fix it with more RAM?

    Dear all,
    After a few years (since mid 2009) of happy relationship with my Macbook Pro, the last year I have noticed a severe decline in speed in all applications as well as a lot of apps crashing or not responding regulary. Me and my laptop have survived this long thanks to this forum where I am usually able to find solutions to various problems and by experimenting with  "home fixes", despite my lack of technical knowledge.
    I live abroad in a country without access to proper computor service centers etc, however I am visiting Europe next week and I need to take the decision on whether it is worth fixing my laptop or if the best option sis just to buy a new one.
    After my attempts to troubleshoot and after reading up on this forum I am suspecting that the cause of the problems might have something to do with RAM or the proccessor. I do run a lot of heavy apps such as photoshop, premier pro, indesign, firefox, lightroom etc. I have always been able to work efficiently while having several apps running at the same time (for example firefox, word, indesign and photoshop) however since a while back i can't run more than 1-2 apps at the same time without the computer crashing or getting paralysed. The beach ball is spinning for minutes after each click which is very frustrating when working with details in for example photoshop. I have tried to clean up the computor with Onyx a few weeks ago which I think improved it a little bit. My 500GB harddisk is less than half full.
    I would really appreciate your advise on my options of fixing the issue or just buying a new computer. Below are some details about my laptop.
    Millions of thanks in advance!
    Best,
    Hanna
    Processor: 2.26 GHz Intel Core 2 Duo
    Memory: 2 GB 1067 MHz DDR3
    Graphics: NVIDIA GeForce 9400M 256MB
    Software: OSX Version 10.8.3

    I think 8G of memory may be good enough to run Adobe suite and Office.
    No, there is no such risk.
    Following shop has memory you need, though if you think you couldn't hadle to upgrade RAM, take it to Apple Store's Genius Bar to ask about upgrading RAM.
    http://eshop.macsales.com/shop/memory/Apple_MacBook_MacBook_Pro/Upgrade/DDR3
    -- kaz-k
    PS/ You'd better ask about your question at MacBook Pro discussion board.
    https://discussions.apple.com/community/notebooks/macbook_pro

  • Does home sharing allow me to share my iTunes library with other users on the same imac

    Does home sharing allow me to share my iTunes library with other users on the same imac? 

    Apparently so (as long as each user operates out of a different Mac User account).
    After setting up home sharing in the various different user accounts on the Mac, you need to have iTunes open in the account that you want to Home Share from.
    Now use fast User Switching to get into the account that you want to Home Share to. Launch iTunes in there. The library in the other account should appear as shared for you.

  • My computer crashed. So does this mean I can not add any more music to my ipod from a different computer without all the songs being erased? Can I sync my ipod to a new computer if I allow all the songs to be erased?

    My computer crashed. So does this mean I can not add any more music to my ipod from a different computer without all the songs being erased? The ipod works fine and now i got a new computer. So it seems like my only options are leaving my ipod in a state where i cant add anymore songs or erasing all my songs and trying to use my ipod from my new computer. Can someone please inform me on how to have my ipod work from a different computer, even if i have to erase my songs. Thanks.

    Yes, if you choose the Erase and Sync option (or restore your iPod) you will be allowed to sync your iPod with the new computer.
    If you would like to save the content that's currently on your iPod, see this older thread from another forum member Zevoneer discussing the different ways to copy the content on an iPod back to your PC.
    https://discussions.apple.com/thread/2417169?start=0&tstart=0
    B-rock

  • I downloaded latest software on iphone 4 and installed new software on my imac (snow leopard 8.6 and now phone not synching with new itunes. Itunes does recognize the phone but the itunes is totally different now. It doesn't look anything like the previou

    I downloaded latest software on iphone 4 and installed new software on my imac (snow leopard 8.6)and now phone not synching with new itunes. Itunes does recognize the phone but the itunes is totally different now. It doesn't look anything like the previous vesions. I can't even find a tab for synching. very strange. any help is appriciated.

    iTunes 10.7 is compatible with Snow Leopard.
    You can download it here: http://www.apple.com/itunes/

  • Is it true that iPhone 4s does not allow to take more than 1000 photos?

    Hi!
    Is it true that iPhone 4s does not allow to take more than 1000 photos?
    http://dolboeb.livejournal.com/2299939.html

    Not true.
    Only Photostream is allowed to take a max of 1000 photos, then they will be removed from server/icloud.

  • If i purchase more iCloud storage, will it allow me to take more photos to keep in my photo library? Or does iCloud storage just count towards photostream?

    If i purchase more iCloud storage, will it allow me to take more photos to keep in my photo library? Or does iCloud storage just count towards photostream?

    Sorry, thats wrong. I just installed iOS 8.1 and got an error saying that it requires 5,6 GB of free space, but I have only 2,6 Gb free space in my iCloud Account.
    You will need to pay in order to use iCloud Photo Library in order to use it for a huge collection of photos. 5GB is not very much.
    Edit: I though you were talking about iCloud photo library.. I got that wrong.

Maybe you are looking for

  • File associations in Bridge CC after updating to CC 2014

    I am facing a problem with the file association settings in Bridge CC after having updated my other creative suite programs to version CC 2014. In previous version I had the option when opening eg. PDF file to chose "open with", and then chose Illust

  • Photoshop CS3 Book and Tutorial Recommendations

    Hi there, I am a beginner CS3 user. My main interest is in enhancing old graphic prints (not digital photography). By enhancing I mean changing colors, brightness, contrast, and sometimes redrawing a section of the original print. I typically scan th

  • Can't open reader from the icon?

    The icon is constantly dark as if updating and the word waiting underneath. I've turned iPad off and back on to try to reset but it continues the same. I've tried to delete the app to reload it but it won't delete either.  I went to my purchased apps

  • Need to download

    I need to download Photoshop extended CS^ full Retail for win

  • Can I connect my Time Capsule directly to the Verizon FIOS ONT?

    Hi I'm getting rid of Verizon FIOS TV and phone, but keeping FIOS Internet. My ONT is a TELLABS 612A, the ethernet port is active and connecting to the Verizon router without a problem. The coax is gone -- toast.  The Time Capsule is connected to the