English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Der Linux mformat Befehl

Linux Command大全

Der Linux mformat Befehl wird verwendet, um MS-Festplatten des DOS Dateisystems formatiert.

DOS Dateisystem auf einer bereits niedrig formatierten Platte erstellt. Wenn man während der Programmierung von mtools USE_2,M Parameter geöffnet, einige davon sind 2,M Formatparameter haben eine Wirkung. Andernfalls haben diese Parameter (wie S,2,1,M) hat keine Wirkung.

Syntax

mformat [-t Zylinder] [-h Köpfe] [-s Sektoren] [-l volume_label] [-F] [-I fsVer-sion] [-S sizecode] [-2 sectors_on_track_0] [-M software_sector_size] [-a] [-X] [-C] [-H hidden_sectors] [-r root_sectors] [-B boot_sector] [-0 rate_on_track_0] [-A rate_on_other_tracks] [-1] [-k] Laufwerk:

Parameter:

  • -t Spindel (synlider) Anzahl
  • -h Kopf (head) Anzahl
  • -s Anzahl der Sektoren pro Spur
  • -l Label
  • -F Formatiert die Festplatte als FAT32 Format, aber dieser Parameter ist noch im Experiment.
  • -Ich setze FAT32 Version Nummer in der chinesischen Version. Dies ist natürlich auch noch im Experiment.
  • -S Sector size code, calculated as sector = 2^(Size Code+7)
  • -c The number of sectors in a cluster. If the given number would cause the cluster count to exceed the FAT table limit, mformat will automatically increase the sector count.
  • -s
  • -M Software sector size. This number is the system-reported sector size. It is usually the same as the actual size.
  • -a If this parameter is added, mformat will generate a set of Atari system serial numbers for this diskette.
  • -X Format the diskette into XDF format. You must use the xdfcopy command to perform low-level formatting on the diskette before using it.
  • -C Generate an MS-DOS file system disk image (disk image). Of course, this parameter is meaningless for a physical disk drive.
  • -H The number of hidden sectors. This is usually applicable when formatting the partition of a hard disk, because there is usually a partition table before the partition. This parameter has not been tested and should not be used if possible.
  • -n Disk number
  • -r The size of the root directory, in units of sectors. This parameter only applies to FAT12 and FAT16 Valid.
  • -B Use the boot sector of the specified file or device as the boot sector of this diskette or partition. Of course, the hardware parameters will change accordingly.
  • -k Try to keep the original boot sector.
  • -0 Data Transfer Rate of the 0 Track
  • -A Data Transfer Rate Beyond the 0 Track
  • -2 Use 2m Format
  • -1 Do not use 2m Format

Online Examples

Use the preset value to set a: (which is /dev/Format the diskette in (fd0) here.

mformat a:

Linux Command大全