Need help on Partitions

Can anyone tell me how partitions will effect if we refresh the database. I know that you will loose the parrtition whenever you refresh . So does we nead to recreate the partitions all the time.. Can any one tell me the solution for this ..how this parttions work.
Thanks

If the outlines are out of sync in the areas that are partitioned, you will get warnings in yout partition. It will still try to pull the data for you. If for example you have partitioned products and it' 4 children. If to the source databases you add a fifth child, you will get a warning, but it will continue to pull product and the 4 children it knows about. In this example the total will be correct, but will not add up to the sum of the children in the partition target. in other cases

Similar Messages

  • Need help removing partition on macbook pro

    Hello
    I have a macbook pro 17" OSx 10.6.6
    I have a partition that i am trying to remove. When I open up boot camp assistant and click continue then click i already have downloaded the windows support software to a cd dvd or external disk it tells me that the startup disk cannot be partitioned or restored toa single partition.
    I am stumped.
    Any help would be greatly appreciated.
    Thanks
    -Luke

    Have you tried to repartition the drive with Disk Utility to add a third partition or to remove the Boot Camp partition?
    I would repair the hard drive to see if that helps:
    Repair the Hard Drive
    Boot from your Snow Leopard 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 Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • Need help allocating partition for Windows using Bootcamp?

    Using Mac desktop and Boot Camp get to the step where I need to choose what size partition for Windows ver 7 and have tried all different sizes with no luck?
    Norm    

    normbenard wrote:
    Using Mac desktop and Boot Camp get to the step where I need to choose what size partition for Windows ver 7 and have tried all different sizes with no luck?
    Norm    
    "...have tried all different sizes with no luck" tells us nothing about what size you tried. If indeed you tried all different sizes then you don't have enough space. What size did you try? What happens when you try? What error messages do you get?

  • Need help with partitioning my drive...

    Hello folks!
    I have a small problem with my macbook. I have recently installed windows using boot-camp since I need to for my schoolwork. But now I want another partition that I can use while in windows so that I can install some simple games and play while not doing anything else. The problem is that whenever I use the tools in OSX to create a new partition and format it as either NTFS/FAT32, I cant reboot into windows anymore. All I get is a blue screen and then a reboot.
    What am I doing wrong and is there a better way for me to go by?
    Hopefully someone knows the answer and cheers for the upcoming replies. =)

    Hi, and welcome to the forums.
    I don't do Windoze, but it's my understanding that Boot Camp only allows a single partition for Windoze and a single one for OSX.
    But you'll no doubt get better advice in the +Boot Camp+ forums, at: http://discussions.apple.com/category.jspa?categoryID=237

  • Partition: Need help on Partition Scheme

    I have question about partition scheme. The partition scheme has a starting partition
    filegroup "Inv_200806" which is repeating twice. This scheme and function is already in use on the tables. I was wondering why does this partition
    filegroup is repeating twice. Is it normal or recommended to do that?
    Also, does this mean that Inv_200806 is a default/primary partition
    filegroup after we do purging on the partitions and insert the data again in a table (which falls under purge boundary range)?
    FYI: When I checked the boundary range of both Inv_200806 filegroup, first one has NULL boundary range and the second
    has "2008-06-01T00:00:00.000'".
    Any help /guidance would be appreciated.
    Thanks!
    CREATE PARTITION FUNCTION [pf_Inventory] (DATE) AS RANGE RIGHT
    FOR
    VALUES (
    N'2008-03-01T00:00:00.000'
    ,N'2008-04-01T00:00:00.000'
    ,N'2008-05-01T00:00:00.000'
    ,N'2008-06-01T00:00:00.000'
    ,N'2008-07-01T00:00:00.000'
    ,N'2008-08-01T00:00:00.000'
    ,N'2008-09-01T00:00:00.000'
    ,N'2008-10-01T00:00:00.000'
    ,N'2008-11-01T00:00:00.000'
    ,N'2008-12-01T00:00:00.000'
    ,N'2009-01-01T00:00:00.000'
    ,N'2009-02-01T00:00:00.000'
    ,N'2009-03-01T00:00:00.000'
    ,N'2009-04-01T00:00:00.000'
    ,N'2009-05-01T00:00:00.000'
    ,N'2009-06-01T00:00:00.000'
    ,N'2009-07-01T00:00:00.000'
    ,N'2009-08-01T00:00:00.000'
    ,N'2009-09-01T00:00:00.000'
    ,N'2009-10-01T00:00:00.000'
    ,N'2009-11-01T00:00:00.000'
    ,N'2009-12-01T00:00:00.000'
    ,N'2010-01-01T00:00:00.000'
    ,N'2010-02-01T00:00:00.000'
    ,N'2010-03-01T00:00:00.000'
    ,N'2010-04-01T00:00:00.000'
    ,N'2010-05-01T00:00:00.000'
    ,N'2010-06-01T00:00:00.000'
    ,N'2010-07-01T00:00:00.000'
    ,N'2010-08-01T00:00:00.000'
    ,N'2010-09-01T00:00:00.000'
    ,N'2010-10-01T00:00:00.000'
    ,N'2010-11-01T00:00:00.000'
    ,N'2010-12-01T00:00:00.000'
    ,N'2011-01-01T00:00:00.000'
    ,N'2011-02-01T00:00:00.000'
    ,N'2011-03-01T00:00:00.000'
    ,N'2011-04-01T00:00:00.000'
    ,N'2011-05-01T00:00:00.000'
    ,N'2011-06-01T00:00:00.000'
    ,N'2011-07-01T00:00:00.000'
    ,N'2011-08-01T00:00:00.000'
    ,N'2011-09-01T00:00:00.000'
    ,N'2011-10-01T00:00:00.000'
    ,N'2011-11-01T00:00:00.000'
    ,N'2011-12-01T00:00:00.000'
    ,N'2012-01-01T00:00:00.000'
    ,N'2012-02-01T00:00:00.000'
    ,N'2012-03-01T00:00:00.000'
    ,N'2012-04-01T00:00:00.000'
    ,N'2012-05-01T00:00:00.000'
    ,N'2012-06-01T00:00:00.000'
    ,N'2012-07-01T00:00:00.000'
    ,N'2012-08-01T00:00:00.000'
    ,N'2012-09-01T00:00:00.000'
    ,N'2012-10-01T00:00:00.000'
    ,N'2012-11-01T00:00:00.000'
    ,N'2012-12-01T00:00:00.000'
    ,N'2013-01-01T00:00:00.000'
    ,N'2013-02-01T00:00:00.000'
    ,N'2013-03-01T00:00:00.000'
    ,N'2013-04-01T00:00:00.000'
    ,N'2013-05-01T00:00:00.000'
    ,N'2013-06-01T00:00:00.000'
    ,N'2013-07-01T00:00:00.000'
    ,N'2013-08-01T00:00:00.000'
    ,N'2013-09-01T00:00:00.000'
    ,N'2013-10-01T00:00:00.000'
    ,N'2013-11-01T00:00:00.000'
    ,N'2013-12-01T00:00:00.000'
    ,N'2014-01-01T00:00:00.000'
    ,N'2014-02-01T00:00:00.000'
    ,N'2014-03-01T00:00:00.000'
    ,N'2014-04-01T00:00:00.000'
    ,N'2014-05-01T00:00:00.000'
    ,N'2014-06-01T00:00:00.000'
    ,N'2014-07-01T00:00:00.000'
    ,N'2014-08-01T00:00:00.000'
    ,N'2014-09-01T00:00:00.000'
    ,N'2014-10-01T00:00:00.000'
    ,N'2014-11-01T00:00:00.000'
    ,N'2014-12-01T00:00:00.000'
    ,N'2015-01-01T00:00:00.000'
    ,N'2015-02-01T00:00:00.000'
    ,N'2015-03-01T00:00:00.000'
    ,N'2015-04-01T00:00:00.000'
    ,N'2015-05-01T00:00:00.000'
    GO
    CREATE PARTITION SCHEME [ps_Inventory] AS PARTITION [pf_Inventory] TO (
    [Inv_200806]
    ,[Inv_200803]
    ,[Inv_200804]
    ,[Inv_200805]
    ,[Inv_200806]
    ,[Inv_200807]
    ,[Inv_200808]
    ,[Inv_200809]
    ,[Inv_200810]
    ,[Inv_200811]
    ,[Inv_200812]
    ,[Inv_200901]
    ,[Inv_200902]
    ,[Inv_200903]
    ,[Inv_200904]
    ,[Inv_200905]
    ,[Inv_200906]
    ,[Inv_200907]
    ,[Inv_200908]
    ,[Inv_200909]
    ,[Inv_200910]
    ,[Inv_200911]
    ,[Inv_200912]
    ,[Inv_201001]
    ,[Inv_201002]
    ,[Inv_201003]
    ,[Inv_201004]
    ,[Inv_201005]
    ,[Inv_201006]
    ,[Inv_201007]
    ,[Inv_201008]
    ,[Inv_201009]
    ,[Inv_201010]
    ,[Inv_201011]
    ,[Inv_201012]
    ,[Inv_201101]
    ,[Inv_201102]
    ,[Inv_201103]
    ,[Inv_201104]
    ,[Inv_201105]
    ,[Inv_201106]
    ,[Inv_201107]
    ,[Inv_201108]
    ,[Inv_201109]
    ,[Inv_201110]
    ,[Inv_201111]
    ,[Inv_201112]
    ,[Inv_201201]
    ,[Inv_201202]
    ,[Inv_201203]
    ,[Inv_201204]
    ,[Inv_201205]
    ,[Inv_201206]
    ,[Inv_201207]
    ,[Inv_201208]
    ,[Inv_201209]
    ,[Inv_201210]
    ,[Inv_201211]
    ,[Inv_201212]
    ,[Inv_201301]
    ,[Inv_201302]
    ,[Inv_201303]
    ,[Inv_201304]
    ,[Inv_201305]
    ,[Inv_201306]
    ,[Inv_201307]
    ,[Inv_201308]
    ,[Inv_201309]
    ,[Inv_201310]
    ,[Inv_201311]
    ,[Inv_201312]
    ,[Inv_201401]
    ,[Inv_201402]
    ,[Inv_201403]
    ,[Inv_201404]
    ,[Inv_201405]
    ,[Inv_201406]
    ,[Inv_201407]
    ,[Inv_201408]
    ,[Inv_201409]
    ,[Inv_201410]
    ,[Inv_201411]
    ,[Inv_201412]
    ,[Inv_201501]
    ,[Inv_201502]
    ,[Inv_201503]
    ,[Inv_201504]
    ,[Inv_201505]
    ZK

    I have question about partition scheme. The partition scheme has a starting partition filegroup "Inv_200806"which
    is repeating twice. This scheme and function is already in use on the tables. I was wondering why does this partition filegroup is
    repeating twice. Is it normal or recommended to do that?
    Also, does this mean that Inv_200806 is a default/primary partition filegroup after
    we do purging on the partitions and insert the data again in a table (which falls under purge boundary range)?
    FYI: When I checked the boundary range of both Inv_200806 filegroup,
    first one has NULL boundary range and the second has "2008-06-01T00:00:00.000'".
    Any help /guidance would be appreciated.
    Thanks!
    CREATE PARTITION FUNCTION [pf_Inventory] (DATE) AS RANGE RIGHT
    FOR
    VALUES (
    N'2008-03-01T00:00:00.000'
    ,N'2008-04-01T00:00:00.000'
    ,N'2008-05-01T00:00:00.000'
    ,N'2008-06-01T00:00:00.000'
    ,N'2008-07-01T00:00:00.000'
    ,N'2008-08-01T00:00:00.000'
    ,N'2008-09-01T00:00:00.000'
    ,N'2008-10-01T00:00:00.000'
    ,N'2008-11-01T00:00:00.000'
    ,N'2008-12-01T00:00:00.000'
    ,N'2009-01-01T00:00:00.000'
    ,N'2009-02-01T00:00:00.000'
    ,N'2009-03-01T00:00:00.000'
    ,N'2009-04-01T00:00:00.000'
    ,N'2009-05-01T00:00:00.000'
    ,N'2009-06-01T00:00:00.000'
    ,N'2009-07-01T00:00:00.000'
    ,N'2009-08-01T00:00:00.000'
    ,N'2009-09-01T00:00:00.000'
    ,N'2009-10-01T00:00:00.000'
    ,N'2009-11-01T00:00:00.000'
    ,N'2009-12-01T00:00:00.000'
    ,N'2010-01-01T00:00:00.000'
    ,N'2010-02-01T00:00:00.000'
    ,N'2010-03-01T00:00:00.000'
    ,N'2010-04-01T00:00:00.000'
    ,N'2010-05-01T00:00:00.000'
    ,N'2010-06-01T00:00:00.000'
    ,N'2010-07-01T00:00:00.000'
    ,N'2010-08-01T00:00:00.000'
    ,N'2010-09-01T00:00:00.000'
    ,N'2010-10-01T00:00:00.000'
    ,N'2010-11-01T00:00:00.000'
    ,N'2010-12-01T00:00:00.000'
    ,N'2011-01-01T00:00:00.000'
    ,N'2011-02-01T00:00:00.000'
    ,N'2011-03-01T00:00:00.000'
    ,N'2011-04-01T00:00:00.000'
    ,N'2011-05-01T00:00:00.000'
    ,N'2011-06-01T00:00:00.000'
    ,N'2011-07-01T00:00:00.000'
    ,N'2011-08-01T00:00:00.000'
    ,N'2011-09-01T00:00:00.000'
    ,N'2011-10-01T00:00:00.000'
    ,N'2011-11-01T00:00:00.000'
    ,N'2011-12-01T00:00:00.000'
    ,N'2012-01-01T00:00:00.000'
    ,N'2012-02-01T00:00:00.000'
    ,N'2012-03-01T00:00:00.000'
    ,N'2012-04-01T00:00:00.000'
    ,N'2012-05-01T00:00:00.000'
    ,N'2012-06-01T00:00:00.000'
    ,N'2012-07-01T00:00:00.000'
    ,N'2012-08-01T00:00:00.000'
    ,N'2012-09-01T00:00:00.000'
    ,N'2012-10-01T00:00:00.000'
    ,N'2012-11-01T00:00:00.000'
    ,N'2012-12-01T00:00:00.000'
    ,N'2013-01-01T00:00:00.000'
    ,N'2013-02-01T00:00:00.000'
    ,N'2013-03-01T00:00:00.000'
    ,N'2013-04-01T00:00:00.000'
    ,N'2013-05-01T00:00:00.000'
    ,N'2013-06-01T00:00:00.000'
    ,N'2013-07-01T00:00:00.000'
    ,N'2013-08-01T00:00:00.000'
    ,N'2013-09-01T00:00:00.000'
    ,N'2013-10-01T00:00:00.000'
    ,N'2013-11-01T00:00:00.000'
    ,N'2013-12-01T00:00:00.000'
    CREATE PARTITION SCHEME [ps_Inventory] AS PARTITION [pf_Inventory] TO (
    [Inv_200806]
    ,[Inv_200803]
    ,[Inv_200804]
    ,[Inv_200805]
    ,[Inv_200806]
    ,[Inv_200807]
    ,[Inv_200808]
    ,[Inv_200809]
    ,[Inv_200810]
    ,[Inv_200811]
    ,[Inv_200812]
    ,[Inv_200901]
    ,[Inv_200902]
    ,[Inv_200903]
    ,[Inv_200904]
    ,[Inv_200905]
    ,[Inv_200906]
    ,[Inv_200907]
    ,[Inv_200908]
    ,[Inv_200909]
    ,[Inv_200910]
    ,[Inv_200911]
    ,[Inv_200912]
    ,[Inv_201001]
    ,[Inv_201002]
    ,[Inv_201003]
    ,[Inv_201004]
    ,[Inv_201005]
    ,[Inv_201006]
    ,[Inv_201007]
    ,[Inv_201008]
    ,[Inv_201009]
    ,[Inv_201010]
    ,[Inv_201011]
    ,[Inv_201012]
    ,[Inv_201101]
    ,[Inv_201102]
    ,[Inv_201103]
    ,[Inv_201104]
    ,[Inv_201105]
    ,[Inv_201106]
    ,[Inv_201107]
    ,[Inv_201108]
    ,[Inv_201109]
    ,[Inv_201110]
    ,[Inv_201111]
    ,[Inv_201112]
    ,[Inv_201201]
    ,[Inv_201202]
    ,[Inv_201203]
    ,[Inv_201204]
    ,[Inv_201205]
    ,[Inv_201206]
    ,[Inv_201207]
    ,[Inv_201208]
    ,[Inv_201209]
    ,[Inv_201210]
    ,[Inv_201211]
    ,[Inv_201212]
    ,[Inv_201301]
    ,[Inv_201302]
    ,[Inv_201303]
    ,[Inv_201304]
    ,[Inv_201305]
    ,[Inv_201306]
    ,[Inv_201307]
    ,[Inv_201308]
    ,[Inv_201309]
    ,[Inv_201310]
    ,[Inv_201311]
    ,[Inv_201312]
    ZK

  • Need help to partition and format new hard drive for T400

    The HDD failed in my T400. I bought a new 1TB HDD and fitted it. The diagnostic software in the BIOS did a read and controller test (Passed). When I put the Windows XP disk in the CD reader, the setup started - then stalled at the "Windows setup" page. I thought the hard drive had a write problem but apparently it must be partitioned and formatted first, before Widows setup can commence. The thing is that I can't get to the option where Windows formats the drive. In old computers, there was always a partitioning option in the BIOS setup but in my T400, there doesn't appear to be any such option. The computer has 4GB RAM, the actual model is 2767-RV8.
    Does anyone have any suggestions how to get this up and running?
    One other question is - (assuming I can get the thing working) - Is there somewhere I can load the operating system on part of the hard drive where it can act as a fall back in case the operating system gets corrupted? - i.e. something that can't get attacked by malicious software?
    Thanks in advance for any assistance.
    Ian

    Hi irivlin,
    If you are trying to clean install XP, then you have to do following setting in BIOS first:
    Press F1 to BIOS, Config -> Serial ATA (SATA) -> change to "Compatibility"
    You can change XP partition only if you are doing clean installation, otherwise you have to use 3rd party to do it.
    For backup part, there are lots of choices in the market. You might consider using XP own backup function. Lenovo got a program called Rescue and Recovery can also do backup as well.
    How to use the Backup utility to back up files and folders in Windows XP Home Edition
    http://support.microsoft.com/kb/320820/en-us
    Rescue and Recovery® 4.23 by Lenovo
    http://support.lenovo.com/en_US/product-and-parts/​detail.page?&LegacyDocID=MIGR-76225
    Fred
    T61 + X201i

  • I need help on my MacBook Pro. Recently I've deleted another partition of my disk from the disk utility and I found out that my disk capacity wasn't get into the normal one which is 750GB. Meanwhile I installed window 7 into the partition disk.

    I need help on restoring my disk capacity back to normal. I installed window 7 into the partition disk through bootcamp and I deleted it from disk utility. After I erase the partition disk,I get my capacity to 499GB but not 750GB. Do I need to reinstall my MacBook or something to do with the restoring?

    Welcome to the Apple Support Communities
    Rodney Lai wrote:
    I installed window 7 into the partition disk through bootcamp and I deleted it from disk utility
    You shouldn't do it. You have to erase the Windows volume with Boot Camp Assistant, so it will restore the space onto the OS X volume and that volume will have 750 GB.
    As you did it with Disk Utility, you have to resize your OS X partition manually:
    1. Open Disk Utility, select your hard disk at the top of the sidebar, and go to Partition tab.
    2. You will see a bar with Macintosh HD. You have to click it at the bottom right corner and drag it to the end of the bar, so Macintosh HD will use all the space of the hard drive, and press Apply.
    3. Close Disk Utility and your OS X partition will have 750 GB

  • Cannot install windows 8 because the disk is in MBR partition. Need help.

    I am on a MacBook Pro 13" Early 2011. I am trying to install Windows 8(OEM) using bootcamp witht a USB. I made the USB bootable from the Windows Usb tool, and made the Bootcamp partition through bootcamp. I hold down the option key at startup and select the usb. It starts the setup, everything is fine untill I select advance option to install and select the BOOTCAMP partition. It says you need a GUID partition table to install but I have MBR. I have checked in disk utility and the partition map scheme is GUID partition table. Do i have to format the whole drive to fix this? That really isn't a problem. Also, FYI, this mac recently had its logic board replaced by apple. Could that have anything to do with it?
    I have been stuck on the problem for days and it is getting really frustrating.  Any help is appriciated. Thank you.

    Hey there, I have the same problem as Noor440 discribed, just that I burned a dvd with Windows 8 and it doesnt work. I can boot it from the CD in EFI mode but then it happens the same as with Noor. I can't install it because of MBR and its asking for GPT.
    The thing is that when I try to boot from the regular CD (not in EFI mode). My screen goes black and I can't do anything about it.
    I read in different posts that to install WIN7 or XP I have to have my optical drive at the original place just that I removed it in order to install an additinal SSD.
    Is there no other way than to open my macbook again put the SSD in the place of the original HD (at the moment it is in the slot of the optical drive) and then partition my SSD with bootcamp, install Win 8 and change the optical drive with the HD again. Last but not least I would need to redo the syslinks as well ...
    would be nice if anybody has some good suggestions wether I can avoid that all ...
    thanks a lot

  • Hi, i am badly in need of help. i partitioned my mac hd yesterday and now the boot camp is nt working as i was using win 7 on it. i am using macbook pro 13'' 2011. plz help me. anxiously waiting for response... specially from "Christopher"

    hi, i am badly in need of help. i partitioned my mac hd yesterday and now the boot camp is nt working as i was using win 7 on it. i am using macbook pro 13'' 2011. plz help me. anxiously waiting for response... specially from "Christopher murphy"

    you can't add or mofidy partition numbers. especially not if and once you have windows installed.
    boot from Windows 7 DVD afterwards
    but first you have to tell us and Christopher what and how you partitioned your system.
    Successful setup of OS X Lion + Data Partition + Bootcamp Win7 Ult
    https://discussions.apple.com/thread/3293948
    So after many, many hours I think I've finally figured out how to successfully setup Mac OS X Lion on one partition, a seperate data partition, and Windows 7 Ultimate on a Bootcamp partition . Here is a screenshot of my setup on my 13" MacBook Pro
    Thread with suggestions on Windows backup methods:
    https://discussions.apple.com/thread/3798090
    Paragon CampTune
    Paragon CampTune is a commercial product that is designed expressly for this task. http://www.paragon-software.com/home/camptune/ It consists of a downloadable ISO that needs to be burned to a disc and booted from in order to resize the partitions costs US$19.95.
    Securing Dual-System Configuration
    Imaging is still the most affordable and robust way to secure computer data. Unfortunately Mac OS X backs up only HFS+ volumes, leaving Windows with dual-system configurations unsecured. You can permanently lose all of your data unless you have a Windows-compatible backup solution.
    Paragon’s CampTune and Paragon’s Drive Copy for Mac can secure the entire dual-system configuration. CampTune creates traditional images of volumes or entire hard disks, Drive Copy can copy them to other disks. In case of an emergency, you can restore the previously created image or copy all your data back to its original state.
    GParted Live
    GParted Live is similar to CampTune as it is also distributed as a bootable image that needs to be copied to a CD/DVD or USB flash drive. As free and open source software, distributed under the GPL, it will always be available free. Since it has more functions than CampTune, it may be harder for folks who are not as experienced with partitioning hard drives. http://gparted.sourceforge.net/
    iPartition
    Coriolis Systems' iPartition is a £29.95 ($44.95 US) utility that runs in Mac OS X and allows resizing of all of the relevant partition formats, including HFS+, FAT32, and NTFS. It provides a Mac-oriented user interface that may be easier to manage than some of the free utilities. As it is not capable of resizing the boot disk, it requires a bootable external disk or a boot DVD. (A tool to create a boot DVD is included.)
    Paragon Partition Manager
    From the makes of CampTune is a commercial tool that is similar in functionality to GParted Live, but has a more polished/friendly user interface than GParted Live. Previously only the US$79.95 Professional version supported all the features required for this, but as of version 11 the US$39.95 Personal version has also been reported to work. http://www.paragon-software.com/home/pm-personal/
    Winclone/Disk Utility
    Winclone is a free tool for creating and restoring backup images of your Windows partition. One of its key features is that it can restore to a larger partition than the one the image was created from.
    NOTE: Winclone has been discontinued, but for now remains available and capable of completing these tasks (including creating and restoring Windows 7 images).
    Winclone updated to support Lion Winclone updates and download
    Disk Utility can resize HFS+ (Mac OS) partitions, but is currently incapable of resizing NTFS partitions, so you could use it to reduce the size of the HFS+ partition and create a new larger placeholder MS-DOS (FAT) partition
    The full process would be:
    Backup Windows partition with Winclone.
    (if the new Windows partition is smaller than the old one make sure you set the preferences in Winclone to save the image as an uncompressed dmg)
    Delete old Windows partition
    Resize current Mac Partition
    Create new Windows partition as MS-DOS (FAT) in free space after Mac OS partition.
    (If the new Windows partition is smaller than the old one an additional step is required: shrink the filesystem on the image by selecting Tools->Shrink Windows (NTFS) Filesystem)
    Reboot your computer for the new Windows partition to mount properly (winclone may not restore if you don't reboot)
    Restore Winclone partition over new Windows partition
    An alternate Winclone based process is described in the External Guides section
    Native OS utilities
    MR user Kazyua reports that you can use the disk management utilities provided with the current operating systems if you want to do it manually. Windows 7 and OS X both have partition resizing functions built in. In OS X, open Disk Utility and manually shrink the mac HFS+ partition by dragging the lower right corner. Then in windows go to the start menu and type "disk management" into the search box then hit enter. You should get an overview of the drives you have and the individual partitions. Right-clicking on the partition gives an "Extend Volume" option. The Windows NTFS volume should then be extended into the free space you created with Disk Utility. This method has not worked for other users, so try at your own risk.
    Resizing under VMWare Fusion
    If you are looking to allocate more space to Windows under VMWare please refer to the following thread http://forums.macrumors.com/showthread.php?t=828182
    From http://guides.macrumors.com/Extend/Resize_Boot_Camp_Partition
    Thread with suggestions on Windows backup methods:
    https://discussions.apple.com/thread/3798090

  • Hello, I need help to retrieve deleted information to partition an external hard drive. What should I do?

    Hello, I need help to retrieve deleted information to partition an external hard drive. What should I do?

    I'm not about the question, and giving you the right answer requires me to ask a few more questions.
    Do you want to retrieve deleted information for future usage, or to completely delete a partition? The latter is straightforward: simply erase the partition. The former is more complicated: it's very difficult, even using available commercial software, to recover deleted information. If the data is important, you may want to contact a professional like DriveSavers. It won't be cheap.

  • U410 recovery partition reformatted, need help reinstalling Windows 8

    Hi,
    I have a Lenovo U410 with a 32GB SSD and a 750GB HDD that are treated as one drive. The previous owner reformatted the entire drive, which erased the recovery partition. Thus, I can'tmake a recovery disc or USB stick (the recovery partition would have to be intact for that to work anyway) and can't reinstall Windows 8.
    Can anyone confirm that the recovery media I'd order from Lenovo support would be able to reinstall Windows 8? I'm afraid that they would send me a disc that needs the recovery partition to work.
    Thank you.

    LenBlazer wrote:
    JaneGoodall wrote:
    Hi,
    I have a Lenovo U410 with a 32GB SSD and a 750GB HDD that are treated as one drive. The previous owner reformatted the entire drive, which erased the recovery partition. Thus, I can'tmake a recovery disc or USB stick (the recovery partition would have to be intact for that to work anyway) and can't reinstall Windows 8.
    Can anyone confirm that the recovery media I'd order from Lenovo support would be able to reinstall Windows 8? I'm afraid that they would send me a disc that needs the recovery partition to work.
    Thank you.
    You can give them (Lenovo support) a call and ask about it.
    I did, they didn't know if it would work.

  • Need help Cloning a Bootcamp partition

    I need to install a larger hard drive in my Leopard MBP that has a HFS+ and a FAT32 partition running Win XP.
    Moving the HFS+ partition is no big deal, but I really could use some step by step guidance in moving the contents of the existing FAT32 partition to a new and larger FAT32 partition.
    I essentially need to backup to an intermediate drive, and then to the new larger target drive. I have been trying to use Disk Utility, but am unable to get a partition that is bootable. I have tried doing a "throwaway" WinXP install on the partition, but am unable to write over the files there, because many of them are locked. I am not running NFS.
    Any guidance would be appreciated.

    I'm not sure if this will work, but.... What if you used the Microsoft Backup Utility to back-up the files to an external hard drive (you will need an NTFS partition on the external), use bootcamp to create the larger FAT32 on the new drive, install a fresh copy of windoze on the new drive, then use the Microsoft Backup Utility to restore the files from the external hard drive.

  • Need Help in Splitting a String Using SQL QUERY

    Hi,
    I need help in splitting a string using a SQL Query:
    String IS:
    AFTER PAINT.ACOUSTICAL.1..9'' MEMBRAIN'I would like to seperate this string into multiple lines using the delimeter .(dot)
    Sample Output should look like:
    SNO       STRING
    1            AFTER PAINT
    2            ACOUSTICAL
    3            1
    4            
    5            9" MEMBRAIN
    {code}
    FYI i am using Oracle 9.2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    There's this as well:
    with x as ( --generating sample data:
               select 'AFTER PAINT.ACOUSTICAL.1..9" MEMBRAIN' str from dual union all
               select 'BEFORE PAINT.ELECTRIC.2..45 caliber MEMBRAIN' str from dual)
    select str,
           row_number() over (partition by str order by rownum) s_no,
           cast(dbms_xmlgen.convert(t.column_value.extract('//text()').getstringval(),1) as varchar2(100)) res
    from x,
         table(xmlsequence(xmltype('<x><x>' || replace(str,'.','</x><x>') || '</x></x>').extract('//x/*'))) t;
    STR                                                S_NO RES                                                                                                
    AFTER PAINT.ACOUSTICAL.1..9" MEMBRAIN                 1 AFTER PAINT                                                                                        
    AFTER PAINT.ACOUSTICAL.1..9" MEMBRAIN                 2 ACOUSTICAL                                                                                         
    AFTER PAINT.ACOUSTICAL.1..9" MEMBRAIN                 3 1                                                                                                  
    AFTER PAINT.ACOUSTICAL.1..9" MEMBRAIN                 4                                                                                                    
    AFTER PAINT.ACOUSTICAL.1..9" MEMBRAIN                 5 9" MEMBRAIN                                                                                        
    BEFORE PAINT.ELECTRIC.2..45 caliber MEMBRAIN          1 BEFORE PAINT                                                                                       
    BEFORE PAINT.ELECTRIC.2..45 caliber MEMBRAIN          2 ELECTRIC                                                                                           
    BEFORE PAINT.ELECTRIC.2..45 caliber MEMBRAIN          3 2                                                                                                  
    BEFORE PAINT.ELECTRIC.2..45 caliber MEMBRAIN          4                                                                                                    
    BEFORE PAINT.ELECTRIC.2..45 caliber MEMBRAIN          5 45 caliber MEMBRAIN      
    {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Need help on which router to buy for my BB 8320

    Now i know 8320 is dated but at this point i am not planning to change anytime soon .
    So I have a router which is kinda old, it didnt really occur to me since it worked. When i got my bb 8320 i was in a hotel and i could connect through their wireless without any hassle. I could surf, use youtube, name it.
    When i got home i couldnt do anything, i spent countless nights trying to figure out waht was wrong then i realized its my router. If only BB said somethign it wont support old routers then i wouldve saved myself hours of self-loathing.
    Anyways I also have gone to my friends house, and i could connect to her linksys router without any hassle. i was the one who set her router up and we bought it this year. i didnt do anything special, configuration-wise or w/e.
    So NOW i am just going to buy a new router. I really need help!!!!
    I was wondering if this one is good:
    W311R Wireless-N Broadband Router
    W311R integrates the wireless AP, router, four-port switch and firewall in one, and increases over 4 times transmission range of ordinary 802.11g products. Compatible with IEEE802.11n (Draft 2.0) and IEEE802.11g/b standards, it can provide up to 150Mbps stable transmission rate. It is dedicated to SOHOs and students’ dormitory. In addition, URL and MAC address filtering can take it easy for parents and network administrator to manage network life, and QoS bandwidth control over specific computer’s downloading speed is supported as well. Moreover, UPnP and WMM support can smooth your MSN voice better, and the included Setup Wizard on CD-ROM will be easy and fast for non-savvy users to install the device and access to the Internet.
    Overview:
    * Includes router, wireless access point, four-port switch and firewall in one
    * Provides up to 150Mbps uploading and downloading speed
    * Supports two WPS (Wi-Fi Protected Setup) encryption methods: PBC and PIN
    * Compliant to IEEE802.11n, IEEE802.11g, IEEE802.11b, IEEE802.3 and IEEE802.3u standards
    * Supports far-distance transmission, 100 meters indoor, 400 meters outdoor (depends on the environments around)
    * Supports 64/128-bit WEP encryption, WPA and the latest WPA2 encryption security authentication
    * Supports RTS/CTS protocol and data partitioning function
    * Provides one 10/100Mbps Auto-Negotiation Ethernet WAN ports for WAN connection
    * Provides four 10/100Mbps Auto-Negotiation Ethernet LAN ports for LAN connections
    * Supports xDSL/Cable MODEM, static and dynamic IP in community networking
    * Supports remote/local Web management
    * Supports WMM to better smooth your voice and video
    * Supports SSID stealth mode and access control based over MAC address (up to 30 entries)
    * Supports Auto MDI/MDIX
    * Supports wireless Roaming technology and ensures high-efficient wireless connections
    * Supports auto negotiation/manual mode for 802.11b/802.11g/802.11n
    * Supports UPnP and DDNS
    * Supports Firefox 1.0, IE5.5 or above
    * Supports SNTP
    * Supports virtual server, DMZ host
    * Built-in firewall for hacker’s attack prevention
    * Supports DHCP server/client
    * Supports auto wireless channel selection
    * Supports the control over LAN access to Internet
    * Provides syslog to record the status of the router
    * Supports WDS wireless network extension
    * Supports QoS function
    Input Voltage Range
    AC 110~240V
    Output Voltage Range
    9V~1000mA
    Consumption
    20dbm
    Operating Temperature
    0? ~ 40?
    Storage Temperature
    -40? ~ 70?
    Operating Humidity
    10% ~ 90% RH non-condensing
    Storage Humidity
    5% ~ 90% RH non-condensing
    Antenna
    One Non-detachable external antenna (5dBi)
    Frequency Range
    2.4GHz-2.5GHz
    EVM
    -30dB
    Sensitivity
    54M:-74dBm@10% PER; 11M:-85dBm@8% PER; 6M:-88dBm@10% PER; 1M:-90dBm@8% PER
    Outdoor
    400m
    Indoor
    100m
    WLAN?LAN
    93Mbps
    WLAN?WLAN
    93Mbps
    Frequency Range
    2.4GHz
    Gain
    5dBi
    Nominal Impedance
    50
    Polarization
    Linear; Vertical
    Maximum Power
    1W
    * Vertical Beamwidth 360º

    Flip UltraHD.
    Shoots mp4 H264 format files. Fits in a shirt pocket and records 2 hrs worth of material to an internal card. Charges from your USB port as you download. If you are just trimming clips, you can use QT Pro without conversion. If you need to edit, convert to ProRes 720p30. Works like a dream.
    Just make sure you have it solidly placed when you pull the trigger as there is no image stabilization.
    Oh, and it is only $199 US.
    x

  • Need Help Recovering Hard Drive Space on Disk Utility

    I recently wanted to resize my Boot Camp hard drive partition as I did not need it to be 194 gb. In the process I screwed something up and now that space that was once my Boot Camp Partition is now "free space." My Mac Partition still says that I have 305 gb left and I am unsure how to expand this partition to get back that "grey" space. I've tried using Boot Camp Assistant, starting with Command+R after the "chime," and restoring my OSX (not completely however).
    I need help in getting back this missing space. It seems that I have looked everywhere and although people seem to have a similar issue I can't figure it out.
    Would restoring Mountain Lion completely by using a USB jump drive solve this problem? I have an external hard drive that uses Time Machine to back up my MacBook so a complete restore shouldn't be an issue.
    Any advice would be greatly appreciated!
    Thank you!
    P.S. This is what my disk utility currently looks like...

    You can try to use Boot Camp Assistant to completely remove the Windows partition but it might not work.
    Simple fact is once you setup a Windows partition you can't fool with it at all, that is unless you use some add on program specifically designed to do that on a Mac computer. If you need to resize the Windows partition you first need to use BCA and remove the partition completely and then recreate it at the new size you want and reinstall Windows.
    You might have to use Time Machine and backup your Mac partition then repartition the complete drive and then restore from that Time Machine backup. Then setup the Windows partition and reinstall Windows.

Maybe you are looking for

  • Active Sync and andrioid phone

    I have a android phone that exchange email will not sync the hour glass just sits there and spins, I have removed the account several times same issue, I have turn off ActiveSync and enabled it back same issue try's to sync but all I get is a hour gl

  • Adobe Files .pdf is not printing in Citrix Session

    We open a .pdf files and tried to print in my citrix session but nothing happens. Not showing the file is printing and no printed pdf in my printer. Adobe Reader - version 9.4.1

  • Faulty Sales order

    A sales order was wrongly entered in the sales , and the billing has been done. Now I have reversed the billing document and the order is not allowed to be deleted because of subsequent items. Now the order I have given the reason for rejection. But

  • AP Div tag's absolute postioning not working

    I have been trying to figure this problem out for about 2 hours and I have nothing. Div tags 98-101 are positioned in the right place when I'm looking at my page in Dreamweaver. But when I preview the page, those 4 div tags are not where they're supp

  • TS3989 Why is the date on my photo stream wrong

    My photos are gone in iphoto and the date at the top next to photo stream is wrong also?