English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Comprehensive List of Linux Commands
The Linux fdformat command is used to perform low-level formatting on the specified floppy drive device.
When using this command to format a diskette, it is best to specify devices like the following:
If using something like /dev/Devices like fd0, if the disk inside is not of standard capacity, formatting may fail. In this case, the user can use the setfdprm command to specify the necessary parameters in advance.
fdformat [-n] device
Parameters:
fdformat -n /dev/fd0h1440
Format the diskette of drive A into 1.4MB disk platter. And omit the confirmation steps.