Skip to content

Instantly share code, notes, and snippets.

Created April 27, 2017 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/4e739db2f7c465c2b660f4fb649d08dd to your computer and use it in GitHub Desktop.
Save anonymous/4e739db2f7c465c2b660f4fb649d08dd to your computer and use it in GitHub Desktop.
## /etc/udev/rules.d/80-udisks2-ignore-zfs.rules
# Ignore ZFS vdev partition type "zfs_member" with ID "Solaris /usr & Apple ZFS"
ENV{ID_PART_ENTRY_SCHEME}=="gpt", ENV{ID_FS_TYPE}=="zfs_member", ENV{ID_PART_ENTRY_TYPE}=="6a898cc3-1dd2-11b2-99a6-080020736631", ENV{UDISKS_IGNORE}="1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment