No, I said before:
That's why I came to the forum to ask questions.
What I can think of now is:
Move a part of the file and delete another part of the file. The space occupied by RAW files can be reduced (LXC hard disk uses RAW file format).
Thank you for your timely reply! But this is not the solution I want.
My request is to move the LXC files to the PVE host.
Instead of copying one copy in the PVE host.
I asked questions in the forum because I couldn't reduce the size of the LXC's hard drive while moving files.
It will always...
Here's the thing:
I have nearly 20TB of files on my LXC drive,
For some reason, I have to migrate these files to the PVE host,
The problem now is that I don't have so much space to stage these files for me to migrate,
So I would like to ask how to migrate these files from LXC to the PVE host...
Thanks, I found the missing file.
Some files in the /lib/x86_64-linux-gnu folder are missing, I copied them from the new PVE.
I think it's a problem caused by incompatible versions, but I forgot which version the broken PVE is using.
The system is broken by me. Now it can't be boot. I tried a lot of ways and they can't be repaired.
I need to back up the configuration file mounted in /etc/pve.
Now I don't know how to mount it.
Can someone help me, please?
I would be grateful!
Proxmox 6.1
Because of my misoperation (reducing the root space), the root is broken and cannot be boot normally (A lot of documents have disappeared). I tried many ways to fix it.
Now I just want to export the data of my LXC / VM so that I can use it on the new PVE.
Most of the data is in...
I used the following script to fix it, but the problem still remains
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__author__ = 'Fitzeng'
import re
def main():
fix = open('fix.sh', 'w+')
for line in open("txt"):
pkg = re.match(re.compile('''dpkg: warning: files list file for...
I changed it, but the problem remains
Yes, I've used dpkg to install many packages.
These phenomena appear when I update QEMU (Customized), but I don't care about it. Instead, I use dpkg to manually update the software package.
When I use apt, it will prompt the following information
for example apt install lrzsz
root@pve:~# apt-get install lrzsz
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
minicom
The following NEW packages will be installed...
I fix /var/lib/dpkg/info, I can install&upgrade
#!/bin/bash
set -e
# Clean out /var/cache/apt/archives
apt-get clean
# Fill it with all the .debs we need
apt-get --reinstall -dy install $(dpkg --get-selections | grep '[[:space:]]install' | cut -f1)
DIR=$(mktemp -d -t info-XXXXXX)
for deb in...
Proxmox VE version: 6.1-3
I used dpkg install pve-qemu-kvm_4.2.0-2_amd64.deb, and solved some dependency problems that apt could not solve (maybe it was broken at that time).
History
apt install -y & apt upgrade -y
Reading package lists... Done
Building dependency tree
Reading state...
No, I'm now moving it to my laptop to compile
Now I am missing a package named libproxmox-backup-qemu0-dev, do you have it?
OS: Kali 2019
This was not prompted on previous Debian
I only have Kali system on my laptop
I found the package on the mirror and installed it
Now compiling
I have some special needs to modify QEMU source code
But I don't know how to install to Proxmox VE.
There are no relevant examples on the Internet.
So I'm going to ask if anyone in the forum can install new QEMU on Proxmox VE.
Thanks.
Pve host use LVM
Established a new ZFS, the following error occurred while migrating the virtual machine
mount: /var/lib/lxc/104/.copy-volume-2: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
Specified filename...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.