Hi all,
I have a raw file at /var/lib/vz/images/101 which I desperately need to move to /thehome/<something>
When I try to do it via the GUI I get the following:
```
mount: /var/lib/lxc/101/.copy-volume-2: cannot mount /dev/loop0 read-only.
dmesg(1) may have more information after failed mount system call.
Specified filename /var/lib/lxc/101/.copy-volume-1 does not exist.
TASK ERROR: command 'mount -o ro /dev/loop0 /var/lib/lxc/101/.copy-volume-2//' failed: exit code 32
```
I'm assuming this is because my / only has 2.2G available right now. So I want to move the file to where it should be (where I have over 7 TB available.
So can I just move the raw file, and if so how do I tell Proxmox I moved it?
I have a raw file at /var/lib/vz/images/101 which I desperately need to move to /thehome/<something>
When I try to do it via the GUI I get the following:
```
mount: /var/lib/lxc/101/.copy-volume-2: cannot mount /dev/loop0 read-only.
dmesg(1) may have more information after failed mount system call.
Specified filename /var/lib/lxc/101/.copy-volume-1 does not exist.
TASK ERROR: command 'mount -o ro /dev/loop0 /var/lib/lxc/101/.copy-volume-2//' failed: exit code 32
```
I'm assuming this is because my / only has 2.2G available right now. So I want to move the file to where it should be (where I have over 7 TB available.
So can I just move the raw file, and if so how do I tell Proxmox I moved it?