Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2023 01:47:55 +0200
From:      ICT builder <builder@vernuftiger.nl>
To:        questions@freebsd.org
Subject:   zfs creates mountpoint of (pool)/mountpoint?
Message-ID:  <8011d9a5-e8d8-e9e8-2fe1-4baacacd1c10@vernuftiger.nl>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8011d9a5-e8d8-e9e8-2fe1-4baacacd1c10>