Choose the two correct commands that will successfully create an ASM cluster file system
(ACFS) and register the mount point on a Linux/UNIX system.
A.
mkfs -t asm /dev/asm/testvol-461 -n “testvol”
B.
mkfs -t acfs /dev/asm/testvol-461 “testvol”
C.
crsctl -r mountpoint /dev/asm/testvol-461 /u01/app/grid/acfsmounts/acfs_testvol
D.
acfsutil registry -a -f /dev/asm/testvol-461 /u01/app/grid/acfsmounts/acfs_testvol
A: is incorrect, ASM is completely shared storage solution it is not a File system.
Correct answers are: B,D.