Windows 10: Partitioning an SSD

Discus and support Partitioning an SSD in Windows 10 Network and Sharing to solve the problem; Hi, My new Huawei Matebook x pro has come with a 512 GB SSD storage. In my previous laptop (having an HDD), I was using two logical partitions... Discussion in 'Windows 10 Network and Sharing' started by Aayush0509, Nov 29, 2018.

  1. Partitioning an SSD


    Hi,


    My new Huawei Matebook x pro has come with a 512 GB SSD storage.


    In my previous laptop (having an HDD), I was using two logical partitions other than the OS Primary partition for storing my personal data for two reasons:

    1) In case the OS gets corrupted or requires a format, we just have to format C: and make a new installation and the personal data remains intact on other partitions.

    2) Partitioning increases the access speed on HDD is what I've read on a few articles.


    My question are:

    1) Is it OK to partition the SSD for storing the personal data for above reasons?

    2) If yes, would it affect the access time?

    3) I just need one drive apart from C: to store my personal data. Should I create primary partition or logical partition?


    Regards,

    Aayush

    :)
     
    Aayush0509, Nov 29, 2018
    #1
  2. W1zzard Win User

    W7 Hard drive partition issue

    to get rid of that 100 meg windows partition that setup creates for you on a new install on a blank hdd:

    - press shift+f10 when on the partition management screen in setup <-- this opens a command prompt
    - diskpart <-- start the windows command line partition management tool
    - list disk <--- list the installed hdds in this computer for the next step
    - select disk 0 <- might have to replace 0 with the number of the correct disk
    - clean <-- this will erase all data on the disk you selected one step up- dont use the wrong disk!
    - create partition primary <- creates a primary partition taking up all space on the drive, adjust the command if necessary
    - exit, exit to exit diskpart and the command prompt
    - click refresh in partition manager and select your newly created partition and install to that
     
    W1zzard, Nov 29, 2018
    #2
  3. HLL_544 Win User
    Saving free space on SSD (Regarding multiple obligatory partitions on main drive)

    Gerry Here just copy-paste some irrelevant response.

    Well, **I've figured it out**. Here my solution (I Take no responsibility from any damage that might arise from this process, and I do not guarantee it to work for u.)

    We'll assume u have 2 disks; SSD and HDD.

    Also NOTE: I Work in a GPT-Disk partitioning scheme, I don't know if it's applicable on dos-style MBR partitioning.

    General-methodology wich we are going to work with (or TL;DR).

    • Delete all partitions on all drive
    • Install Windows on the HDD Drive
    • Install Windows on the SSD Drive (yes, twice!)
    • Repartition the HDD to free up and reallocate as we wish (The only parition that HAVE to be there is the EUFI System (Fat) )
    • After freeing up HDD space, move user folder to the HDD
    • PROFIT
    And in more detail:

    THIS GUIDE ASSUME THIS IS A FRESH PC - THAT U DO NOT HAVE ANYTHING U NEED ON EITHER DISKS.

    * - Asterisk, not a real step, just additional information

    • Boot into windows 10 installation
    • Clear ALL partitions on BOTH drives
    • Let windows install itself onto the HDD, We'll call this installation win-hdd
      • There is no need to actually boot into this OS.
    • Boot into windows 10 installation
    • Let windows install itself onto the SSD. We'll call this installation win-ssd
      • *What would happen now, Is that windows detects the recovery and eufi partitions and does not need to create such additional partitions on your ssd. It would only create a 16MB windows reserved partition.
      • *Your boot partition would be hdd/eufi; But since windows detect it's own bootloader it would allow you to duel-boot between win-hdd and win-ssd(default)
    • Optional: During windows-ssd first run wizard switch to audit mode (CTRL+SHIFT+F3)
      • *We would use audit mode to:
        • * Optional1: Repartition hdd
        • * Optional2: Change "Users" folder to the hdd.
        • * If u do not want to move Users folder, u can do 6.2 After win-ssd fully boots instead
      • Repartition hdd & move Users folder:
        • Using a 3rd party tool such as "MiniTool Partition Wizard" you can do the fallowing *as you wish*:
          • Delete win-hdd partition
          • Delete recovery-hdd partition
          • Delete windows reserved (16 mb) partition.
          • You can also later move the EUFI to the start of the hdd disk, if needed
          • Create new partition (free to use) on hdd.
          • Make sure to properly assign drive letters to all drive as u wish
          • Fallow
            this guide
            to relocate the User folder (Starting from Step 2)
    • Boot into windows-ssd; If u do not know which one (int the OS selection screen) It's safe to assume that the automatically-selected one is the win-ssd.
    • If u have not performed 6.2 Yet, this is the time to do that now.
    GLHF.
     
    HLL_544, Nov 29, 2018
    #3
  4. Partitioning an SSD

    undo partition shrink

    Hi,

    If you accidentally shrink the volume of your SSD partition, there is an option to extend the volume as well. To extend the volume of your SSD partition, follow the steps below:

    • Press Windows key + X on your keyboard and select Disk Management.
    • Right-click the partition that you want to expand and click Extend Volume.
    • Select the amount of space that you want to extend.

    Keep us in the loop with the result.
     
    Gerard Qui, Nov 29, 2018
    #4
