在创建文件系统的过程中,我们定义不自动挂载它们。
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.
我执行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.
我们在文中了解了如何添加用户、创建文件系统和备份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.
MTD_CHAR提供对闪存的原始字符访问,而MTD_BLOCK将闪存设计为可以在上面创建文件系统的常规块设备(象ide磁盘)。
MTD_CHAR provides raw character access to the flash, while MTD_BLOCK projects the flash as a normal block device (like an ide disk), on which a filesystem can be created.
在清单6 中,分区的一种格式有错误,清单显示了 strace 的开头部分,内容是关于调出创建文件系统操作(mkfs )的。
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).
转换是安全的、可逆的、并且令人难以置信地简单,和到XFS、JFS或ReiserFS 的转换不同,您不必备份和从头创建文件系统。
The transition is safe, reversible, and incredibly easy, and unlike a conversion to XFS, JFS, or ReiserFS, you don't need to back up and recreate your filesystems from scratch.
在短短的几分钟内,我就创建了一对512gb的卷,并把它们挂接到EC2实例上,然后用mkfs在上面创建文件系统,最后挂载它们。
In a matter of minutes I was able to create a pair of 512 GB volumes, attach them to an EC2 instance, create file systems on them with MKFS, and then mount them.
在创建文件系统、启用配额机制并把QuotaLimitClass与用户或组关联起来之后,就可以向所有NFS客户机导出文件系统了。
After creating the filesystem, enabling the quota system, and associating the quota Limit Class to a particular user and group, you are ready to export the filesystem to all NFS clients.
在使用这个命令创建文件的文件系统或者目录中设置了继承。
Inheritance is set on the file system or the directory where the file is being created using this command.
在使用这个命令创建文件的文件系统或者目录中设置了继承。
Inheritance is set on the file system or the directory where the file is being created using this command.
应用推荐