Encrypted Volume and File System v2.2 Administrator Guide (777846-001, April 2014)

This command creates the EVFS raw and block device files /dev/evfs/vg01/rlvol1 and
/dev/evfs/vg01/lvol1.
2. Create a file system on the EVFS volume mapped for file level encryption, using either one of
the following commands:
# newfs F vxfs /dev/evfs/vg01/rlvol1
or
# newfs F vxfs /dev/vg01/rlvol1
3. Mount the file system on the /efsmnt directory:
# mount F vxfs -o stackfs=sefs /dev/evfs/vg01/lvol1 /efsmnt
You can modify /etc/fstab to include it, as follows:
/dev/evfs/vg01/lvol1 /efsmnt vxfs stackfs=sefs,delaylog 0 2
Performing operations on an EFS file system 107