User Tools

Site Tools


zfs_root_cache

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
Next revisionBoth sides next revision
zfs_root_cache [2020/11/30 11:08] memeruizzfs_root_cache [2020/12/08 09:12] memeruiz
Line 207: Line 207:
  
 This will copy everthing from the zfs from that disk to the new one, attach the new one and detach the old one. In this way, it is not necessary to copy the whole disk with dd. This will copy everthing from the zfs from that disk to the new one, attach the new one and detach the old one. In this way, it is not necessary to copy the whole disk with dd.
 +
 +==== Create a zfs pool using files instead of real disks ====
 +
 +  mkfile 100m file1
 +  zpool create geekpool /file1
 +
 +==== Create a ZFS raidz1 en degrated mode ====
 +
 +  * Create a sparse file with the same size of your harddrives. Then remove it before putting files to it.
 +
 +
 +[[https://www.reddit.com/r/zfs/comments/8enkt8/can_i_create_a_new_raidz_in_degraded_mode/]]
  
  
Line 230: Line 242:
  
 [[https://docs.oracle.com/cd/E36784_01/html/E36835/gbbvf.html]] [[https://docs.oracle.com/cd/E36784_01/html/E36835/gbbvf.html]]
 +
 +[[https://www.thegeekdiary.com/zfs-tutorials-creating-zfs-pools-and-file-systems/]]
 +
 +[[https://www.delphix.com/blog/delphix-engineering/openzfs-code-walk-metaslabs-and-space-maps]]
 +
  
zfs_root_cache.txt · Last modified: 2021/02/01 05:55 by 127.0.0.1