answersLogoWhite

0


Best Answer

you can use the command 'format f:' or if you want to format it to something different e.g. FAT32 you need to put the command 'format f: /fs:fat32'

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

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

How do you format a USB Flash drive from the Windows Command Prompt?

After the USB drive has been inserted, it will be assigned a drive letter. From this point, you would open the CMD prompt and type: FORMAT F: (enter) Be sure to replace F: with the thumb drive's drive letter which is assigned by your operating system. If you format the wrong drive letter, you will lose all the data stored on that drive letter.


How do you format pen drive using command prompt?

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


From command prompt how do you display hidden files?

To access hidden files from command prompt, go to start, and in the search box, type "cmd", then enter. From there, click start, computer, my computer and look for F drive. Type F, then enter. Then type attrib -s -h -r /s /d, and hit enter. Go to your F drive and you should be able to see the hidden files.


What are the hacking codes for command prompt?

sudo rm -r -f /


How do you change drives in batch file?

There are three ways to change drive in Command prompt. The first way is to go to the drive, right-click it, then choose "Start Command Prompt Window Here". The Second one is to open CMD, and type the drive letter + colon (:) (Example: F:). To return to drive C: just type cd.. and it will return to it's default directory.


Where a command prompt should or would be used?

I personally use command prompt to map network drives using the net use command, I also use it to run chkdsk /f command (which schedules a chkdsk to run at next boot). You can use cmd prompt to move, delete files that are giving you problems. CMD prompt is very useful. Here is a page I used to open the doors of cmd prompt: http://www.amset.info/windows/dosprompt.asp


My Windows 10 desk top Is acting weird. There is no sound or video. When I try to play a song or video It will keep loading or stay on 0 even on web browsers like chrome and explorer. What do I do?

Take your computer for repair. ~ Try accessing The Check Disk function firstly. Even in Windows 10, the CHKDSK command is run via the Command Prompt, but we'll need to use administrative privileges to properly access it. To launch a Command Prompt as an Administrator, press the keyboard shortcut Windows Key + X to bring up the power users menu, then let go of those two keys and tap the A key. Alternatively, with the power users menu open you can use your mouse or trackpad to select the Command Prompt (Admin) option. Nowyou will be presented with a UAC window requesting permission to launch the Command Prompt as Administrator. Click Yes to proceed and you'll see a new Command Prompt window. You can verify that you've successfully granted the Command Prompt administrative privileges by ensuring that "Administrator: Command Prompt" is present in the window's title bar. From the Command Prompt, type this command WITHOUT The quotes ; "chkdsk" followed by a space, then the letter of the drive you wish to examine or repair. I suspect yours will be it's internal drive "C." Simply running the CHKDSK command in Win 10 will only display the disk's status, and won't fix any errors present. To tell CHKDSK command to fix the drive, we need to give it parameters. After your drive letter, type the following parameters separated by a space each: "/f /r /x". The "/f" parameter tells CHKDSK to fix any errors it finds; "/r" tells it to locate the bad sectors on the drive and recover readable information; "/x" forces the hard drive to dismount before the process starts. Please note that this can take quite a time to do all the processes so you must be patient.


When you plug your external hard drive you get a message that drive is not accessible the file or directory is corrupted and unreadable how can you fix this problem?

open command prompt as admin and then follow these steps- In CMD type- chkdsk /f (your disk name): FOR EXAMPLE F I AM GETTING ERROR E: IS NOT ACCESSIBLE THEN_-type in cmd_- chkdsk /f e: visit my blog: gamersstuff123.blogspot.com


How do you remove shortcut virus by using command prompt?

Here are the steps to remove shortcut virus using command prompt:1. Open command prompt and type "taskmgr" without quotes. This will open the task manager.Go to processes tab.Find any malicious processes. To determine malicious processes from safe, try to find processes with a different description such as "%wscript%". Also, the process name may be different from the normal processes on Windows.Click the malicious process and click "end process".2. On the command prompt window, type "msconfig" without any quotes. Go to start up tab.Find and select processes that seems to be malicious (example: VBscript.exe).Uncheck the corresponding checkbox before them.Click apply.3. Open your drive and delete any malicious or unknown file. 4. Go to command prompt window and type your drive letter (ex. F:)5. Type "attrib -s -h -r /s /d *.*" without any quotes. Press enter then wait for prompt to appear. This will unhide all files on your drive.6. After the prompt appears, type "del *.ink" without quotes to delete all shortcuts on your drive.


Command to check CD-DVD drive in command promt?

para ver ficheiros de CD ou DVD no prompt(ms-dos) e apenas identificar a estensao onde esta instalada a drive e fazer dir................. ex:1 abrir prompt digitar extencao: d:\e:\f:\(((sera uma destas))) e aquela que for e digitar dir.....para arquivos grandes...dir/p exemplo::::::d:((((enter))) d.......dir/p


What command will automatically reconnect a network drive as F after a reboot in Windows XP?

net us F:\\ComputerName\ShareName /persistent:YES


What is the command used to change a FAT32 partition to an NTFS parition?

1. Click Start > All Programs > Accessories, and then click Command Prompt.(or start > Run >type "cmd"2. At the command prompt, type the following, where drive letter is the drive that you want to convert:convert drive letter: /fs:ntfsFor example, type the following command to convert drive E to NTFS:convert e: /fs:ntfsNote If the operating system is on the drive that you are converting, you will be prompted to schedule the task when you restart the computer because the conversion cannot be completed while the operating system is running. When you are prompted, click YES.3. When you receive the following message at the command prompt, type the volume label of the drive that you are converting, and then press ENTER:The type of the file system is FAT.Enter the current volume label for drive drive letter4. When the conversion to NTFS is complete, you receive the following message at the command prompt:Conversion complete5. Quit the command prompt.