Examine this output:
The ACFS disk group has 10 GB free space and the file system is currently mounted.
You execute this command to increase the volume size:
ASMCMD >volresize –G ACFS –s 3G VOL1
Which statement is true regarding the outcome?
A.
It succeeds
B.
It fails because the file system must be unmounted before resizing.
C.
It fails because resizing a volume containing an ACFS file system must be performed using ACFSUTIL.
D.
It succeeds but the file system is automatically unmounted.
E.
It fails because the –f option is not specified.
Explanation:
If there is an Oracle ACFS file system on the volume, then you cannot resize the volume with the volresize
command. You must use the acfsutil size command, which also resizes the volume and file system.
https://docs.oracle.com/cd/E11882_01/server.112/e18951/asm_util007.htm#OSTMG94769
C