Windows 10: Properly partitioning formating ect... when using advance install from usb windows 10

Discus and support Properly partitioning formating ect... when using advance install from usb windows 10 in Windows 10 Installation and Upgrade to solve the problem; i thought windows 10 was smaller how come I had more space on my drive the first time I installed it from usb what did i do wrong in the drive disk... Discussion in 'Windows 10 Installation and Upgrade' started by Ryan Robar, Jan 1, 2022.

  1. Properly partitioning formating ect... when using advance install from usb windows 10


    i thought windows 10 was smaller how come I had more space on my drive the first time I installed it from usb what did i do wrong in the drive disk partitions when i advance installed from usb i have 4 partitions i think most of them small one of them 28.7gb so its a laptop im kinda just experimenting with can someone tell me how to properly partition format whatever i think i started to do this to prove to my self im dumb : I posted the picture of ot beacuse it beacuse its purple and its a pain in my ***

    :)
     
    Ryan Robar, Jan 1, 2022
    #1
  2. thraxed Win User

    Installing windows off of a USB stick

    Step By Step from vista:
    From admin cmd prompt

    1. diskpart
    1a. list disk
    2. select disk 1 (replace 1 with your usb drive)
    3. clean
    4. create partition primary
    5. select partition 1 (replace 1 with your usb drive)
    6. active
    7. format fs=fat32
    8. assign
    9. exit

    Copy Windows Vista's DVD ROM content to the Flash Drive

    xcopy d:\*.* /s/e/f e:\ (d being your vista cd and e being your usb stick)

    And that's it, boot off your usb disk
     
    thraxed, Jan 1, 2022
    #2
  3. newtekie1 Win User
    Partition SSD during windows 10 install

    Yep. Exactly this.

    When you install Windows, and get to the part asking what drive you want to install to. Click the advanced options, select New, and put in the size you want the C partition to be. Leave the rest unallocated and select the new partition you just created to install to. Then once you are in Windows you can create the second partition and format it in disk management.
     
    newtekie1, Jan 1, 2022
    #3
  4. Properly partitioning formating ect... when using advance install from usb windows 10

    Installing Windows Vista/7 on a GUID Partition Table

    I've never tried multiple partitions so this is a shot in the dark...

    At step #10, I would try setting the size parameter (it is in mebibytes) to how large you want the partition windows is installed on to be, then go ahead and install windows. This will leave the rest of the drive raw instead of consuming it into the OS partition (C drive). Once you successfully boot into Windows, you should be able to use Computer Management -> Disk Management to create partitions in the raw space.


    If you really wanted to do it with diskpart before Windows is installed, you basically repeat the following lines making sure to specify a size if you don't want it to consume all remaining space:
    • create partition primary size=size in mebibytes here
    • format quick fs=ntfs label="appropriate name here"
    • assign letter=C thru Z here
    Obviously, you can use quick formatting or leave it out for full format. Leave off the size parameter when you reach the final partition that should consume all the remaining space. Also remember that the order you do this in goes from the outside of the disk (where it is fastest) to the inside of the disk (where it is slowest). Because of this, it is recommended to put EFI (e.g. size=300), then MSR (e.g. size=300), then Windows (e.g. size=30000), then Applications (e.g. size=70000), then Storage (e.g. no size parameter).

    If I'm right, the above example would look like this:
    • diskpart
    • list disk
    • select disk <id>
    • online disk
    • attributes disk clear readonly
    • clean
    • convert gpt
    • create partition efi size=300
    • create partition msr size=300
    • create partition primary size=30000
    • format fs=ntfs label="Windows"
    • assign letter=C
    • create partition primary size=70000
    • format fs=ntfs label="Applications"
    • assign letter=D
    • create partition primary
    • format fs=ntfs label="Storage"
    • assign letter=E
    • exit
     
    FordGT90Concept, Jan 1, 2022
    #4
Thema:

