Outil de formatage basse niveau HDD

Solved
Jampit Posted messages 2 Status Member -  
 jampit -
Hello,
After formatting my hard drive, it appears as an icon with a question mark on it.
How can I format it to NTFS for normal use?

6 answers

  1. Jampit Posted messages 2 Status Member 2
     
    I can see the disk grayed out when I use this command, but I have no option to format it. The command is also grayed out.
    2
  2. jb.lugherini Posted messages 1054 Registration date   Status Member Last intervention   372
     
    We will try with DiskPart then:
    - Start DiskPart: for this, start --> run (shortcut Windows + R) type diskpart and click OK

    - List the disks: type
    List Disk

    - Choose the disk to format
    Select Disk xx
    (xx being the number representing the USB drive)

    And execute these commands, 1 by 1 (1 command = 1 line)
    clean
    create partition primary
    format FS=NTFS Quick
    active
    assign


    and finally exit
    exit
    1
  3. jb.lugherini Posted messages 1054 Registration date   Status Member Last intervention   372
     
    Hello,

    What version of Windows do you have? XP, Vista, 7, 8?
    0
  4. jb.lugherini Posted messages 1054 Registration date   Status Member Last intervention   372
     
    Right-click on My Computer --> Manage
    Then Disk Management

    Right-click on the concerned partition, format
    0
  5. jampit
     
    Thank you, it works perfectly
    You helped me a lot, it's the first time I've encountered this issue.
    Thanks again
    0