All public logs

Jump to navigation Jump to search

Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:52, 14 January 2024 Kenneth talk contribs created page Proxmox/Shrink LVM-Thin (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...")