Cannot Partition 3TB Internal Drive for Bootcamp

I have read a number of threads and tried a number of things from various websites to get my iMac to use Bootcamp, but no luck. It was so easy with my MacBook Pro. :^/
The basic problem is that when I start with a single, internal 3TB drive with a brand, new clean install of Yosemite, I get the message:
The startup disk cannot be partitioned or restored to a single partition.
The startup disk must be formatted as a single Mac OS Extended (Journaled) volume or already partitioned by Boot Camp Assistant for installing Windows.
To get past this I go into Disk Utility and resize the partition from 3TB to 2TB. This allows me to get past this screen and have Boot Camp partition the drive. Note that it shows the drive as 2TB and I divide it equally with 1TB for Mac and 1TB for Windows.
In the Windows installer the first thing you notice is that there are five partitions, and that the Windows partition is 1.8 TB, it having grabbed the empty space for itself. It complains that it cannot use the partition as it uses the GPT Partition Style, so I click the Format option to have it format as NTFS. But it still complains that it cannot use the partition because of its style.
Going back into the Mac OS and using Disk Utility, I try and reformat the partition to ExFAT and it starts to, but fails indicating that it is not supported for Core Storage.
I have been through this cycle several times now. I thought the issue previously was because of an older version of OS X. I then upgraded and found the same issue. So in order to change the partition style I finally wiped the drive using Disk Utility from a bootable USB and reinstalled Yosemite cleanly.
If I missed a step or option somewhere I am willing to wipe the drive again. I just need to know what to change. Here is the current state of my drive:
> diskutil list
/dev/disk0
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *3.0 TB     disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                  Apple_HFS Internal                1.0 TB     disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
   4:          Apple_CoreStorage                         2.0 TB     disk0s4
   5:                 Apple_Boot Boot OS X               134.2 MB   disk0s5
/dev/disk1
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *7.8 GB     disk1
   1:                 DOS_FAT_32 WININSTALL              7.8 GB     disk1s1
/dev/disk2
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                            GSP1RMCPRXFRER_EN_DVD  *3.3 GB     disk2
> sudo gpt -vv -r show /dev/disk0
gpt show: /dev/disk0: mediasize=3000592982016; sectorsize=512; blocks=5860533168
gpt show: /dev/disk0: PMBR at sector 0
gpt show: /dev/disk0: Pri GPT at sector 1
gpt show: /dev/disk0: Sec GPT at sector 5860533167
       start        size  index  contents
           0           1         PMBR
           1           1         Pri GPT header
           2          32         Pri GPT table
          34           6        
          40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
      409640  1954418960      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
  1954828600     1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
  1956098136        1960        
  1956100096  3904170888      4  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
  5860270984      262144      5  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
  5860533128           7        
  5860533135          32         Sec GPT table
  5860533167           1         Sec GPT header
>
sudo fdisk /dev/disk0
Disk: /dev/disk0 geometry: 97451/255/63 [1565565872 sectors]
Signature: 0xAA55
         Starting       Ending
#: id  cyl  hd sec -  cyl  hd sec [     start -       size]
1: EE 1023 254  63 - 1023 254  63 [         1 - 4294967294] <Unknown ID>
2: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
4: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
Any help that can be offered would be greatly appreciated. Thanks in advance.
Dale

