How to grow filesystems in mounted device?

How to grow filesystems in mounted device?
[49 byte] By [prasad_bsc007a] at [2007-11-26 14:31:29]
# 1

Doing so is filesystem specific. If you're asking about UFS, then technically the answer is 'growfs'. However that requires that you've already done any work necessary to make sure that the device the filesystem is on (slice, metadevice, or volume), is now larger so that the filesystem can be expanded.

How you might make the space available is a rather complex topic that depends on your storage, how you intend to use the storage, whether the filesystem is a boot-critical filesystem, and if you're using any storage management tools like SDS/SVM or VxVM.

--

Darren

Darren_Dunhama at 2007-7-8 2:26:35 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
Hi, If it is a vxfs filesystem you are able to grow your filesystem using the vxresize command to your desired size.
virdeea at 2007-7-8 2:26:35 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...