Windows 10: DOS format command

Discus and support DOS format command in Windows 10 Network and Sharing to solve the problem; DOS format command -- a few questions 1 Format /p:2 would do an initial sector zero-fill followed by 2 random fills. What's in a random fill? Is it a... Discussion in 'Windows 10 Network and Sharing' started by jnq ckz, Jul 29, 2020.

  1. jnq ckz Win User

    DOS format command


    DOS format command -- a few questions

    1 Format /p:2 would do an initial sector zero-fill followed by 2 random fills. What's in a random fill? Is it a sector-long string of a single non-zero character, or a random string of different characters e.g. x'7f38e2 ...'?

    2 Is there any way to break up multiple randomizer runs? Based on % complete estimates, the zero-fill would take 7.5 hours on one of my old HD's, and each randomizer would add another 7 hours. I'd like to be able to break up the work into separate chunks rather than a single big chunk.

    Thanks and regards, John

    :)
     
    jnq ckz, Jul 29, 2020
    #1
  2. Fernandz Win User

    How To Format A Write Protected Flash Memory ?

    ¿You already tried this one?...

    Run CMD


    1. diskpart
    2. list disk

    Then in the 3º step, put the correct number of disk in the list for the usb flash (if it's listed in disk 3, then you'll have to write select disk 3).

    2. select disk #
    3. clean
    4. create partition primary
    5. select partition 1
    6. active
    7. format fs=fat32
    8. assign
    9. exit

    with that commands you will format the flash drive in fat32, if you have a large drive you can select also "format fs=ntfs" in step 7.

    good luck!
     
    Fernandz, Jul 29, 2020
    #2
  3. Naki Win User
    GPU-Z what command line parameter ?

    Suggestion: /? (-?) and /help (-help) command-line arguments to show a list of all possible arguments in a small window. *Smile DOS format command :)
     
  4. topgundcp Win User

    DOS format command

    Cannot Format HD


    Need to initialize it as GPT disk type with HD > 2TB:
    From Admin command prompt:
    1. diskpart
    2. list disk =====> Take a note of disk # for the 4TB HD
    3. select disk # ====> From step 2
    4. clean
    5. exit
    Open Disk Management and initialize the disk as GPT, create simple then format.
     
    topgundcp, Jul 29, 2020
    #4
Thema:

DOS format command

Loading...
  1. DOS format command - Similar Threads - DOS format command

  2. Extracting informations from a DIR /S command via DOS commands?

    in Windows 10 Network and Sharing
    Extracting informations from a DIR /S command via DOS commands?: Hi, I need to make a list of a folder's content on a server put this result in a Data filtered Excel file. I only have access to this folder via a mapped drive. This list will be used to identify which files can be migrated to another place, mainly document types of files. I...
  3. DOS Command Line maybe.

    in Windows 10 Gaming
    DOS Command Line maybe.: I have a directory with filenames “Photo001.jpg” thru “Photo099.jpg”. Using Windows 11.How can I easily add an “AV-“ prefix to each file name in the directory without changing anything else in the filename?Thanks...
  4. DOS Command Line maybe.

    in Windows 10 Software and Apps
    DOS Command Line maybe.: I have a directory with filenames “Photo001.jpg” thru “Photo099.jpg”. Using Windows 11.How can I easily add an “AV-“ prefix to each file name in the directory without changing anything else in the filename?Thanks...
  5. Am I using correct DOS commands?

    in Windows 10 Gaming
    Am I using correct DOS commands?: Hi, my PC is running Windows 10. I am trying to copy a list of 750 files which look like xxxxx.mp3 from one location on my D: hard drive to an empty folder My50s I created on my C: Desktop. I have tried in DOS command xcopy D:\CD’s\21437.mp3 C:\Desktop\My50s The command does...
  6. Am I using correct DOS commands?

    in Windows 10 Software and Apps
    Am I using correct DOS commands?: Hi, my PC is running Windows 10. I am trying to copy a list of 750 files which look like xxxxx.mp3 from one location on my D: hard drive to an empty folder My50s I created on my C: Desktop. I have tried in DOS command xcopy D:\CD’s\21437.mp3 C:\Desktop\My50s The command does...
  7. Am I using correct DOS commands?

    in Windows 10 Network and Sharing
    Am I using correct DOS commands?: Hi, my PC is running Windows 10. I am trying to copy a list of 750 files which look like xxxxx.mp3 from one location on my D: hard drive to an empty folder My50s I created on my C: Desktop. I have tried in DOS command xcopy D:\CD’s\21437.mp3 C:\Desktop\My50s The command does...
  8. Powershell or DOS commands for diagnosing peer to peer network

    in Windows 10 Network and Sharing
    Powershell or DOS commands for diagnosing peer to peer network: It would seam we would have some tools for diagnosing 1903 share problems. ipconfig net use net start ping. For a share to work I PC needs to belong to a workgroup. I get a IP address is involved somehow and in a way a network \\computername\share is representation of a IP...
  9. DOS Command issued from Batch file

    in Windows 10 Network and Sharing
    DOS Command issued from Batch file: I have been running a batch file to list my personal file, and output the listing to a text file in a folder dv7. I then use the text file to compare to files on another computer or external drive, as backup. For some reason it no longer works. The command in the BAT file...
  10. Differences in format of DOS command results

    in Windows 10 Support
    Differences in format of DOS command results: OK, so I am doing some stuff in DOS, not geeky stuff but playing around. I have two computers that I can use, both with W10. So, I do a 'DIR' command, saving to a file, and then look at it. Then same again on the other computer. It annoys me that the format of the results...