Linux fdformat命令
Linux 教程
· 2019-02-15 13:00:45
Linux fdformat命令用于对指定的软碟机装置进行低阶格式化。
使用这个指令对软碟格式化的时候,最好指定像是下面的装置:
- /dev/fd0d360 磁碟机 A: ,磁片为 360KB 磁碟
- /dev/fd0h1440 磁碟机 A: ,磁片为 1.4MB 磁碟
- /dev/fd1h1200 磁碟机 B: ,磁片为 1.2MB 磁碟
如果使用像是 /dev/fd0 之类的装置,如果里面的磁碟不是标准容量,格式化可能会失败。在这种情况之下,使用者可以用 setfdprm 指令先行指定必要参数。
语法
fdformat [-n] device
参数:
- -n 关闭确认功能。这个选项会关闭格式化之后的确认步骤。
实例
fdformat -n /dev/fd0h1440
将磁碟机 A 的磁片格式化成 1.4MB 的磁片。并且省略确认的步骤。
点击查看所有 Linux 教程 文章: https://codercto.com/courses/l/14.html
Twenty Lectures on Algorithmic Game Theory
Tim Roughgarden / Cambridge University Press / 2016-8-31 / USD 34.99
Computer science and economics have engaged in a lively interaction over the past fifteen years, resulting in the new field of algorithmic game theory. Many problems that are central to modern compute......一起来看看 《Twenty Lectures on Algorithmic Game Theory》 这本书的介绍吧!