1.2. GFS 和 GFS2 之间的差别
这部分列出了相比 GFS,GFS2 提供的改进和不同。
Migrating from GFS to GFS2 requires that you convert your GFS file systems to GFS2 with the
gfs2_convert
utility. For information on the gfs2_convert
utility, see 附录 A, 将文件系统从 GFS 转换为 GFS2.
1.2.1. GFS2 命令名称
In general, the functionality of GFS2 is identical to GFS. The names of the file system commands, however, specify GFS2 instead of GFS. 表 1.1 “GFS 和 GFS2 命令” shows the equivalent GFS and GFS2 commands.
GFS 命令 | GFS2 命令 | 描述 | ||||
---|---|---|---|---|---|---|
mount | mount | 挂载文件系统。 系统可以确定文件系统的类型是 GFS 还是 GFS2。有关 GFS2 挂载选项的详情请参考 gfs2_mount(8) man page。 | ||||
umount | umount | 卸载文件系统 | ||||
|
| 检查并修复卸载的文件系统。 | ||||
gfs_grow | gfs2_grow | 增大挂载的文件系统。 | ||||
gfs_jadd | gfs2_jadd | 在某个挂载的文件系统中添加日志 | ||||
|
| 在存储设备中创建文件系统。 | ||||
gfs_quota | gfs2_quota | 在挂载的文件系统中管理配额。 | ||||
gfs_tool | gfs2_tool | 配置、调试文件系统或者收集有关文件系统的信息。 | ||||
gfs_edit | gfs2_edit | 显示、输出或者编辑文件系统内部结构。gfs2_edit 命令可用于 GFS 文件系统,也可用于 GFS2 文件系统。 |
GFS2 文件系统命令支持选项的完整列表请参考那些命令的 man page。