17.18.3 Building the file system for storing synonym dictionary files
The file system for storing synonym dictionary files is built in the active system.
The following execution example initializes /dev/vg_hadb03/hadb_syndict, which was created as the LV for storing synonym dictionary files, as an ext4 file system.
mkfs -t ext4 /dev/vg_hadb03/hadb_syndict
The superuser must execute the preceding command.