mkfs

mkfs

常用释义

词性释义

mkfs
例句
  • 全部
Thanks to our mkfs. xfs and mount tweaks, your new XFS filesystem will perform much better than it would have otherwise.
多亏了我们的mkfs.xfs和mount调整,您的新XFS文件系统比没这么调整时的性能要好得多。
In Listing 6, a format of a partition is failing, and the listing shows the start of the strace on call out make file system (mkfs).
在清单6中,分区的一种格式有错误,清单显示了strace的开头部分,内容是关于调出创建文件系统操作(mkfs)的。
因此,不要让mkfs.xfs为您的文件系统选择分配组的数目,而是通过使用-dagcount=x选项指定一个数目。
分区创建完成后,用适当版本的mkfs命令对其进行格式化。
Note that there's no need to run mkfs. tmpfs; in fact, it's impossible, as no such command exists.
注意,不需运行mkfs.tmpfs;事实上,那是不可能的,因为没有这样的命令存在。
Listing 6 shows that the ioctl call caused the mkfs program that was used to format a partition to fail.
清单6显示ioctl调用导致用来格式化分区的mkfs程序失败。
如同mkfs一样,对应不同的文件系统类型它有不同的版本。
The newfs command is a front-end to the mkfs program, which created UFS filesystems on disk partitions.
newfs命令是mkfs程序的前端,该命令在磁盘分区上创建UFS文件系统。
我使用fdisk在它上面创建一个分区,然后使用mkfs在那个分区上创建一个文件系统。
When you're done, you can use the normal Linux file system-management tools, such as mkfs, to create file systems on your disk.
创建分区后,您可以使用普通的Linux文件系统工具(比如mkfs)在磁盘上创建文件系统。