Properly partitioning formating ect... when using advance install from usb windows 10

Loading...
  1. Properly partitioning formating ect... when using advance install from usb windows 10 - Similar Threads - Properly partitioning formating

  2. 'Windows could not format a partition' when installing

    in Windows 10 Software and Apps
    'Windows could not format a partition' when installing: I corrupted my main partition so I'm reinstalling Windows 7 from an ISO burned to a flash drive in Rufus. I clicked 'Custom' then the main partition, and saw 'Windows could not format a partition on disk 0. The error occurred while preparing a partition selected for...
  3. 'Windows could not format a partition' when installing

    in Windows 10 Gaming
    'Windows could not format a partition' when installing: I corrupted my main partition so I'm reinstalling Windows 7 from an ISO burned to a flash drive in Rufus. I clicked 'Custom' then the main partition, and saw 'Windows could not format a partition on disk 0. The error occurred while preparing a partition selected for...
  4. When reinstalling windows from a usb, will my drive be formatted when I delete all partitions?

    in Windows 10 Gaming
    When reinstalling windows from a usb, will my drive be formatted when I delete all partitions?: When reinstalling windows from a usb, will my drive be formatted when I delete all partitions? https://answers.microsoft.com/en-us/windows/forum/all/when-reinstalling-windows-from-a-usb-will-my-drive/ecc9d0c2-7d07-4fa7-a7c7-4f98627578ef
  5. When reinstalling windows from a usb, will my drive be formatted when I delete all partitions?

    in Windows 10 Software and Apps
    When reinstalling windows from a usb, will my drive be formatted when I delete all partitions?: When reinstalling windows from a usb, will my drive be formatted when I delete all partitions? https://answers.microsoft.com/en-us/windows/forum/all/when-reinstalling-windows-from-a-usb-will-my-drive/ecc9d0c2-7d07-4fa7-a7c7-4f98627578ef
  6. Properly partitioning formating ect... when using advance install from usb windows 10

    in Windows 10 Gaming
    Properly partitioning formating ect... when using advance install from usb windows 10: i thought windows 10 was smaller how come I had more space on my drive the first time I installed it from usb what did i do wrong in the drive disk partitions when i advance installed from usb i have 4 partitions i think most of them small one of them 28.7gb so its a laptop...
  7. Properly partitioning formating ect... when using advance install from usb windows 10

    in Windows 10 Software and Apps
    Properly partitioning formating ect... when using advance install from usb windows 10: i thought windows 10 was smaller how come I had more space on my drive the first time I installed it from usb what did i do wrong in the drive disk partitions when i advance installed from usb i have 4 partitions i think most of them small one of them 28.7gb so its a laptop...
  8. Can’t delete/format the selected partition when installing win10 from usb

    in Windows 10 Installation and Upgrade
    Can’t delete/format the selected partition when installing win10 from usb: I am trying to reinstall win10 to my laptop because my laptop cant start. I downloaded the ISO directly from Microsoft onto a usb pen. When it asked me where to install windows, I selected the biggest one directly but then it said windows couldn’t format a partition on...
  9. Install from USB partitioned drive?

    in Windows 10 Installation and Upgrade
    Install from USB partitioned drive?: Hi guys, Wondering if anyone can tell me if this is doable. So I bought myself a 250gb m.2 sata ssd, and put it into the Silverstone MS09 m. 2 to USB enclosure to use as a USB thumb drive. My plan was to have a partition of around 10GB that I would use rufus to create a boot...
  10. Installing Windows 10 from a bootable USB and formatting drives..

    in Windows 10 Installation and Upgrade
    Installing Windows 10 from a bootable USB and formatting drives..: Hello there, Hope everyone's doing just fine. So I have this Windows 7 PC with two drives, drive 0: SSD has current windows and drive 1: 1TB HDD for storage. I'm planning to do a clean install of windows 10 by formatting the ssd drive and installing windows there. Now my...