Proxmox Storage Mirror: Difference between revisions

From Corat Coret
(Created page with "=Instalasi= <syntaxhighlight lang="bash"> zfs create Mirror4TB/Data01 -o mountpoint=/zfsdata </syntaxhighlight>")
 
 
Line 2: Line 2:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
# Membuat mountpoint di root direktori /zfsdata
zfs create Mirror4TB/Data01 -o mountpoint=/zfsdata
zfs create Mirror4TB/Data01 -o mountpoint=/zfsdata
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 20:13, 24 June 2024

Instalasi

# Membuat mountpoint di root direktori /zfsdata

zfs create Mirror4TB/Data01 -o mountpoint=/zfsdata