User Tools

Site Tools


nas:zfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nas:zfs [2021/12/16 17:08] Martinnas:zfs [2024/10/20 06:50] (current) Martin
Line 20: Line 20:
  
    # zpool create backup /dev/da1    # zpool create backup /dev/da1
-   +
 Dann das Dateisystem erstellen mit Dann das Dateisystem erstellen mit
-  + 
-   zfs create backup/`uname -n | cut -f1 -d'.'+   zfs create backup/`uname -n | cut -f1 -d'.'
-      + 
 +==== Lesen unter FreeBSD ==== 
 +   # zpool import backup 
 ==== Lesen unter Linux ==== ==== Lesen unter Linux ====
 +Zum Einbinden eines vorhandenen Geräts mit ZFS reicht die installation 
 +
 +   # apt install zfsutils-linux
 +
 +Initialer import aller vorhandenen Pools
 +
 +   # zpool import -a -d /dev/disk/by-id/<device_id>
 +
 +Pools listen
 +
 +   # zpool list
 +
 +
  
nas/zfs.1639674537.txt.gz · Last modified: 2021/12/16 17:08 by Martin