How do I mount/umount zfs filesystems in solaris?



  • # zfs mount test_pool/fs2
    
    # zfs umount /test_pool/fs2
    

    or

    # zfs umount test_pool/fs2
    

    or

    # umount /test_pool/fs2
    

    You can use the -f option with umount if the device is busy.



© Lightnetics 2024