mkfs

mkfs
常用释义
mkfs

扩展信息

创建文件系统
处理文件系统的工具包括创建文件系统mkfs)、查看和更改文件系统属性(tune2fs和dumpe2fs)、挂载/卸载文件系统(mou…
建立各种文件系统
目录 - 51CTO.COM ... 6.21 mkraid( 初始化磁盘阵列) 347 6.27 mkfs建立各种文件系统) 354 6.34 mount( 加载设备) 3…
建立文件系统
Unix常用命令 - 平凡的世界 ... mkdir 建立目录 mkfs 建立文件系统 mount 安装文件系统 ...
创建各种文件系统
linux基本命令大全 - Linux - 红黑联盟 ... mkdir 创建目录 mkfs 创建各种文件系统 miunt 挂入文件系统 ...
格式化磁盘分区
unbuntu 命令汇总 - 暂无 - BlogJava ... 配置/显示硬盘分区 <mkfs> 格式化磁盘分区 检查/修复磁盘错误 ...
文件系统操作
中,分区的一种格式有错误,清单显示了 strace 的开头部分,内容是关于调出创建文件系统操作mkfs )的。strace 确定哪 …
格式化文件系统
UNIX/Linux 系统管理技术手册 -... ... 6.5.7 umask: 分配默认的权限 8.9.6 mkfs格式化文件系统 10.6.2 dd: 处理位流 ...

例句

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)在磁盘上创建文件系统。