This is an example if the partitions are
GPT1 = MBR1 = EFI
GPT2 = MBR2 = OSX
GPT3 = MBR3 = Recovery HD
GPT4 = MBR4 = BOOTCAMP.
You will need to pick the correct order based on how you format the 3TB disk. Any GPT entry beyond the 2TB address will not be a part of the MBR.
Rebuild MBR to match the new GPT information thus resetting the Hybrid MBR. Use defaults for other questions (like partition codes). The only values that need modifications are the Boot flags and step 6. Accept all other defaults that Gdisk offers.
Sudo gdisk /dev/disk0
P  (Print list of parts)
R   (Recover)
H (chooses Hybrid)
Partitions numbers to be hybridized: 2 3 4
Y (Good for GRUB question)
N (part 2 boot flag)
N (part 3 boot flag)
Y  (part 4 boot flag make NTFS bootable partition)
W  (Write the new MBR)
Y    (Yes! write the new MBR)
Reboot
Here is an example of the Q&A (when using partitions 2 3 4) ...
Place EFI GPT (0xEE) partition first in MBR (good for GRUB)? (Y/N): Y
Creating entry for GPT partition #2 (MBR partition #2)
Enter an MBR hex code (default AF): Press Enter/Return
Set the bootable flag? (Y/N): N
Creating entry for GPT partition #3 (MBR partition #3)
Enter an MBR hex code (default AB): Press Enter/Return
Set the bootable flag? (Y/N): N
Creating entry for GPT partition #4 (MBR partition #4)
Enter an MBR hex code (default 07): 07
Set the bootable flag? (Y/N): Y

