Do I need to unmount my disk? : Proxmox - reddit
www.reddit.com › r › ProxmoxDo I need to unmount my disk? Hi, I wa about to create a zfs pool from my proxmox GUI. However one of my 3 HDDs is not in the list. Could it be because it is mounted? From my proxmox shell I tried: root@pve:~# unmout /dev/sda -bash: unmout: command not found root@pve:~# unmout /dev/sda* -bash: unmout: command not found What is the matter?
Unmount ZFS disk : Proxmox - reddit
www.reddit.com › r › ProxmoxUnder Proxmox, the whole thing is treated as an abstraction, mounted to /zpool (or whatever you named your pool). You have only 2 commands to interact with it: zfs and zpool. # zfs unmount -a /zpool (unmount everything) # zpool export zpool (disconnects the pool) # zpool remove zpool sda1 (this removes the disk from your zpool)
How to: Easily Delete/Remove ZFS pool (and disk from ZFS ...
https://dannyda.com/2020/05/13/how-to-easily-delete-remove-zfs-pool...13.05.2020 · Categories Operating System, Proxmox VE (PVE), Technology Tags Proxmox, Proxmox delete disk from zfs pool, Proxmox remove disk from zfs pool, Proxmox VE, Proxmox VE 6.2.1, Proxmox Virtual Environment, PVE, umount -f, ZFS, zfs destroy, ZFS Pool
How to: Easily Delete/Remove ZFS pool (and disk from ZFS) on ...
dannyda.com › 2020/05/13 › how-to-easily-deleteMay 13, 2020 · Categories Operating System, Proxmox VE (PVE), Technology Tags Proxmox, Proxmox delete disk from zfs pool, Proxmox remove disk from zfs pool, Proxmox VE, Proxmox VE 6.2.1, Proxmox Virtual Environment, PVE, umount -f, ZFS, zfs destroy, ZFS Pool