|
发表于 2006-9-13 15:56:11
|
显示全部楼层
The ext2online tool resizes ext2 file systems while they are mounted and in use by the
system. It is OK to resize the filesystem even while programs have open files and are
writing into the filesystem. [color="Red"]It is only possible to enlarge a mounted filesystem. It is
possible to use ext2resize(8) to shrink and enlarge an unmounted filesystem. To be able
to use ext2online, you need to have the Online ext2 resize support (CONFIG_EXT2_RESIZE)
feature enabled in the kernel (after applying the appropriate patch for the 2.x series of
kernels). |
|