Mount behaviors of zFS

This topic describes the mount behaviors of zFS.
  • You can use /// as a placeholder in file system names for mount processing to substitute ZFS or HFS as appropriate.
    1. The system first substitutes the characters ZFS and checks the file system. If the system determines that it is not a ZFS file system, it gives the mount to zFS to process.
    2. If it is an HFS file system, then the system substitutes the characters HFS and checks the file system. If the system determines that it is an HFS file system, it gives the mount to HFS to process. If it is not an HFS file system, it gives the mount to zFS to process.