answersLogoWhite

0

How do you format pen drive using command prompt?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

Command Prompt can't really help you identify the drive letter of the pen drive so I'm hoping you've already got that information, perhaps from looking in My Computer/Windows Explorer

let's say the pen drive is F:

type format F:

hit return

accept/confirm any prompts

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you format pen drive using command prompt?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you format USB Drive through CMD?

Start ->Run -> Cmd .Hit enter button. Then command prompt will appears on the screen.By using format command you can format your PenDrive. Then type format j: /FS:FAT32 Here j is a drive letter.


How can you format the computer?

yes u can format your pc or os by formating drive where os is installed through 1> by right click on drive and format 2> by using boot CD or 3> by using command prompt


What would you do to make a startup disk using windows 98?

insert floppy drive and go to command prompt and run format /s a:


How you can convert your flash memory drive from RAW to fat or fat32?

to access your flash drive you should be able to open my computer and then listed with the drives should be your flash drive you can just right click and then go to open. However, if this does not work do the following to convert to FAT or NTFS: To convert a volume to NTFS or FAT from the command prompt Open the Command Prompt window. In the command prompt window, type convert drive_letter: /fs:ntfs For example, typing convert D: /fs:ntfs would format drive D: with the ntfs format. Notes To open a command prompt, click Start, point to All Programs, point to Accessories, and then click Command Prompt. You can convert FAT or FAT32 volumes to NTFS with this command.


How do you do next line in command prompt?

when using command prompt, after you give it a command, press the enter button. Command prompt will then carry out the task and will automatically go to the next line.


What is the s switch in formats?

When using the format command in DOS, the /s command-line argument "format c: /s" tells the system to copy over the system files necessary to make the drive DOS bootable. It is the same as using the "sys" command after finishing the format.


How do you format system drive?

The question is a bit vague. You need to specifiy what you are trying to do and what operating system you are using. For instance, if you are at a command prompt in DOS or Windows you could type in FORMAT C: /S and the drive designated by the C: (c drive) would be formatted and bootable system files would be added (/S). Please be more specific when you re-ask your question.


How can you bypass internet filtering using command prompt?

Its not possible from DOS Prompt..


Is there a program that will erase or format your hard drive?

Yes, partition magic is the most widely used third party software to format the harddrive Also it can be formatted using the command prompt Syntax: format <driveletter>:/q where the parameter q stands for quick format Example format d:/q Note: Do not try to use the format command for the drive letter C: since mostly ,it is the default path of windows installation and all system files It may result to improper startup of the PC or PC may not start again after reboot


How do you run checksum from DOS prompt?

You can do it by using "chkdsk" command.


How do you change registry using command prompt which name is in spaces?

You can start registry editor using command prompt by using "regedit" command. You can also use registry tools such as "regedit /restore" or "regedit /fix" etc.


What is the command to run your programexe using the command prompt?

Run program.exeorthe name of the program, with or without .exe (if the command prompt is in the same directory/folder of the executable)