answersLogoWhite

0


Best Answer

FDISK

User Avatar

Wiki User

βˆ™ 15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What DOS command is used to partition a hard drive for FAT file system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the mount command in Linux?

The mount command instructs the kernel to access the file system on a partition or device.


Hard drive partition?

Many drives come with a single partition already set up, but all storage devices are just treated as a mass of unallocated, free space when they contain no partitions. To actually set up a file system and save any files to the drive, the drive needs a partition. The partition can contain all of the storage space on the drive or just some of it. On many storage devices, a single partition will often take up the entire drive. Partitions are necessary because you can’t just start writing files to a blank drive. You must first create at least one container with a file system. We call this container a partition. You can have one partition that contains all the storage space on the drive or divide the space into twenty different partitions. Either way, you need at least one partition on the drive. After creating a partition, the partition is formatted with a file system β€” like the NTFS file system on Windows drives, FAT32 file system for removable drives, HFS+ file system on Mac computers, or the ext4 file system on Linux. Files are then written to that file system on the partition.


Is the bootmgr file stored in the boot partition or the system partition?

the BootMgr file and the BCD file are stored in the system partition


What is it called when a partition is formatted with file system and assigned a drive letter?

Volume


Does changing the size of a partition or changing a file system on a drive erases everything on the logical drive?

yes


What is the function of FORMAT command?

FORMAT is a Microsoft command-line utility that is used for disk formatting. The function of the command prompt is to format a partition of the file system.


Is the bootmgr file stored in the boot partition or system partition?

system partition


How many file system are there in one hard drive?

Most hard drives have only one partition. Each partition is formatted according to one file system. So most hard drives have only one file system. However, many hard drives have two or more partitions. One common approach is to "dual boot" a computer, with Linux on one partition in the ext4 file system format, and Windows on another partition in the NTFS file system.


When a partition is formatted with a file system and assigned a drive letter it is called a volume true or false?

not sure


What is the disadvantage of totally removing the paging file from the boot partition?

In case of system memory dump you might not be able to get the dump file. Leave at least 1Gb of page file on your system drive and the rest assigned to a different drive.


Is an extended partition formatted with a file system?

An extended partition is simply that, a partition. It may be formatted with a file system or it may not. Of course, in the latter case, it will be of no use.


What command do you use to create Linux file systems?

The command is mkfs. Though usually most people will use: mkfs.<filesystem type> /dev/sdXY Where X is the drive and Y is the partition. For example: mkfs.ext4 /dev/sda3 means "Create an ext4 filesystem on the third partition of the first drive."