Guest User

Untitled

a guest
Oct 26th, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. The following three properties cannot be changed after the
  2. file system is created, and therefore, should be set when
  3. the file system is created. If the properties are not set
  4. with the "zfs create" or "zpool create" commands, these pro-
  5. perties are inherited from the parent dataset. If the parent
  6. dataset lacks these properties due to having been created
  7. prior to these features being supported, the new file system
  8. will have the default values for these properties.
  9.  
  10. casesensitivity = sensitive | insensitive | mixed
  11.  
  12. ...
  13.  
  14. normalization =none | formD | formKCf
  15.  
  16. ...
  17.  
  18. utf8only =on | off
Advertisement
Add Comment
Please, Sign In to add comment