|
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 | +.Pp |
| 58 | +.It Xo |
| 59 | +.Sy com.apple.browse Ns = Ns Sy on Ns | Ns Sy off |
| 60 | +.Xc |
42 | 61 | Equivalent to mount option |
43 | | -.Sx browse/nobrowse. |
| 62 | +.Sy browse/nobrowse. |
44 | 63 | This option indicates |
45 | 64 | that the mount point should not be visible via the GUI (i.e., appear |
46 | 65 | on the Desktop as a separate volume). Setting it to off will result |
47 | 66 | in Spotlight being unavailable for the specified mount point. |
48 | 67 | The default value is |
49 | 68 | .Sy off . |
50 | | -.It Sy com.apple.ignoreowner Ns = Ns Sy on Ns | Ns Sy off |
| 69 | +.It Xo |
| 70 | +.Sy com.apple.ignoreowner Ns = Ns Sy on Ns | Ns Sy off |
| 71 | +.Xc |
51 | 72 | Equivalent to mount option |
52 | | -.Sx noowners. |
| 73 | +.Sy noowners. |
53 | 74 | Ignore the ownership field for the entire volume. |
54 | 75 | The default value is |
55 | 76 | .Sy off . |
56 | | -.It Sy com.apple.mimic Ns = Ns Sy hfs Ns | Ns Sy off |
| 77 | +.It Xo |
| 78 | +.Sy com.apple.mimic Ns = Ns Sy hfs Ns | Ns Sy off |
| 79 | +.Xc |
57 | 80 | Some applications check if the filesystem type is "hfs" and refuse to |
58 | 81 | work with ZFS. In this situation, this property can be enabled and the |
59 | 82 | filesystem type will be 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 |
| 85 | +.It Xo |
| 86 | +.Sy com.apple.devdisk Ns = Ns Sy poolonly Ns | Ns Sy on Ns | Ns Sy off |
| 87 | +.Xc |
63 | 88 | Create a /dev/diskX pseudo-disk for the mount, which has better |
64 | 89 | compatibility with macOS UI. Due to the cost of creating a /dev/disk |
65 | 90 | entry, the default value is set to |
66 | | -.Sx poolonly |
| 91 | +.Sy poolonly |
67 | 92 | as to only create an entry for the pool's root dataset. |
68 | 93 | For lower datasets, set to |
69 | | -.Sx on . |
70 | | - |
| 94 | +.Sy on . |
| 95 | +.El |
0 commit comments