DL
Size: a a a
DL
RG
/dev/sdc1: PARTLABEL="gptboot0" PARTUUID="dcbee197-9499-11e3-9898-0022646d3b37"
/dev/sdc2: PARTLABEL="swap0" PARTUUID="dceb471a-9499-11e3-9898-0022646d3b37"
/dev/sdc3: LABEL="zfs-root" UUID="13117602477350898346" UUID_SUB="3744895092309128499" TYPE="zfs_member"
m
zpool import …
(man zpool) — чтобы узнать pool name;mountj -t zfs «pool name» /mnt
— подмонтировать пул.RG
$ sudo zpool import
pool: zfs-root
id: 13117602477350898346
state: ONLINE
status: Some supported features are not enabled on the pool.
action: The pool can be imported using its name or numeric identifier, though
some features will not be available without an explicit 'zpool upgrade'.
config:
zfs-root ONLINE
sdb ONLINE
RG
$ sudo zfsmount zfs-root ~/mnt/
sudo: zfsmount: command not found
$ sudo mount -t zfs zfs-root ~/mnt/
filesystem 'zfs-root' cannot be mounted, unable to open the dataset
$ sudo mount -t zfs zfs-root/ROOT/default ~/mnt/
filesystem 'zfs-root/ROOT/default' cannot be mounted, unable to open the dataset
AA
ps
ps
V
$ sudo zpool import
pool: zfs-root
id: 13117602477350898346
state: ONLINE
status: Some supported features are not enabled on the pool.
action: The pool can be imported using its name or numeric identifier, though
some features will not be available without an explicit 'zpool upgrade'.
config:
zfs-root ONLINE
sdb ONLINE
RG
V
М
М
s
М
AE
AE
s
AA
s