Difference between revisions of "Translations:ZFS/30/pt-br"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{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) }}")
 
(No difference)

Latest revision as of 00:13, July 12, 2020

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)