Windows 10: Windows installer invert partitions and disk numbers in french

Discus and support Windows installer invert partitions and disk numbers in french in Windows 10 Software and Apps to solve the problem; I created a bootable USB drive with Windows installer yesterday, and today when I was resetting my computer witch have multiple hard drives, I was a... Discussion in 'Windows 10 Software and Apps' started by BastienSerprix, Jan 29, 2025.

  1. Windows installer invert partitions and disk numbers in french


    I created a bootable USB drive with Windows installer yesterday, and today when I was resetting my computer witch have multiple hard drives, I was a bit lost because of the translations that invert partition numbers and disk numbers.As you can see in the capture, instead of telling "Disk 0, partition 2", it says "Disk 2, partition 0" in french "partition 0 du disque 2"I used the terminal and the "diskpart" tool to check and compare disks sizes to understand the issue, I quickly draw on the screen capture to show the issue.I hope that will help to fix it, and help those who are seeking for

    :)
     
    BastienSerprix, Jan 29, 2025
    #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, Jan 29, 2025
    #2
  3. 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 29, 2025
    #3
  4. FX-GMC Win User

    Windows installer invert partitions and disk numbers in french

    Move Win7 64 image from a partition NTFS to a new drive

    EDIT: After reading your first post again, is there any reason that you would now need GPT? Are you just trying to move the windows install to a new disk or is there a new motherboard involved?

    If you are already booting to an NTFS partition, then it makes me wonder if after copying to the new drive, the partition isn't getting marked as Active.

    Following the same steps I posted above for startup repair, you can get to a command prompt and use diskpart to see if this is the case.

    Code: In the command prompt: diskpart list disk select disk 0 (disk number may be different if you have other disks connected.) list partition select partition 0 (partition number number may vary, but you want to see the boot partition which is the same as your windows partition according to the screenshot on the OP) detail partition (This should have Active: Yes or No. If it says no, since we have the partition selected, you can just use the following command in diskpart) active[/quote]
     
    FX-GMC, Jan 29, 2025
    #4
Thema:

Windows installer invert partitions and disk numbers in french

Loading...
  1. Windows installer invert partitions and disk numbers in french - Similar Threads - installer invert partitions

  2. Disk Partition and Window Installation

    in Windows 10 Gaming
    Disk Partition and Window Installation: Hello,I need some help with a problem I'm facing on my ASUS Zenbook UX325JA laptop. It has a 512GB SSD.Problem:After my laptop shut down due to low battery, it triggered BitLocker encryption which I had never set up or had a recovery key for. I attempted to resolve this by...
  3. Disk Partition and Window Installation

    in Windows 10 Software and Apps
    Disk Partition and Window Installation: Hello,I need some help with a problem I'm facing on my ASUS Zenbook UX325JA laptop. It has a 512GB SSD.Problem:After my laptop shut down due to low battery, it triggered BitLocker encryption which I had never set up or had a recovery key for. I attempted to resolve this by...
  4. Disk Partition and Window Installation

    in Windows 10 Drivers and Hardware
    Disk Partition and Window Installation: Hello,I need some help with a problem I'm facing on my ASUS Zenbook UX325JA laptop. It has a 512GB SSD.Problem:After my laptop shut down due to low battery, it triggered BitLocker encryption which I had never set up or had a recovery key for. I attempted to resolve this by...
  5. DISK PARTITIONS/CLEAN INSTALLATION OF WINDOWS

    in Windows 10 Gaming
    DISK PARTITIONS/CLEAN INSTALLATION OF WINDOWS: Hi everyone, I want to do a clean reinstall of windows 11 and I want to delete all data.I currently have two SSDs of 2TB each. In one SSD disk 0 I installed Windows, in the other disk 1 I installed games and various programs.A few days ago, in another support thread, I was...
  6. DISK PARTITIONS/CLEAN INSTALLATION OF WINDOWS

    in Windows 10 Software and Apps
    DISK PARTITIONS/CLEAN INSTALLATION OF WINDOWS: Hi everyone, I want to do a clean reinstall of windows 11 and I want to delete all data.I currently have two SSDs of 2TB each. In one SSD disk 0 I installed Windows, in the other disk 1 I installed games and various programs.A few days ago, in another support thread, I was...
  7. Windows installer invert partitions and disk numbers in french

    in Windows 10 Gaming
    Windows installer invert partitions and disk numbers in french: I created a bootable USB drive with Windows installer yesterday, and today when I was resetting my computer witch have multiple hard drives, I was a bit lost because of the translations that invert partition numbers and disk numbers.As you can see in the capture, instead of...
  8. Inverted order of numbered tracks in Windows Media Player

    in Windows 10 Gaming
    Inverted order of numbered tracks in Windows Media Player: Windows Media Player labels tracks I have ripped from audio CD in reverse order. Why? Can I invert the numbering, or do I have to rip the CD again? * Moved from Community Center...
  9. Clean Windows 10 Install & Disk Partitions

    in Windows 10 Installation and Upgrade
    Clean Windows 10 Install & Disk Partitions: Hello Two desktop computers each running Windows 10 Pro 64 bit. I tried to copy an image of the source C: drive to the target C: drive and ran into issues and, I think, in the process messed up the source drive partition table. So I tried to do a clean install of Windows...
  10. Disk partitioning, win10 installation

    in Windows 10 Installation and Upgrade
    Disk partitioning, win10 installation: [img] Hello. Can somebody explain me what EFI System Partition is doing? Should i remove it? I've tryied already to install win10 from USB multiple times. After installation, pc restarts and starts to display UNACCESSIBLE_BOOT_DEVICE, or , if i insert USB again and click...