Which command will resize an ACFS file system on the DATA diskgroup? -The ADVM
volume is named VOL1. -The mount point is >/u01/app/oracle/afsmounts/vol1. -The new,
larger size is 20G.
A.
fsadm /u0l/app/orlacle/afsmounts/vol1 20G
B.
None, an ACFS file system cannot be resized.
C.
ASMCMD [+] > volsize -G data -s 20G VOL1
D.
SQL> ALTER DISKGROUP data RESIZE VOLUME vol1 SIZE 20G;
E.
/sbin/acfsutil size 20G /u01/app/oracle/afsmounts/vol1