|
38 | 38 | .\" Copyright 2019 Joyent, Inc.
|
39 | 39 | .\" Copyright (c) 2019, Kjeld Schouten-Lebbing
|
40 | 40 | .\"
|
41 |
| -.It Sy com.apple.browse Ns = Ns Sy on Ns | Ns Sy off |
| 41 | +.Dd April 29, 2021 |
| 42 | +.Dt ZFSPROPS-MACOS 8 |
| 43 | +.Os |
| 44 | +. |
| 45 | +.Sh NAME |
| 46 | +.Nm zfsprops-macos |
| 47 | +.Nd native properties of ZFS datasets specific to macOS |
| 48 | +. |
| 49 | +.Sh DESCRIPTION |
| 50 | +These properties are like the native properties described in |
| 51 | +.Xr zfsprops 8 |
| 52 | +but they are specific to macOS. |
| 53 | +.Pp |
| 54 | +The following native properties can be used to change the behavior of a ZFS |
| 55 | +dataset. |
| 56 | +.Bl -tag -width "" |
| 57 | +.It Xo |
| 58 | +.Sy com.apple.browse Ns = Ns Sy on Ns | Ns Sy off |
| 59 | +.Xc |
42 | 60 | Equivalent to mount option
|
43 |
| -.Sx browse/nobrowse. |
| 61 | +.Sy browse/nobrowse . |
44 | 62 | This option indicates
|
45 | 63 | that the mount point should not be visible via the GUI (i.e., appear
|
46 | 64 | on the Desktop as a separate volume). Setting it to off will result
|
47 | 65 | in Spotlight being unavailable for the specified mount point.
|
48 | 66 | The default value is
|
49 | 67 | .Sy off .
|
50 |
| -.It Sy com.apple.ignoreowner Ns = Ns Sy on Ns | Ns Sy off |
| 68 | +.It Xo |
| 69 | +.Sy com.apple.ignoreowner Ns = Ns Sy on Ns | Ns Sy off |
| 70 | +.Xc |
51 | 71 | Equivalent to mount option
|
52 |
| -.Sx noowners. |
| 72 | +.Sy noowners . |
53 | 73 | Ignore the ownership field for the entire volume.
|
54 | 74 | The default value is
|
55 | 75 | .Sy off .
|
56 |
| -.It Sy com.apple.mimic Ns = Ns Sy hfs Ns | Ns Sy off |
57 |
| -Some applications check if the filesystem type is "hfs" and refuse to |
58 |
| -work with ZFS. In this situation, this property can be enabled and the |
59 |
| -filesystem type will be reported as "hfs". |
| 76 | +.It Xo |
| 77 | +.Sy com.apple.mimic Ns = Ns Sy hfs Ns | Ns Sy off |
| 78 | +.Xc |
| 79 | +Some applications check if the filesystem type is "hfs" and refuse to work with |
| 80 | +ZFS. |
| 81 | +In this situation, this property can be enabled and the filesystem type will be |
| 82 | +reported as "hfs". |
60 | 83 | The default value is
|
61 | 84 | .Sy off .
|
62 |
| -.It Sy com.apple.devdisk Ns = Ns Sy poolonly Ns | Ns Sy on Ns | Ns Sy off |
63 |
| -Create a /dev/diskX pseudo-disk for the mount, which has better |
64 |
| -compatibility with macOS UI. Due to the cost of creating a /dev/disk |
65 |
| -entry, the default value is set to |
66 |
| -.Sx poolonly |
| 85 | +.It Xo |
| 86 | +.Sy com.apple.devdisk Ns = Ns Sy poolonly Ns | Ns Sy on Ns | Ns Sy off |
| 87 | +.Xc |
| 88 | +Create a /dev/diskX pseudo-disk for the mount, which has better compatibility |
| 89 | +with macOS UI. |
| 90 | +Due to the cost of creating a /dev/disk entry, the default value is set to |
| 91 | +.Sy poolonly |
67 | 92 | as to only create an entry for the pool's root dataset.
|
68 |
| -For lower datasets, set to |
69 |
| -.Sx on . |
70 |
| - |
| 93 | +For lower datasets, set to |
| 94 | +.Sy on . |
| 95 | +.El |
0 commit comments