Zfs resize disk

From UVOO Tech Wiki
Revision as of 01:46, 11 November 2021 by Busk (talk | contribs) (Created page with "``` sudo partprobe -s sudo partprobe lsblk zpool list sudo zpool online -e <POOL NAME> <DEVICE NAME> # zpool online -e mypoolname sdb zpool list # Note: # partprobe - command...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
sudo partprobe -s
sudo partprobe
lsblk
zpool list
sudo zpool online -e <POOL NAME> <DEVICE NAME>
# zpool online -e mypoolname sdb
zpool list

# Note:
# partprobe - command to inform the OS of partition table changes

https://serverfault.com/questions/946055/increase-the-zfs-partition-to-use-the-entire-disk