Similar Messages

  • Want 1TB Windows partition on 3TB internal drive

    I was able to successful finally get a Windows (Boot Camp) partition on my 3TB internal drive (see this thread), but it allocated 2TB to Windows. Loner T explained why this was, but said that it was possible to get 1TB for Mac OSX, 1TB for Windows, and the last 1TB as ColdStorage for Mac OSX. I would like to do this, if anyone (Loner T?) has the instructions).
    Also is it possible to link the two Mac OSX partitions so that it looks and acts as a single drive. (I am assuming that ColdStorage does that by default, but if not, my question stands.)
    Thanks in advance so any information anyone can provide.
    Dale

    I started over.
    > diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *3.0 TB     disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Internal                3.0 TB     disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s4
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     FDisk_partition_scheme                        *1.0 TB     disk1
       1:                  Apple_HFS LaCie                   1.0 TB     disk1s1
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     FDisk_partition_scheme                        *4.0 TB     disk2
       1:                  Apple_HFS 4TB_Seagate             4.0 TB     disk2s1
    /dev/disk3
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     FDisk_partition_scheme                        *4.0 TB     disk3
       1:                  Apple_HFS 4TB-03                  4.0 TB     disk3s1
    /dev/disk4
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     FDisk_partition_scheme                        *64.0 GB    disk4
       1:               Windows_NTFS MOVIES                  64.0 GB    disk4s1
    > diskutil cs list
    No CoreStorage logical volume groups found
    > sudo gpt -vv -r show /dev/disk0
    gpt show: /dev/disk0: mediasize=3000592982016; sectorsize=512; blocks=5860533168
    gpt show: /dev/disk0: PMBR at sector 0
    gpt show: /dev/disk0: Pri GPT at sector 1
    gpt show: /dev/disk0: Sec GPT at sector 5860533167
           start        size  index  contents
               0           1         PMBR
               1           1         Pri GPT header
               2          32         Pri GPT table
              34           6        
              40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
          409640  5858853952      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      5859263592     1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      5860533128           7        
      5860533135          32         Sec GPT table
      5860533167           1         Sec GPT header
    > sudo gpt -vv -r show /dev/disk1
    gpt show: /dev/disk1: mediasize=1000204886016; sectorsize=512; blocks=1953525168
    gpt show: /dev/disk1: MBR at sector 0
           start        size  index  contents
               0           1         MBR
               1           1        
               2  1953525166      1  MBR part 175
    Note that disk1 onwards are all external. I can unplug them if it helps.
    Regards,
    Dale

  • Partitioning my hard Drive for PC Games

    This would be my first time asking a question to Apple Support Communities. I have a question regarding partitioning my hard drive for PC Games. I would have to use boot camp to install windows to be able to play those pc games... but before i buy windows 7 OS i want to know if this is going to work to play the games that i want. what to look for about system requirements ext.. so that i dont waste money. I have a macbook pro. OS X 10.8.5 Intel HD 4000 , Nividia Geforce 650 m. 2.7 processor intel core i7 , 16 GB of memory DDR3  when i look at system requirements with the games what am i looking for so that i dont waste my money i am knew to the mac os so any advice i can get. should i go this route of partitioning my hard drive?

    Kingstonpro wrote:
     ...before i buy windows 7 OS i want to know if this is going to work to play the games that i want. what to look for about system requirements ext.. so that i dont waste money
    when i look at system requirements with the games what am i looking for so that i dont waste my money
    Determine your Mac's ability for 3D games
    What my user tip will allow you to do is get the performance rating of your video graphics and then you can compare that rating with the one the developer provides as the minimal amount you need to run the game you want.
    Some developers do not easily list the performance requirements because they sell so many titles to people who don't know any better. Your obviously not that type of person.
    should i go this route of partitioning my hard drive?
    To get the full hardware performance of the hardware to run Windows 3D games, you need to install Windows into Apple provided BootCamp. and boot up the computer directly into Windows.
    However it's also possible to run some Windows games (2D and simple ones) in a virtual machine program in OS X, provide they use OpenGL drivers (not only DirectX)
    You install BootCamp first, then use a commecial virtual machine software like VMFusion or Parallels Desktop to copy the BootCamped Windows to use it as a virtual machine in OS X.
    You will then have two Windows on your Mac, one in BootCamp and the other in a file on OS X to run at the same time as your using OS X.
    There is the free VirtualBox too, but it doesn't have the ability to copy the BootCamp partition, but it's free and updated longer without begging for more money all the time like the commercial versions do.
    Windows in BootCamp or Virtual Machine?
    I would Like to get more information about the question should i partition my hard drive to be able to play pc games does this really work to be able to play those games
    Yes, you will get better performance direct booting the Mac into Windows to play most 3D games.
    This means you will have to find a copy of Windows 7 to purchase online, the 64bit retail disk of Win 7 Pro or better.
    is their any thing i need to know about the techinal aspects of installing windows on my mac computer... is there anything that i need to watch out for so that this would work. I just want to make sure that it will work.
    Basically BootCamp does all the work setting up the partition for Windows install, then it hands you off with a list of printed instructions to install Windows.
    Mac's cannot format NTFS drives, so when you boot off the Windows disk, you first have to change the format of the Bootcamp parittion to NTFS (from FAT32/MSDOS that Apple formats it as)
    When you finish with BootCamp, the machine reboots and your looking at a blining line on a black screen, reboot the computer holding the option key down, this enters Startup Manager and you can select OSX to  boot and get online for assistance.
    However if you read the BootCamp material, it should explain everything, also there are video's on YouTube as well how to go about things.
    There is Mac drivers that need to be installed into Windows, so that you can get online and other things in Windows.
    I advise having another computer or Internet device so you can come here to ask in the BootCamp forum for assistance with your install as your computer will be out of operation while installing Windows.
    If you don't think you can handle it, a local PC/Mac tech can do it for you.
    you know on games that you buy they have system requirements what if it ask for a diffrent kind of Graphics gard, like radon or another Geforce type. should i pay attention to those diffrences. What is the rule of thumb on the details techinaly...
    Determine your Mac's ability for 3D games

  • Should I create a partition on external drive for iTunes music?

    ...or will it create it's own space outwith my backup stuff?
    (Secondary question: would moving my iTunes music from internal to external drive noticably improve performance of my Mac? I'm using about 135GB of a 250GB drive, 60GB of which is in iTunes Music folder)

    Should I create a partition on external drive for iTunes music? or will it create it's own space outwith my backup stuff?
    I see no good reason to create a separate partition unless you're backing up with Time Machine. TM prefers to have it's own volume, so in that case partitioning would probably be a good idea.
    would moving my iTunes music from internal to external drive noticably improve performance of my Mac? I'm using about 135GB of a 250GB drive, 60GB of which is in iTunes Music folder.
    No, probably not. As long as you're not getting the drive too full - opinions vary but about 20GB remaining should be plenty for most uses - you probably won't see any overall change in performance just from moving the iTunes content.
    Message was edited by: Dave Sawyer

  • Need to partition current internal drive first...help needed

    Hello, I'm currently installing a version of leopard on my macbook pro intel 2 core duo. Problem is I had previously swapped out the hard drive for a 320 and failed to partition it as a GUID so the leopard installation is saying that needs to be done first. Fine, I'm backing up all my files and will be doing that. My question is if I go into disk utility and re-format the drive, it won't have an operating system on it so how do I boot from the disk. I mean at what point do I put the disk in and hold down 'C'. Will it turn on without an operating system installed. Or do I put the disk in first, then re-format the drive and restart or something? Otherwise I think I may be able to put in the leopard disk and have it re-format the drive for me, but I don't remember that being an option.

    You cannot partition the startup drive unless you boot from another device such as the OS X Installer Disc that came with your computer or a retail Leopard DVD that installs a version later than the one that came with the computer (if it came with Leopard pre-installed.) Here's what you do:
    Extended Hard Drive Preparation
    1. Boot from your OS X Installer Disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger or Leopard.)
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area. If it does not say "Verified" then the drive is failing or has failed and will need replacing. SMART info will not be reported on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Set the number of partitions from the dropdown menu (use 1 partition unless you wish to make more.) Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID (only required for Intel Macs) then click on the OK button. Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    After formatting has completed quit DU and return to the installer. Complete the OS X installation.
    Booting From An OS X Installer Disc
    1. Insert OS X Installer Disc into the optical drive.
    2. Restart the computer.
    3. Immediately after the chime press and hold down the "C" key.
    4. Release the key when the spinning gear below the dark gray Apple logo appears.
    5. Wait for installer to finish loading.

  • Disk Utility has been trying to make a partition on hard drive for a long time

    Disk Utility has been trying to make a partition on hard drive for a long time, I want to make 2nd partition and install the Snow Leopard on 2nd disk,
    Lion is very slow on my Early 2011 MBP.

    I am using MBP early 2011 with Osx Lion,
    Lion was slow for me and I have no external HD to backup my files,
    Than I want to make 2 partititon of my internal HD to backup my files to it, and also want to install Snow Leopard to that new partition using the CDs comes with my MBP.
    After that.
    I was using Disk Utility to partition my MBP to install Snow Leopard to my second part. While partitioning my Disk Utility did not complete and wouldn't continue the process, I waited about 30 minutes to see if it fix itself, so I cancelled it and restart the Mac, upon rebooting I opened Disk Utility to try again and I noticed I lost 400 gigabytes of space. I tried to "Erasing Free Space" but after a couple of minutes it finished and the same problem 400 GBs of lost space.
    Is there a way to fix this and regain my lost hard drive space?

  • If i install microsoft office after partitioning my hard drive for windows, will it be available on both sides of the partition?

    If i install microsoft office after partitioning my hard drive for windows, will it be available on both sides of the partition? Will it be universal for the computer or would i have to install it on both operating systems? Or, if I install office BEFORE partitioning, will it be available on both platforms after i partition?

    If I understand your questions correctly, then I'm inclined to say no. Office for Windows and Office for Mac are two completely different applications. if you run via BootCamp, only one partition will boot.
    If you want to run Mac and Windows at the same time, you could do what I did:
    Get Parallels
    Install Windows as VM on top of Parallels
    Install Office in Windows
    Now, you can run your OS X, jump into Parallels' WIndows and use Office that way.
    It needs a lot of RAM, 4 is a bare minimum to realy make it sensible, 8 wouldn't hurt.

  • Cannot load a FAx driver for a Hp Laserjet 1536dnf MFP on a HP Pavilion Elite e9220y Computer

    I cannot find a fax driver for this printer to install on my computer. 
    I have uninstalled and reinstalled the printer a couple of times It will print and scan but not fax.
    I reinstalled fron the orignal disk and off the HP website neither get me fax capablilites.
    I have gone to support and cannot find the drive on eith er the printer or computers web page at HP.Com
    Please let me know what to do.

    Hi @thesaneone4 ,
    I see that you are experiencing issues with the fax driver not installing. I would be happy to help you.
    Check the connections in the Device Manager for any printer entries, under Universal Serial Bus Controllers look for Fax LEDM or any unknown devices. Right click and try to update the driver. How do I get into Windows Device Manager?
    In the Devices and Printers window, what icons do you have for the printer showing?
    If you are still having issues, you will need to uninstall the printer software from the CD and unlock the hidden Admin Account when installing the printer software, to make sure there isn't any interference.
    Disconnect the USB cable.
    Uninstall the software by going to Start, Computer, right click on the CD and open it, then double click on uninstall.
    Then download and run the latest software. HP LaserJet Pro M1536dnf Multifunction Printer.
    Unlock Hidden Administrator Account and install the printer on this account:
    Go to your Start menu and under the 'search programs and files' box type CMD.
    CMD will populate as a search option above, just right click on it and 'run as administrator'.
    Once CMD (Command Prompt) opens, type net user administrator /active:yes and hit enter.
    Next, close CMD and restart your computer.
    When your computer comes on log into the new account that should show. It will be called Administrator and will not have a password on it.
    If your computer automatically logs into your account after restart than go to your start menu click the arrow beside 'shutdown' and choose 'switch user'. Now log into the Administrator account we just unlocked.
    Under the Administrator account, install the printer software.
    Test the printer.
     To turn off the Admin account start back at step 1 and type in net user administrator /active:no.
    Please let me know the outcome.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • I partitioned a small drive for a windows program, and now the computer only wants to boot to Windows.  How do I get back to Mac so I can have a choice of drives?

      I partitioned a small drive for a windows program, and now the computer only wants to boot to Windows.  How do I get back to Mac so I can have a choice of drives?

    That doesn't sound good. It sounds like the power outage might have corrupted the partition for OS X. I would suggest booting from the Install DVD that came with your Mac while holding down the C key. Once you have selected the language start up Disk Utility from the pull down menu and repair the disk. Once you have done that then repair permissions also.
    Allan

  • Windows cannot load the device driver for this hardware. The driver may be corrupted or missing.

    I'm having the error "Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Code 39)" and I can't read/write CDs/DVDs. When I try to update the driver  I have the message that it is already up to date.
    I can't find the driver to dowload and try to fix the problem. Where can I download it or solve somehow my problem?

    Hi juigarashi,
    Microsofts automated troubleshooting service on the link below may help
    CD/DVD Repair
    Hope it works for you.
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Recomend Internal Drive For Mac Book

    i'm looking to change out my internal drive for more space. looking for the largest size which i think is 250. can any one recomend a drive or ones to stay away from. i see a seagate 250 2.5 serial ata/300 note book drive advertised for a good price. will this work? and is super duper the best cloning program, i don't want to do a fresh install
    thanks

    I don't have any personal experience with that Western Digital hard drive, but from all the reviews I've read on newegg and other sites they've all been positive. I'm actually thinking of getting that hard drive myself, that's why I brought it up.

  • Installing 3tb internal drive in hp z400

    I need to install a 3tb internal drive in a z400.  Does anyone know if it can handle it or will I need any updates, drivers, etc.?

    Hi:
    You may also want to post your question in the HP Business Support Forum - Z Workstations section.
    http://h30499.www3.hp.com/t5/Workstations-z-series​-xw-series/bd-p/bsc-272#.UijFMel8O9I

  • HT4818 When I try to partition my hard drive for Windows 7, I get an error saying The disk cannot be partitioned because some files cannot be moved. I have a 2006 Macbook Pro I believe and I really need assistance as soon as possible.

    I have Windows 7 Premium Home and I have downloaded the Drivers and when I click Boot Camp Assistance to partition my hard drive, it says, "The disk cannot be partitioned because some files cannot be moved. Back up the disk and use Disk Utility to format it as a single Mac OS Extended (Journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again." I can't do any backup really because I don't have an external hard drive to work with. I tried repairing disk permissions but that did not do anything. I really need a lot of help with this with some easy, step-by-step tutorials or something. I believe I have a 2006 version of Macbook Pro(4,1).

    Once you have obtained an external drive and connected it you will 'clone' your internal drive to it.
    Download Carbon Copy Cloner (it is not free but there is a fully functional trial version which is). Use it to clone your internal drive to your external drive. When that is done you will reboot from the clone and use Disk Utility to erase the internal drive (choose Mac OS Extended (Journaled)) as the format (this is normally preset, but check). Make sure to give the external drive a 'distinctive' name, don't want to get drives mixed up in this process.
    Once that is done you will use Carbon Copy Cloner (from the clone) to restore the external to the internal.

  • Installing windows 7 64-bit to a second internal drive using BootCamp

    I have a Mac mini server (late 2012) with OS X 10.8.5 installed.  This unit has 2 1 terabyte drives installed.  OS X is installed on drive 1.  I can see drive 0 in BootCamp.  However, when the system reboots, after repartitioning drive 0 to make it an all NTFS drive, the windows installer refuses to install to this drive.  Are there any workarounds to installing Windows to drive 0 using BootCamp?

    Yes, like others with mulitple drives and using GPT/GUID, the other drives cannot be present (internal and external both).
    Disconnect the other drive or format it as Windows partition table in Disk Utility : Partitions : Advanced Options.
    Even USB flash drives can interfere as well as external hard drives - anything Windows can see.
    Has to do with Windows rules for EFI based systems and GPT.

  • 3TB fusion drive and bootcamp

    Hi everyone, I know there have be multiple posts on this, however I have a late 2013 iMac with OS X 10.9. I know Apple states support for bootcamp with a 3TB fusion drive from 10.8.3 fowards, however I wish to install Windows 8.1 pro from a full DVD using an external disk drive. All is good for partitioning and then when the mac reboots, it shows an apple (usual boot screen) and the a while after, it shows a "cannot do" sign that looks like (\).
    Can anyone please tell me what I have done wrong or how to prevent this?
    Thanks

    Hi Chris:
    I am afraid I can't help you, but I hope you can help me.  I have been trying to install Win 7 using Boot camp assistant on my new iMac 27 (OS X 10.9) 1 TB HD and I haven't been able to get past the formatting.  After 15 hours I still have a white screen, no Apple logo, or any indication that anything is running.
    How long did it take you to format your 3 TB drive and what screen did you see when it was formatting?  Did you also get a blank white screen?
    Thanks.

Maybe you are looking for

  • Loading Java Applet....again

    Hi, I've done a search on this topic and have not been able to resolve the problem. The problem being that after trying to "Run a Form on the Web" using test.fmx, The loading java applet message stays in the browser indefinitely. Some have suggested

  • Java compiling question

    Hi . I have one class file for an IRC client , the compilation works fine... javac -O <filename>.java jar cvf <filename>.jar <filename>.class jarsigner -keystore suresh.store <filename>.jar sureshcert But now I want to compile it so it would work wit

  • User name error For Excel Analyzer

    Hi, I am using Oracle BI 10.1.3 . I have configured to checked credentials from Oralce 10gXE database. Bi Publisher is connecting using the database user I have created, the same is with MS-Word. But Ms-Excel is not authorizing . It is still taking t

  • Freeze panes, like in Excel?

    Can we have the freeze panes effect in Flex? I like my top component staying at the same position in the page while I can scroll the bottom part up and down. Thanks

  • Reversing Order in columns.

    Having entered details in a spreadsheet 3 columns x 1000 rows, I found I need to reverse the order of the columns. I need to do this without sorting them, as the listed items are not in numerical or alphabetical order. eg. change this... Header 1 Hea