Converting a UFS File System to VxFS
The vxfsconvert command can be used to convert a UFS file system to a VxFS file system.
How to Convert a File System
To convert a UFS file system, use the vxfsconvert command:
vxfsconvert [-l logsize] [-s size] [-efnNvyY] special
-e
|
Estimates the amount of space required to complete the conversion.
|
-f
|
Displays the list of supported file system types.
|
-l logsize
|
Specifies the size of the file system intent log.
|
-n|N
|
Assumes a no response to all questions asked by vxfsconvert.
|
-s size
|
Directs vxfsconvert to use free disk space past the current end of the file system to store VxFS metadata.
|
-v
|
Specifies verbose mode.
|
-y|Y
|
Assumes a yes response to all questions asked by vxfsconvert.
|
special
|
|
See the vxfsconvert(1M) manual page for more information about converting a UFS file system to a VxFS file system.
Example
To convert a UFS file system to a VxFS file system with an intent log size of 4096 blocks, enter:
# vxfsconvert -l 4096 /dev/vx/rdsk/diskgroup/volume
|