No issues. You mentioned that you use Debian 12 which is not released yet and you followed instructions for Debian 10 (Buster). Almost for sure at least some small steps are different. Maybe you should check on Debian User Forums?
# /tmp/testme.ksh umount: /var/tmp/test: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) cannot unmount '/var/tmp/test': umount failed zfs umount test/test: '1' test on /test type zfs (rw,relatime,xattr,noacl)...
要导出池,请使用 zpool export 命令。例如: # zpool export tank 此命令将尝试取消挂载池中任何已挂载的文件系统,然后再继续执行。如果无法取消挂载任何文件系统,则可以使用 -f 选项强制取消挂载这些文件系统。例如: # zpool export tank cannot unmount '/export/home/eric': Device busy # zpool export -f tan...
创建池 => zfspool # 创建一个池的驱动器 # zpool create <pool name> <dev>... $ sudo zpool create -f zfspool sdc sdd sde sdf # zpool状态的命令显示可用池的状态 $ sudo zpool status pool: zfspool state: ONLINE scan: none requested config: NAME STATE READ WRITE CKSUM zfspool ONLINE 0 ...
Pool 存储驱动器的逻辑分组,它是 ZFS 的基本构建块,从这里将存储空间分配给数据集。 Datasets ZFS 文件系统的组件即文件系统、克隆、快照和卷被称为数据集。 Mirror 一个虚拟设备存储相同的两个或两个以上的磁盘上的数据副本,在一个磁盘失败的情况下,相同的数据是可以用其他磁盘上的镜子。
# zpool export tank cannot unmount '/export/home/eric': Device busy # zpool export -f tank このコマンドを実行したあとは、プール tank はシステムから認識されなくなります。 エクスポート時にデバイスが使用できない場合、それらのデバイスは明示的にエクスポートされたものとして識別...
* Make sure the pool name is valid. */if(!zpool_name_valid(hdl, B_TRUE, pool)) { (void)zfs_error_fmt(hdl, EZFS_INVALIDNAME, dgettext(TEXT_DOMAIN,"cannot open '%s'"), pool);return(NULL); }if((zhp = zfs_alloc(hdl,sizeof(zpool_handle_t))) ==NULL)return(NULL); ...
import[-ddir][-D][-f][-oopts][-Rroot]<pool|id>[newpool] export[-f]<pool>... upgrade upgrade-v upgrade<-a|pool> history[<pool>] 1.1创建zpool ZFS文件系统是建立在存储池pool的基础上,所以要建立文件系统必须先建立底层的pool。 1.1.1创建单边zpool zpoolcreateyzc3t0d0c3t0d1 #...
Pool 存储驱动器的逻辑分组,它是 ZFS 的基本构建块,从这里将存储空间分配给数据集。 Datasets ZFS 文件系统的组件即文件系统、克隆、快照和卷被称为数据集。 Mirror 一个虚拟设备存储相同的两个或两个以上的磁盘上的数据副本,在一个磁盘失败的情况下,相同的数据是可以用其他磁盘上的镜子。
zfs_keep_log_spacemaps_at_export=0|1 (int) Prevent log spacemaps from being destroyed during pool exports and destroys. zfs_metaslab_segment_weight_enabled=1|0 (int) Enable/disable segment-based metaslab selection. zfs_metaslab_switch_threshold=2 (int) When using segment-based metaslab sele...