You might wonder how Veritas' GUI can expand Solaris ufs file systems, online, without losing data, when Sun support will tell you it's not possible. Well, you just have to know the "undocumented" -M option to mkfs to make it happen.
# /usr/lib/fs/ufs/mkfs -F ufs -M [mountpoint] [vx rdsk device] [volsize from vxprint]
Be careful. If you forget the -M option, you will end up with a brand-new, EMPTY file system.

0 comments:
Post a Comment