⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 format.txt

📁 上一个上传的有问题,这个是好的。visopsys包括系统内核和GUI的全部SOURCE code ,还包括一些基本的docs文档。里面src子目录对应所有SOURCE code.对于想研究操作系统的朋
💻 TXT
字号:
 -- format --This command will create a new, empty filesystem.Usage:  format [-l] [-n name] [-s] [-t type] [-T] [disk_name]The 'format' program is interactive, and operates in both text and graphicsmode.  The -l option forces a 'long' format (if supported), which clears theentire data area of the filesystem.  The -n option sets the volume name(label).  The -s option forces 'silent' mode (i.e. no unnecessary outputor status messages are printed/displayed).  The -T option forces format tooperate in text-only mode.  The -t option is the desired filesystem type.  Currently the default type,if none is specified, is FAT.  The names of supported filesystem types aredependent upon the names allowed by particular filesystem drivers.  Forexample, the FAT filesystem driver will accept the generic type name 'fat',in which case it will then choose the most appropriate FAT subtype for thesize of the disk.  Otherwise it will accept the explicit subtypes 'fat12','fat16' or 'fat32'.  Other filesystem types can be expected to exhibit thesame sorts of behaviour as they are developed.Some currently-supported arguments to the -t option are:  none        : Erases all known filesystem types  fat         : DOS/Windows FAT    fat12     : 12-bit FAT    fat16     : 16-bit FAT    fat32     : 32-bit FAT, or VFAT  ext         : Linux EXT    ext2      : Linux EXT2 (EXT3 not yet supported)  linux-swap  : Linux swapThe third (optional) parameter is the name of a (logical) disk to format(use the 'disks' command to list the disks).  A format can only proceed ifthe driver for the requested filesystem type supports this functionality.Options:-l         : Long format-n <name>  : Set the volume name (label)-s         : Silent mode-t <type>  : Format as this filesystem type.-T         : Force text mode operation

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -