User Tools

Site Tools


notes

This is an old revision of the document!


mount proxmox virtual disk

mount -t vfat -o loop,offset=$1) imgfile.img /mnt/disk1

dd through ssh

ssh host “dd if=/dev/mapper/pve-vm–106–disk–0” | dd of=/dev/mapper/pve-vm–106–disk–0 status=progress

or

dd if=/dev/mapper/pve-vm–106–disk–0 bs=4MiB conv=sync status=progress | ssh host ' dd of=/dev/mapper/pve-vm–106–disk–0 bs=4MiB'

repositories

old:

/etc/apt/sources.list.d/pve-enterprise.list deb http://download.proxmox.com/debian/pve buster pve-no-subscription

new:

/etc/apt/sources.list.d/pve-enterprise.list deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise

/etc/apt/sources.list.d/ceph.list deb https://enterprise.proxmox.com/debian/ceph-quincy bookworm enterprise

1)
8192 * 512
notes.1715562311.txt.gz · Last modified: 2024/05/12 22:05 by protocol