mkfs
- 网络创建文件系统;文件系统操作;建立文件系统;建立各种文件系统
-
It will have different versions for different file system types , just like mkfs .
如同mkfs一样,对应不同的文件系统类型它有不同的版本。
-
Must be a valid option for mkfs – t.
必须是mkfs–t的有效选项。
-
Once created , partitions are formatted with the correct version of the mkfs command .
分区创建完成后,用适当版本的mkfs命令对其进行格式化。
-
I create a partition on it using fdisk , then create a filesystem on that partition using mkfs .
我使用fdisk在它上面创建一个分区,然后使用mkfs在那个分区上创建一个文件系统。
-
Creating Linux filesystems can also be performed using mkfs , which is a front end to the mke2fs tool .
还可以使用mkfs来创建Linux文件系统,该命令是mke2fs工具的前端。
-
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)在磁盘上创建文件系统。
-
Note that there 's no need to run mkfs . tmpfs ; in fact , it 's impossible , as no such command exists .
注意,不需运行mkfs.tmpfs;事实上,那是不可能的,因为没有这样的命令存在。
-
The newfs command is a front-end to the mkfs program , which created UFS filesystems on disk partitions .
newfs命令是mkfs程序的前端,该命令在磁盘分区上创建UFS文件系统。
-
File systems will have their own version of the mkfs , such as the mkfs . ext2 , or the mkfs.ext3 .
文件系统将有其自己版本的mkfs,比如mkfs.ext2或者mkfs.ext3。
-
In a matter of minutes I was able to create a pair of512 GB volumes , attach them to an EC2 instance , create file systems on them with mkfs , and then mount them .
在短短的几分钟内,我就创建了一对512GB的卷,并把它们挂接到EC2实例上,然后用mkfs在上面创建文件系统,最后挂载它们。
-
And while a traditional ramdisk is a block device and requires a mkfs command of some kind before you can actually use it , tmpfs is a filesystem , not a block device ; you just mount it , and it 's there .
而且传统的虚拟磁盘是个块设备,并需要一个mkfs之类的命令才能真正地使用它,tmpfs是一个文件系统,而不是块设备;您只是安装它,它就可以使用了。