Help with expanding partition

I have Mac OS X alongside Windows 7. I'm getting a huge game for windows and i don't have enough space on the windows partition. I Made a bootable Ubuntu cd and i'm going to use GParted to resize the partition. Now what i want to now is there a risk of using this applicaion to resize, and how many people have used this and resized windows or mac os x successfully.
Much appreciated,
josh

Sorry I gave up and had to remove the partition. Please answer my new question now

Similar Messages

  • Need help with table partitions

    Hi all,
    I'm new at partitions and tablespaces and I've been asked to create a partition for a table. First off, here's a sample table that I have.
    create table M_TRANS  (
       TRAN_ID NUMBER,
       MONTH_KEY INTEGER,
       ACCOUNT_KEY INTEGER,
       ACCOUNT_NUMBER CHAR(8),
       LINE_KEY VARCHAR2(40),
       SERVICE_TYPE VARCHAR2(10)
    )I need to create a range partition based on Month_Key and list sub-partition based on last char of Line_Key.
    MONTH_KEY has a data format of "YYYYMM" (200802).
    LINE_KEY's last char should be in 0-9 / A-Z. 1 partition for each number 0-9 and 1 partition for alphabet values.
    Upon reading articles, samples on this particular subject, I came up with this...
    create table M_TRANS  (
       TRAN_ID                    NUMBER,
       MONTH_KEY            INTEGER,
       ACCOUNT_KEY          INTEGER,
       ACCOUNT_NUMBER       CHAR(8),
       LINE_KEY             NUMBER,
       SERVICE_TYPE         VARCHAR2(10)
    PARTITION BY RANGE(MONTH_KEY)
    SUBPARTITION BY LIST (LINE_KEY)
    SUBPARTITION TEMPLATE(
    SUBPARTITION P_0 VALUES 1 TABLESPACE TS_0,
    SUBPARTITION P_1 VALUES 2 TABLESPACE TS_1,
    SUBPARTITION P_2 VALUES 3 TABLESPACE TS_2,
    SUBPARTITION P_3 VALUES 4 TABLESPACE TS_3,
    SUBPARTITION P_4 VALUES 5 TABLESPACE TS_4,
    SUBPARTITION P_5 VALUES 6 TABLESPACE TS_5,
    SUBPARTITION P_6 VALUES 7 TABLESPACE TS_6,
    SUBPARTITION P_7 VALUES 8 TABLESPACE TS_7,
    SUBPARTITION P_8 VALUES 9 TABLESPACE TS_8,
    SUBPARTITION P_9 VALUES 0 TABLESPACE TS_9,
    SUBPARTITION P_AZ VALUES ('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z') TABLESPACE TS_AZ
    PARTITION M_JAN VALUES 'JAN'
    PARTITION M_FEB VALUES 'FEB'
    PARTITION M_MAR VALUES 'MAR'
    PARTITION M_APR VALUES 'APR'
    PARTITION M_MAY VALUES 'MAY'
    PARTITION M_JUN VALUES 'JUN'
    PARTITION M_JUL VALUES 'JUL'
    PARTITION M_AUG VALUES 'AUG'
    PARTITION M_SEP VALUES 'SEP'
    PARTITION M_OCT VALUES 'OCT'
    PARTITION M_NOV VALUES 'NOV'
    PARTITION M_DEC VALUES 'DEC'
    );The only problem is that since the MONTH_KEY has a format of "YYYYMM", how do I compare just the last 2 numbers. Same goes with the LINE_KEY.
    Can some help me? Thanks.
    Regards,
    A.Sandiego

    In 10g and earlier, you need to create separate columns for the last 1-2 characters and use those columns as partitioning keys.
    In 11g, you can use virtual columns:
    CREATE TABLE M_TRANS (
       TRAN_ID NUMBER,
       MONTH_KEY INTEGER,
       LINE_KEY VARCHAR2(40),
       MONTH_ONLY as ((month_key/100-trunc(month_key/100))*100),
       LAST_CHAR as (upper(substr(line_key,length(line_key),1)))
    PARTITION BY RANGE(MONTH_ONLY)
    SUBPARTITION BY LIST (LAST_CHAR)
       SUBPARTITION TEMPLATE (
       SUBPARTITION P_0 VALUES ('1'),
       SUBPARTITION P_1 VALUES ('2'),
       SUBPARTITION P_2 VALUES ('3'),
       SUBPARTITION P_AZ VALUES ('A','B','C')
    PARTITION M_JAN VALUES LESS THAN (2),
    PARTITION M_FEB VALUES LESS THAN (3),
    PARTITION M_MAR VALUES LESS THAN (4)

  • Need Help with Format/Partition.. using cmd

    Okay guys.. Im kinda sick of trying to get my Recovery to work. Seems like its about to finish and everything is perfect.. then suddenly I get an error message saying that Recovery didnt work, or something like that..
    I figured I might as well try starting with a fresh hard drive, then trying the recovery again..
    So someone told me that if I have the HP Recovery disks, then I would be able to try them, even on a brand new hard drive, or a formatted one or whatever..
    Is this true?
    If so, then what I am asking you guys, is, if there is anybody that would be able to help guide me thru the steps needed, in order for me to Format my hard drive, & then partition it or whatever…
    & I wanna be able to do all this, using cmd (command prompt)
    So Please.. anyone.. your help would be greatly appreciated..
    I have an HP Pavilion dv6653cl
    Thanks!!

    Hi,
    There's no need to pre-format a new Hard Drive - if you perform a 'Factory Reset' using your Recovery Discs, these will perform a quick format and also re-create all the original partitions on the new drive as part of the process.
    A complete guide to using Recovery Discs can be found on the relevant link below.
    Performing An HP System Recovery - Windows 7.
    Performing An HP System Recovery - Windows Vista.
    Performing An HP System Recovery - Windows XP.
    Regards,
    DP-K
    ****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

  • Urgent Help With MAC Partition

    Hello All,
    I am completely new to MAC so please forgive me if its a silly question.
    I recently  brought a MAC RMBP (Late 2014) model which has OSX Mavrick 10.9.5 installed.
    I managed to create a Bootcamp partition 120GB to install windows.
    I want to create another 2-3 partitions from the remaining 380GB space assigned on MAC side.
    The idea is to create separate logical volume for Data and Media and format them as FAT 32 inorder to be accessed by both OS.
    I understand that I can create a cloud based storage or use an external HDD to store large data. But I am interested in knowing if I can further partition my MAC drive to different logical volumes.
    I have actually used disk utility to sub-divide mac side into different drives, but now I can not boot with Windows.
    Thanks a lot for the help.

    Hi,
    I think its possible. How ever its not working for me.
    I followed the steps from the below thread:
    https://discussions.apple.com/thread/3293948?start=0&tstart=0
    How ever its still not working for me.
    Steps done:
    1) Removed Recovery Partition
    2) Merged the Blank partition to main Mac partition.
    3) Started Boot camp and created a windows Partition.
    4) Restarted PC before windows installation.
    5) Opened Disk utility and created a shared partition (Out of Mac partition).
    6) Formatted the new shared partition as FAT32.
    7) Restarted the computer and holding option key selected the bootcamp option.
    8) Windows installation starts but after a while I get a error message saying that its not able to detect the USB drive.
    Note:
    The USB drives with windows ISO and bootcamp driver (Both created using Bootcamp) are connected all the time.
    Can someone please suggest if I am doing anything wrong?

  • Help with expanding port on WRT54Gs PLEASE!?!?!

    Hey guys.  I won't go into all of the details as to why exactly I am doing this specific setup, but it is a mix of WIFI range, using left over equipment for cost concerns, and a SONOS system being involved...
    My GOAL setup:
    Modem ------ Internet port - WRT54Gs (wireless router) - LAN port ------- run through two jacks and through the attic ------ ***Switch or secondary router*** ---- Two etherent cables to 2 devices (PC  ***AND*** SONOS system)
    This setup currently works just fine for getting my PC internet:
    Modem ------ Internet port - WRT54Gs (wireless router) - LAN port ------- run through two jacks and through the attic ------ PC
    In the "Switch or secondary router" part of the diagram above I have tried a 2nd WRT54Gs with correct non-overlapping IP settings, DHCP server turned off on the dowstream router without success.  I have also tried just now a brand new "plug and play" Linksys SE1500 switch (without a 2nd router) in the same spot in the line.  None of these work and my computer reports I am not on a network with each of these.  I have power cycled and rebooted everything a thousand times in every conceivable order.
    Any thoughts are appreciated to help me solve this month long puzzle.
    Solved!
    Go to Solution.

    This is going to drive me nuts...
    So this is currently working:
    Main router (LAN port) ---- switch (in same room) ----- split to SONOS (short cable) and PC (LOOONG cable to other room)
    I was using this same quite long cable as a temp cable in my PC room from the wall to PC (which then goes through my attic/wall run)
    This seems to point to my run through the attic but how can that be it if that run works fine with all these same cables going straight into my PC??

  • Weird problems with recovery partition

    Hi. I just got a new X1 Carbon a few days ago. When trying to install Ubuntu, I messed up the bootmgr. At that point I still had the option F11 for recovery on startup, but choosing it did not give any results and after a restart, the option was gone. When researching the problem, I found this thread:
    http://forums.lenovo.com/t5/ThinkVantage-Technolog​ies/Need-help-with-recovery-partition-create-recov​...
    Since my recovery partition Q was untouched, the steps described in the thread allowed me to restore partitions S and C. So far so good, but now the problems start.
    First, the letters of the partitions get messed up after every reboot. I assign Windows7_OS the letter C, SYSTEM_DRV gets S, and Lenovo_Recovery gets Q. Diskpart then lists the drives with correct letters. But after a reboot, they're back to D,C,E, respectively.
    Then, when I boot the Windows recovery disk from a usb stick, it correctly recognizes that Windows is installed on drive D. It suggests that there are startup problems, which I tell it to fix. After the next reboot, it does not warn me about startup problems. When I then go to command prompt and enter
    bootrec.exe /fixmbr
    bootrec.exe /fixboot
    then the Windows recovery disk commits suicide. It seems to attempt to fix its own bootmgr. At the moment, both usb stick and hard disk run with grub (Windows recovery on a multiboot installed by YUMI). After I run the commands above, the hard disk still runs with grub, but the usb stick now has bootmgr and fails to boot. I have tried this several times, each time recreating the Windows recovery disk with YUMI, and every time the same result.
    F11 option is of course still gone. At this point I'm out of my wits. Any suggestions are welcome.
    Solved!
    Go to Solution.

    In the end I formatted and made a clean install. F11 Option is gone. Recovery partition is still untouched, but I don't think it will be used again. Followed this advice to install a fresh Windows 7 using a usb stick:
    http://www.sevenforums.com/tutorials/219487-clean-​reinstall-factory-oem-windows-7-a.html#post1839164
    Since I did not have access to Windows with administrator rights, I had to use Ubuntu to create the bootable Windows stick:
    http://cloud101.eu/blog/2012/03/24/create-a-window​s-7-live-disk-from-ubuntu-linux/
    The WiFi driver was not included in Windows, so I had to download that in another system, and install manually. From there I could then go online in Windows to download the remaining drivers from Lenovo (after the clean install there's a long list of unrecognized devices).
    Since the laptop comes with 4 primary partitions preinstalled I had to merge the SYSTEM_DRV and the Windows7_OS partition in order to create an additional partition for Ubuntu. Then I installed Ubuntu and took control of the startup behavior using EasyBCD.

  • I need to use my iMac to run some Windows software and was thinking of using Parallels Desktop 9 to help with this. Do you still have to partition your drive with Parallels and does this leave you open to viruses?

    I need to use my iMac to run some Windows software not available for Mac and was thinking of obtaining Parrallels Desktop 9 to help with this. If I use Parrallels do you still have to partitian your drive and does this leave you open to viruses?

    You do not have to partition your drive - Parallels creates a disk image which contains your Windows installation. You do have to exercise anti-virus measures in the Windows partition, although such malware cannot affect the Mac filesystem.
    Matt

  • Help with partitioning an external drive

    I've never done this, so am not sure how it works. I have an external drive (250 gb) that I use with SuperDuper to back up my Mac. Now I have decided I also want to keep a separate iTunes library on this drive. Apparently, so that SuperDuper doesn't erase the new iTunes library, the drive will need to be partitioned.
    So. . . I will use Disk Utility to partition that drive into two and call each section something different? Will each section then look like a different drive (for instance, in SuperDuper)?
    Are there any tricks or tips I should know before running Disk Utility's partition application?
    I have searched the forum for info on this, but most of the people seemed to have at least basic knowledge of how it works, so didn't get much help there. I want to ask before I go and erase the drive.
    Thanks in advance!
    Chris
    Powerbook G4; Intel iMac 20inch Core Duo Mac OS X (10.4.7)
    Powerbook G4; Intel iMac 20inch Core Duo   Mac OS X (10.4.7)  

    Disk Utility offers following partition schemes:
    GUID -> Intel Mac
    Apple Partition Map (APM) -> PPC Mac
    Master Boot Record (MBR) -> PC
    My apology for referring APM as PPC in my previous post. Native partition scheme (GUID for Intel Mac and APM for PPC Mac) must be used in order to install Mac OS X in the partition as startup disk, it allows booting as well as firmware update. If partition must be shared between Intel Mac and PPC Mac, then only APM scheme can be used since both Mac platforms are able to access APM partition but only PPC Mac can boot from this type of partition.
    Since I have only one Intel Mac and booting from external storage is necessary for maintenance (full defragmentation) and repair (in case when internal drive has crashed), I use only GUID scheme for iMac's internal drive and Firewire external drive. Super Duper is used to mirror exactly internal drive to external drive regularly. The only time I have to perform file transfer between PPC Mac and Intel Mac with external drive was during hardware upgrade as follows:
    iBook G4 -> iMac G5 -> iMac CoreDuo -> iMac Core2Duo
    Thus the decision for partition scheme of external drive depends on whether you have to boot Mac OS X from external drive (no in your case but highly recommeded for emergency plan) and whether sharing of external drive between your PowerBook G4 and iMac CoreDuo is desirable. I assume you will select APM scheme for your purpose since booting Mac OS X from external drive is not required.
    Use of very old Master Boot Record (MBR) scheme will turn the external drive into PC drive completely. Unless this drive must be accessed in Windows environment as conventional PC drive for some PC disk utilities (these old utilities can't work with new GUID scheme), use of this non-native scheme for Mac OS X is not advisable.
    Hopefully above information will help you in partitioning external drive. Since you do not have to preserve content of this external drive, why not go ahead and experiment with new partitions to see whether they serve your purpose ? Disk partitioning without writing zero or any random patterns on whole disk takes only few seconds. But it is a good idea to write zero (shortest time required) across whole disk surface to ensure that bad disk blocks are masked off to prevent future access and possible crash.
    iMac Intel Core 2 Duo 2.16GHz / 1GB RAM / 250GB HD / 20" LCD   Mac OS X (10.4.9)   Firewire RAID, iPod nano

  • New to Mac, Help with Time Machine! Partition External HDD or not?

    Hey Guys I'm a new mac user
    I need help with  time machine
    I wanted to know how time machine works and what all does it back up?
    I have 2 hard drives one is of 1TB and one is of 320gb
    In the 1TB hard drive i store all my music videos and work stuff it is windows formatted
    The 320gb hard drive is mac formatted and I was thinking of making a partition on it one with 250gb for time machine and the remaining 70 gb for mac softwares and files. The ssd of my mac has a capacity of 256gb. I have read for time machine you need at least 2x the space of your ssd on your external hard drive but i don't understand if my ssd is only 256 and can store files worth 256gb why do i need double the space? Secondly if I choose to use the complete 320 gb for time machine will that be okay or even if i choose to partition it to 250gb for time machine will that be fine too? Or will I need to format my 1TB hard disk out of which currently only 300 gb is empty and partition that to 500 gb for time machine?
    I'm really confused every tells me to use time machine but do I need it? And what does it exactly do?
    Your input will be really appreciate thanks

    The reason that you want a partition (or drive) of 2-3 times the size of your boot drive for Time Machine is so that you can keep backups further back than just the current boot drive state - for that you'd need to make a clone of the drive rather than using Time Machine (see -> http://pondini.org/TM/Clones.html).
    For more information for backups in general, see -> Most commonly used backup methods.
    Note that you can't use Time Machine to backup a Windows partition.
    Good luck,
    Clinton
    MacBook Pro (15” Late 2011), OS X 10.??, 16GB Crucial RAM, 960GB M500 Crucial SSD, 27” Apple Thunderbolt Display

  • Help with resizing adjacent partitions on mirrored drives - Solaris 9 V240

    Hi,
    I need some help here. I'm very new to unix administration. I am running out of space on my /var directory. I have a set of 72G disks that are mirroring each other. The /var is mounted on /dev/md/dsk/d5 which has only 262M available out of 5.8G. Meanwhile the partition adjacent to it /dev/md/dsk/6 which has the /opt/app directory mounted has 5.8G available out of 13G.
    Is it possible for me to take space from the slice 6 and give it to slice 5? How do I do this without loosing any data?
    Here is some info about my system:
    AVAILABLE DISK SELECTIONS:
    0. c1t0d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
    /pci@1c,600000/scsi@2/sd@0,0
    1. c1t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
    /pci@1c,600000/scsi@2/sd@1,0
    2. c2t5d0 <Symbios-StorEDGEA1000-0301 cyl 17344 alt 2 hd 64 sec 64>
    /pseudo/rdnexus@2/rdriver@5,0
    3. c2t5d1 <Symbios-StorEDGEA1000-0301 cyl 17344 alt 2 hd 64 sec 64> APP02
    /pseudo/rdnexus@2/rdriver@5,1
    # df -h
    Filesystem      size      used      avail      capacity      Mounted on
    /dev/md/dsk/d0 15G 14G 1.5G 91%           /
    /proc      0K 0K 0K 0%           /proc
    mnttab      0K 0K 0K 0%           /etc/mnttab
    fd      0K 0K 0K 0%           /dev/fd
    /dev/md/dsk/d5 5.8G 5.5G 264M 96%           /var
    swap 16G 168K 16G 1%           /var/run
    /dev/dsk/c2t5d1s3 15G 26M 15G 1%           /u1
    /dev/dsk/c2t5d0s0 5.9G 3.0G 2.7G 53%           /u2
    /dev/dsk/c2t5d0s5 5.9G 1.2G 4.4G 22%           /u3
    /dev/md/dsk/d3 4.8G 3.1G 1.7G 65%           /opt
    /dev/md/dsk/d4 4.8G 2.8G 2.0G 59%           /tmp
    /dev/dsk/c2t5d0s3 5.9G 882M 4.8G 16%           /opt/devbkup
    /dev/dsk/c2t5d0s4 5.9G 630M 5.0G 11%           /opt/workarea
    /dev/dsk/c2t5d0s6 3.9G 2.4G 1.3G 65%           /opt/patch
    /dev/dsk/c2t5d0s7 5.7G 1.9G 3.5G 36%           /opt/app
    /dev/md/dsk/d6 13G 7.5G 5.8G 57%           /opt/app2
    /export/home/jason 15G 14G 1.5G 91%           /home/jason
    Current Disk = c1t0d0
    <SUN72G cyl 14087 alt 2 hd 24 sec 424>
    /pci@1c,600000/scsi@2/sd@0,0
    Volume name = < >
    ascii name = <SUN72G cyl 14087 alt 2 hd 24 sec 424>
    pcyl = 14089
    ncyl = 14087
    acyl = 2
    nhead = 24
    nsect = 424
    Part     Tag     Flag     Cylinders     Size     Blocks
    0     root     wm     0 - 3220     15.63GB     (3221/0/0)     32776896
    1     swap     wu     3221 - 5636     11.72GB     (2416/0/0)     24585216
    2     backup     wm     0 - 14086     68.35GB     (14087/0/0)     143349312
    3     unassigned     wm     5637 - 6643     4.89GB     (1007/0/0)     10247232
    4     unassigned     wm     6644 - 7650     4.89GB     (1007/0/0)     10247232
    5     var     wm     7651 - 8858     5.86GB     (1208/0/0)     12292608
    6     unassigned     wm     8859 - 1167     13.67GB     (2818/0/0)     28675968
    7     unassigned     wm     11677 - 11685     44.72MB     (9/0/0)     91584
    Current Disk = c1t1d0
    <SUN72G cyl 14087 alt 2 hd 24 sec 424>
    /pci@1c,600000/scsi@2/sd@1,0
    Volume name = < >
    ascii name = <SUN72G cyl 14087 alt 2 hd 24 sec 424>
    pcyl = 14089
    ncyl = 14087
    acyl = 2
    nhead = 24
    nsect = 424
    Part     Tag     Flag     Cylinders     Size     Blocks
    0     root     wm     0 - 3220     15.63GB     (3221/0/0)     32776896
    1     swap     wu     3221 - 5636     11.72GB     (2416/0/0)     24585216
    2     backup     wm     0 - 14086     68.35GB     (14087/0/0)     143349312
    3     unassigned     wm     5637 - 6643     4.89GB     (1007/0/0)     10247232
    4     unassigned     wm     6644 - 7650     4.89GB     (1007/0/0)     10247232
    5     var     wm     7651 - 8858     5.86GB     (1208/0/0)     12292608
    6     unassigned     wm     8859 - 11676     13.67GB     (2818/0/0)     28675968
    7     unassigned     wm     11677 - 11685     44.72MB     (9/0/0)     91584
    If this isn't possible, it looks like I have about 12G of free space. Partition 7 is only using from 11677-11685 while I could take it up to 11677-14086. I would then have to create the mirror metattach for that partition and then would I just unmount /var and remount it on the new /dev/md/dsk/d7? I'll need help with that. Then what would I do with the unused d5?
    A step by step response would be great! Thanks!

    # metadb
    flags first blk block count
    a m p luo 16 8192 /dev/dsk/c1t0d0s7
    a p luo 8208 8192 /dev/dsk/c1t0d0s7
    a p luo 16 8192 /dev/dsk/c1t1d0s7
    a p luo 8208 8192 /dev/dsk/c1t1d0s7
    # metastat | more
    d0: Mirror
    Submirror 0: d20
    State: Okay
    Submirror 1: d10
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 32776896 blocks (15 GB)
    d20: Submirror of d0
    State: Okay
    Size: 32776896 blocks (15 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t1d0s0 0 No Okay Yes
    d10: Submirror of d0
    State: Okay
    Size: 32776896 blocks (15 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t0d0s0 0 No Okay Yes
    d1: Mirror
    Submirror 0: d21
    State: Okay
    Submirror 1: d11
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 24585216 blocks (11 GB)
    d21: Submirror of d1
    State: Okay
    Size: 24585216 blocks (11 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t1d0s1 0 No Okay Yes
    d11: Submirror of d1
    State: Okay
    Size: 24585216 blocks (11 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t0d0s1 0 No Okay Yes
    d3: Mirror
    Submirror 0: d23
    State: Okay
    Submirror 1: d13
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 10247232 blocks (4.9 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t1d0s3 0 No Okay Yes
    d13: Submirror of d3
    State: Okay
    Size: 10247232 blocks (4.9 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t0d0s3 0 No Okay Yes
    d4: Mirror
    Submirror 0: d24
    State: Okay
    Submirror 1: d14
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 10247232 blocks (4.9 GB)
    d24: Submirror of d4
    State: Okay
    Size: 10247232 blocks (4.9 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t1d0s4 0 No Okay Yes
    d14: Submirror of d4
    State: Okay
    Size: 10247232 blocks (4.9 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t0d0s4 0 No Okay Yes
    d6: Mirror
    Submirror 0: d26
    State: Okay
    Submirror 1: d16
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 28675968 blocks (13 GB)
    d26: Submirror of d6
    State: Okay
    Size: 28675968 blocks (13 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t1d0s6 0 No Okay Yes
    d16: Submirror of d6
    State: Okay
    Size: 28675968 blocks (13 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t0d0s6 0 No Okay Yes
    d5: Mirror
    Submirror 0: d25
    State: Okay
    Submirror 1: d15
    State: Okay
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 12292608 blocks (5.9 GB)
    d25: Submirror of d5
    State: Okay
    Size: 12292608 blocks (5.9 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t1d0s5 0 No Okay Yes
    d15: Submirror of d5
    State: Okay
    Size: 12292608 blocks (5.9 GB)
    Stripe 0:
    Device Start Block Dbase State Reloc Hot Spare
    c1t0d0s5 0 No Okay Yes
    Device Relocation Information:
    Device Reloc Device ID
    c1t1d0 Yes id1,sd@SSEAGATE_ST373207LSUN72G_3532DM4K____________3KT2DM4K
    c1t0d0 Yes id1,sd@SSEAGATE_ST373207LSUN72G_4032QM28____________3KT2QM28
    I thank you for any help you can give! Thanks!

  • Subform with table with expanding fields - please help!

    I am a new user of LiveCycle Designer ES and need help with a form.  I've made so many changes within the form that I have now lost track and don't know where to start to fix the following two issues:
    The form itself is one Master Page that needs to repeat, based on the amount of data entered.  This is not happening.
    Within the form is a Table with expanding fields.  It is when the last field is full that I need a new page created.Also, as the table expands, it overwrites the Footer, which is a subform.  The footer is set to have a top margin (.25).
    Any assistance would be much appreciated.  Thank you!

    Looks like a cross post.  see other thread here...
    http://forums.adobe.com/thread/489453?tstart=0

  • Help with queries about boot camp and partition, please.

    Hi, I am hoping to partition my HDD. I have done this before, when I first got my macbook but got rid of it, and now I can't fully remember the do's and don'ts' of boot camp. I just need a few questions answered before I take any action.
    1. I have a 120GB HDD with about 15GB free space. If I partition the drive will I lose any data on my existing HDD?
    2. What is the minimal amount of space I can partition the drive and install Windows?
    (I have a copy of Windows XP SP2, and really only need to install it for the use of one program that isn't available on the Apple operating systems.)
    3. I tried using Parallels in which Windows took up about 6GB, will it be about the same again? I uninstalled it because I found it to lag a bit.
    If you can help with any of these queries I would really appreciate it, thanks!

    Maybe you should first get a larger drive; you don't have much more than the minimum 10% free space that Mac OS needs.
    Retry with Sun's VirtualBox. Maybe you just need more memory.
    Lose data? Step #1: backup.
    You may need to backup and erase your hard drive and then restore.
    I'd invest in 300GB drive though.

  • CAN ANYBODY HELP WITH BOOTCAMP ON MAVERICKS? SINCE UPGRADING TO MAVERICKS BOOTCAMP DOESNT WORK WITH MY WIN7 DISC THE PARTITION STOPS HALF WAY THROUGH THEN CRASHES MY MAC PRO

    SINCE INSTALLING MAVERICKS I HAVE NOT BEEN ABLE TO INSTALL WINDOWS 7 ON MY START UP DISC.... WHEN I GO TO INSTALL AND PARTITION THE DISC IT LOADS TO ABOUT A QUARTER OF THE WAY THEN MY MAC PRO CRASHES

    Hey, I had windows 7 installed on my mac pro which is a 2013 model with the partition set at 80 and it worked fine then when i upgraded to mavericks with the free download and tried to access bootcamp windows 7 was gone so when i tried to upload it again thats when the trouble began, i have tried about ten times and even made a copy of windows and tried that but when i do my partition it loads to about a quarter of the way and crashes my hole computer were i have to press and hold the power button

  • I need help fixing my partitions without wiping my current install?

    I deleted my BootCamp partition. Now everything seems a mess.
    In the end, I am trying to reinstall the bootcamp partition with Windows 7, but I am running into problems.
    It looks like there might be an issue with my partition layout.
    Here are the results of "diskutil list"
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *750.2 GB   disk0
       1:                        EFI                         209.7 MB   disk0s1
       2:          Apple_CoreStorage                         749.3 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Macintosh HD           *498.0 GB   disk1
    and a screenshot of my disks partitions
    It looks like something is very messed up. especially with disk1.
    Also, I am currently decrypting the partition, to see if that opens up more options for fixing this!!
    Any help is truly appreciated.
    Thank you.

    One problem I'm having is that it seems my OS X partition is only 498 GB, while my hard drive is 750GB. I want to give the BootCamp partition the difference (about 250GB) but when I use BootCamp assistant to make a windows install, it steals the space from the 498. I tried to expand the OS X partition from 498 to fill the entire drive using
    sudo diskutil resizeVolume /dev/disk1 R
    but then I get the following error:
    Error obtaining resizing information for grow to maximum
    thanks for any help

  • Help with query calculations (recursive)

    Hi All,
    I want some help with a query using a base rate and the result use in the next calculation year.
    Here an example:
    create table rate_type(
    rate_type_id    number,
    rate_desc       nvarchar2(50),
    rate_base_year  number
    insert into rate_type(rate_type_id, rate_desc, rate_base_year) values (1, 'Desc1', 4.6590);
    insert into rate_type(rate_type_id, rate_desc, rate_base_year) values (2, 'Desc2', 4.6590);
    create table rates (
    rate_type_id number
    rate_year    number,
    rate_value   number
    insert into rates(rate_type_id, rate_year, rate_value) values (1, 2012, 1.2);
    insert into rates(rate_type_id, rate_year, rate_value) values (1, 2013, 1.3);
    insert into rates(rate_type_id, rate_year, rate_value) values (1, 2014, 1.4);
    insert into rates(rate_type_id, rate_year, rate_value) values (2, 2012, 1.2);
    insert into rates(rate_type_id, rate_year, rate_value) values (2, 2013, 1.3);
    insert into rates(rate_type_id, rate_year, rate_value) values (2, 2014, 1.4);The calculation for the first year should be the base rate of the rate type. The next year should use the result of the previous year and so on.
    The result of my sample data is:
    2012 = 4.659 + 1.2 + 4.659 * (1.2 * 0.01) = 5.9149
    2013 = 5.9149 + 1.3 + 5.9149 * (1.3 * 0.01) = 7.1859
    2014 = 7.1859 + 1.4 + 7.1859 * (1.4 * 0.01) = 8.4721Query result:
    NAME 2012 2013 2014
    Desc1 5.9149 7.1859 8.4721
    Desc2 XXXX XXX XXXX
    How can I do this in one select statement? Any ideas?
    Thanks!

    Assuming you are on 11.2:
    with t as (
               select  a.rate_type_id,
                       rate_desc,
                       rate_year,
                       rate_base_year,
                       rate_value,
                       count(*) over(partition by a.rate_type_id) cnt,
                       row_number() over(partition by a.rate_type_id order by rate_year) rn
                 from  rate_type a,
                       rates b
                 where a.rate_type_id = b.rate_type_id
        r(
          rate_type_id,
          rate_desc,
          rate_year,
          rate_base_year,
          rate_value,
          cnt,
          rn,
          result
         ) as (
                select  rate_type_id,
                        rate_desc,
                        rate_year,
                        rate_base_year,
                        rate_value,
                        cnt,
                        rn,
                        rate_base_year + rate_value + rate_base_year * rate_value * 0.01 result
                  from  t
                  where rn = 1
               union all
                select  t.rate_type_id,
                        t.rate_desc,
                        t.rate_year,
                        t.rate_base_year,
                        t.rate_value,
                        t.cnt,
                        t.rn,
                        r.result + t.rate_value + r.result * t.rate_value * 0.01 result
                  from  r,
                        t
                  where t.rate_type_id = r.rate_type_id
                    and t.rn = r.rn + 1
    select  *
      from  (
             select  rate_desc name,
                     rate_year,
                     result
               from  r
               where rn <= cnt
      pivot (sum(result) for rate_year in (2012,2013,2014))
      order by name
    NAME             2012       2013       2014
    Desc1        5.914908  7.2918018 8.79388703
    Desc2        5.914908  7.2918018 8.79388703
    SQL> Obviously pivoting assumes you know rate_year values upfront. If not, then without pivoting:
    with t as (
               select  a.rate_type_id,
                       rate_desc,
                       rate_year,
                       rate_base_year,
                       rate_value,
                       count(*) over(partition by a.rate_type_id) cnt,
                       row_number() over(partition by a.rate_type_id order by rate_year) rn
                 from  rate_type a,
                       rates b
                 where a.rate_type_id = b.rate_type_id
        r(
          rate_type_id,
          rate_desc,
          rate_year,
          rate_base_year,
          rate_value,
          cnt,
          rn,
          result
         ) as (
                select  rate_type_id,
                        rate_desc,
                        rate_year,
                        rate_base_year,
                        rate_value,
                        cnt,
                        rn,
                        rate_base_year + rate_value + rate_base_year * rate_value * 0.01 result
                  from  t
                  where rn = 1
               union all
                select  t.rate_type_id,
                        t.rate_desc,
                        t.rate_year,
                        t.rate_base_year,
                        t.rate_value,
                        t.cnt,
                        t.rn,
                        r.result + t.rate_value + r.result * t.rate_value * 0.01 result
                  from  r,
                        t
                  where t.rate_type_id = r.rate_type_id
                    and t.rn = r.rn + 1
    select  rate_desc name,
            rate_year,
            result
      from  r
      where rn <= cnt
      order by name,
               rate_year
    NAME        RATE_YEAR     RESULT
    Desc1            2012   5.914908
    Desc1            2013  7.2918018
    Desc1            2014 8.79388703
    Desc2            2012   5.914908
    Desc2            2013  7.2918018
    Desc2            2014 8.79388703
    6 rows selected.
    SQL> SY.

Maybe you are looking for

  • Can't export a 29.97 QT/mp4 - what's wrong?

    I'm composing the music for a short documentary that I was given as a QT file. It doesn't have window dub (timecode superimposed on the video), which I'd like to add for easier reference with markers, etc. I brought the movie into FCP v5, then used t

  • How do I retrieve data from external hard drive

    How do I retrieve data from external hard drive

  • Auto login problem

    On startup with auto login enabled my user account seems to be somewhat crippled i.e ClearDock not enabled, Xsounds not enabled, no automatic access to my wireless router. If I log out and then log back in everything is fine or if I turn auto login o

  • MP3 files not showing in iTunes after importing from Windows PC

    I have my MP3 music files saved on my computer. For some reason when I try to import a particular folder to iTunes Library, only 3 of the 11 files in the folder show up. Why aren't the other 8 showing up? Can anybody help me with this?

  • Why am I getting an incorrect result for my Pl/SQL procedure?

    Hello, I'm just trying to figure out % that limpCount makes up from playercount The result is always 100 even though limpcount and playercount are correct when printed out. CREATE OR REPLACE PROCEDURE workoutVPIPProc IS nrplayersV_PIP NUMBER(10); han