zfs creates mountpoint of (pool)/mountpoint?
- Reply: David Christensen : "Re: zfs creates mountpoint of (pool)/mountpoint?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Apr 2023 23:47:55 UTC
Hello, When I do a: # zfs create zroot/data And then a: # zfs list|grep data zroot/data 96K 898G 96K /zroot/data Then I see a mount point of /zroot/data I want and would expect it to be mount point /data Ggogling how to set mount point I found: # zfs set mountpoint=/data zroot/data root@ansible:~ # zfs list | grep data zroot/data 96K 898G 96K /data Can I create zfs datasets so it is mounted on /mountpoint instead of pool/mountpoint? T hanks for reading so far, Cor