このコンテンツは選択した言語では利用できません。
4.8. gfs2-utils
The gfs2-utils packages provide the user-level tools necessary to mount, create, maintain and test
GFS2
file systems.
If gfs2 is used as the root file system, the first boot attempt will fail with the error message "
fsck.gfs2: invalid option -- a
". To work around this issue:
- Enter the root password when prompted.
- Mount the root file system manually:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow mount -o remount,rw /dev/VolGroup00/LogVol00 /
mount -o remount,rw /dev/VolGroup00/LogVol00 /
- Edit the /etc/fstab file from:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow to/dev/VolGroup00/LogVol00 / gfs2 defaults 1 1
/dev/VolGroup00/LogVol00 / gfs2 defaults 1 1
Copy to Clipboard Copied! Toggle word wrap Toggle overflow /dev/VolGroup00/LogVol00 / gfs2 defaults 1 0
/dev/VolGroup00/LogVol00 / gfs2 defaults 1 0
- Reboot the system.
Important
Note, however that using
GFS2
as the root file system is unsupported.