创建文件系统(FS)和必需的名称。
在创建文件系统后给它添加一个标签。
然后,可以使用crfs创建文件系统。
如何创建文件系统?
创建文件系统之后,尝试挂载文件系统。
Once the Filesystem is created, try mounting the file system.
在创建文件系统的过程中,我们定义不自动挂载它们。
During the creation of the filesystems, we defined that they should not automatically be mounted.
您可以使用db2cluster命令创建文件系统。
You can create a file system using the db2cluster command. As root, complete the following steps.
然后在逻辑卷上创建文件系统,这就像传统配置中的分区。
File systems are then created on logical volumes, which are treated much like partitions in a conventional configuration.
而在使用ZFS的情况下,创建文件系统需要约两秒时间。
The creation of the file system in this case took about two seconds.
我执行snapshot命令来创建文件系统的外部快照。
I executed the snapshot command to create an external snapshot of the file system.
不过,我们不能直接在卷组上安装或创建文件系统。
However, we can't mount or create filesystems on a volume group directly. Instead, we can tell LVM to create one or more "logical volumes" using our volume group storage pool.
要在以前定义的片上创建文件系统,需要使用newfs命令。
In order to create a filesystem on a previously defined slice, you need to use the newfs command.
ZFS的一个引人注目的特性是它能够很快地创建文件系统本身。
A fascinating feature of ZFS is that is quickly creates the file system itself.
我们在文中了解了如何添加用户、创建文件系统和备份WPAR。
最后,使用mkreiserfs在这个新逻辑卷之上创建文件系统。
Finally, we use mkreiserfs to create a filesystem on top of our new logical volume.
您可以使用tunefs工具或在创建文件系统时,调整保留的空闲空间的大小。
You can adjust the amount of free space that is reserved (using the tunefs tool), or when creating the file system.
可能需要创建一个或多个分区,用这些分区创建逻辑卷,最后在逻辑卷中创建文件系统。
You may need to create one or more partitions to hold logical volumes, then create the logical volumes in which you'll ultimately create file systems.
include包含了FUSEapi头,您需要这些文件来创建文件系统。
Include contains the FUSE API headers, which you need to create a filesystem.
接下来就可以格化md0,为其创建文件系统,并像任何其他分区一样使用它。
Md0 can then be formatted to contain a filesystem and used like any other partition.
然后,您可以使用newfs(或某个文件系统特定的命令)来创建文件系统。
You can then use newfs (or one of the file system specific commands) to create the file system.
有一些程序(包括创建文件系统的程序)直接操作于磁盘或者分区的原始扇区上;
A few programs (including, reasonably enough, programs that create filesystems) operate directly on theraw sectors of a disk or partition;
您不能从WPAR创建文件系统或卷组,只能从全局环境 (LPAR) 创建。
You cannot create a f/s or volume group from the WPAR, only from the global environment (LPAR).
通过在称为挂载点的点将文件系统挂载到不同的设备上来创建文件系统的单一树形视图。
You create the single tree view of the filesystem by mounting the filesystems on different devices at a point in the tree called a mount point.
当创建文件系统时,管理员可以选择逻辑块的大小(通常大小可选择1024、2048和4096字节)。
The administrator can choose the logical block size when creating the filesystem (typical sizes are 1024, 2048, and 4096 bytes).
创建分区后,您可以使用普通的Linux文件系统工具(比如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.
并对其中的系统驱动,创建文件系统,IP伪装等技术难点进行了仔细的剖析,提出了自己的观点。
Then, in one chapter of this article a detailed analysis about some application hotspots such as system driver, file system and IP masquerade is also made.
lib中存放的是创建fuse库的源代码,您需要将它们与您的二进制文件链接在一起来创建文件系统。
Lib holds the source code to create the FUSE libraries that you will be linking with your binaries to create a filesystem.
一旦完成了这两步,您就可以创建自己的RAID卷,在这些卷上创建文件系统,最后就可以挂载这些卷了。
Once these two steps are complete, you'll be able to create your own RAID volumes, create Filesystems on the volumes, mount them, etc.
另外,在创建文件系统的时候不再需要分配索引节点,因为现在它们是由JFS2动态分配的(这意味着将不会耗尽索引节点)。
Furthermore, you do not need to assign inodes anymore when creating file systems, as they are now dynamically allocated by JFS2 (meaning you won't be running out of them).
下面的命令创建一个文件系统,成功创建文件系统之后,在 /etc/filesystems文件中创建新文件系统的记录。
The following listing shows the commands to create a filesystem and the record of the new filesystem's entry in the /etc/filesystems file once it is successfully created.
应用推荐