Proxmox/Shrink LVM-Thin: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 January 2024

  • curprev 22:5222:52, 14 January 2024Kenneth talk contribs 530 bytes +530 Created page with "== Shrink to make Backup Volume == <pre> lvcreate -V 1T --thin -n backup pve/data && \ mkdir -p /mnt/backup && \ mkfs.ext4 /dev/pve/backup cat <<EOF > /etc/systemd/system/mnt-backup.mount [Unit] Description=Thin-volume for Proxmox-Backup [Mount] What=/dev/pve/backup Where=/mnt/backup Type=ext4 Options=defaults [Install] WantedBy=multi-user.target EOF systemctl enable mnt-backup.mount && \ systemctl start mnt-backup.mount </pre> Ref: https://forum.proxmox.com/thread..."