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:09] Martinnas:zfs [2024/10/20 06:50] (current) Martin
Line 24: Line 24:
  
    # 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.1639674581.txt.gz · Last modified: 2021/12/16 17:09 by Martin