ZFS: pool vs FS

krad kraduk at gmail.com
Thu Jan 23 15:56:18 UTC 2014


1. Filesystems, not pools, can be mounted

correct pools are imported, however every pool  as a root dataset/file
system, this is automatically mounted normally to the specified mount
point. This isnt necessary the same as the pool name. This may not happen
if various filesystem tunables are set (canmount, mountpoint=legacy,
jailed,zoned) or import options set (-N -R)



2. "zpool create foo /dev/bar" makes new pool called foo

correct, with a root dataset, mounted on $pool_name by default

3. (2) does not create a file system

false see (1)

4. After (2), /foo is mounted and ready for writing

not always see (1)

5. (4) violates (1)

false


On 22 January 2014 20:25, Chris Stankevitz <chrisstankevitz at gmail.com>wrote:

> Please identify any incorrect statements:
>
> 1. Filesystems, not pools, can be mounted
>
> 2. "zpool create foo /dev/bar" makes new pool called foo
>
> 3. (2) does not create a file system
>
> 4. After (2), /foo is mounted and ready for writing
>
> 5. (4) violates (1)
>
> Thank you,
>
> Chris
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list