Difference between revisions of "Translations:ZFS/30/en"

From Funtoo
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 05:57, September 12, 2018

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (ZFS)
{{console|body=
# ##i##mkdir /data/home
# ##i##zfs set mountpoint=/data/home mypool/home
# ##i##mount
...
mypool/home on /data/home type zfs (rw,xattr,posixacl)
}}
root # mkdir /data/home
root # zfs set mountpoint=/data/home mypool/home
root # mount
...
mypool/home on /data/home type zfs (rw,xattr,posixacl)