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 revisionBoth sides next revision
zfs_root_cache [2020/11/30 11:08] memeruizzfs_root_cache [2020/12/07 12:36] 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
  
  
Line 230: Line 235:
  
 [[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