Thema:

Partitioning an SSD

Loading...
  1. Partitioning an SSD - Similar Threads - Partitioning SSD

  2. SSD Using HDD Boot Partition & HDD Not Showing in Boot Menu

    in Windows 10 Installation and Upgrade
    SSD Using HDD Boot Partition & HDD Not Showing in Boot Menu: I recently added an SSD to my laptop Disk 1 in the image and installed a fresh copy of Windows 10 on it using a bootable USB drive. My old Windows installation is still on the HDD Disk 0. After the installation, the following issues have arisen:1. SSD Appears to Be Using HDD...
  3. trying to convert mbr ssd to a gpt but getting error cannot create EFI system partition....

    in Windows 10 Gaming
    trying to convert mbr ssd to a gpt but getting error cannot create EFI system partition....: so im trying to convert my c drive into gpt and im following the tutorials such as putting in command prompt mbr2gpt /validate /disk:2 /allowFullOS disk 2 is my windows drivethe validation works fine but when i put the next step mbr2gpt /convert /disk:2 /allowFullOS it does...
  4. trying to convert mbr ssd to a gpt but getting error cannot create EFI system partition....

    in Windows 10 Software and Apps
    trying to convert mbr ssd to a gpt but getting error cannot create EFI system partition....: so im trying to convert my c drive into gpt and im following the tutorials such as putting in command prompt mbr2gpt /validate /disk:2 /allowFullOS disk 2 is my windows drivethe validation works fine but when i put the next step mbr2gpt /convert /disk:2 /allowFullOS it does...
  5. trying to convert mbr ssd to a gpt but getting error cannot create EFI system partition....

    in Windows 10 Drivers and Hardware
    trying to convert mbr ssd to a gpt but getting error cannot create EFI system partition....: so im trying to convert my c drive into gpt and im following the tutorials such as putting in command prompt mbr2gpt /validate /disk:2 /allowFullOS disk 2 is my windows drivethe validation works fine but when i put the next step mbr2gpt /convert /disk:2 /allowFullOS it does...
  6. GPT partitioned SSD. Win 10 and Win 11 each in ist own Partition. Win 11 inaccessible. How...

    in Windows 10 Gaming
    GPT partitioned SSD. Win 10 and Win 11 each in ist own Partition. Win 11 inaccessible. How...: SSD is GPT partitioned . Win 10 and Win 11are each in ist own Partition on the SSD. Win 11 is inaccessible after 24H2 update. How to boot the Win 11 RE for accessing the recovery tools please?...
  7. GPT partitioned SSD. Win 10 and Win 11 each in ist own Partition. Win 11 inaccessible. How...

    in Windows 10 Software and Apps
    GPT partitioned SSD. Win 10 and Win 11 each in ist own Partition. Win 11 inaccessible. How...: SSD is GPT partitioned . Win 10 and Win 11are each in ist own Partition on the SSD. Win 11 is inaccessible after 24H2 update. How to boot the Win 11 RE for accessing the recovery tools please?...
  8. SSD partition disappeared

    in Windows 10 Software and Apps
    SSD partition disappeared: I recently converted my SSD to GPT to be able to install Windows however one of the partition of the SSD is disappeared how can I make it show up again only the partition...
  9. SSD partition disappeared

    in Windows 10 Gaming
    SSD partition disappeared: I recently converted my SSD to GPT to be able to install Windows however one of the partition of the SSD is disappeared how can I make it show up again only the partition...
  10. I attempted to clone my HDD to my new SSD. Now my SSD is partitioned and I cannot access it...

    in Windows 10 Gaming
    I attempted to clone my HDD to my new SSD. Now my SSD is partitioned and I cannot access it...: Please let me know if you have any advice to reformat or change the device I can access it and make it my new local disk C. https://answers.microsoft.com/en-us/windows/forum/all/i-attempted-to-clone-my-hdd-to-my-new-ssd-now-my/968235df-2e89-449c-a80b-68e5ea470043