mirror of
https://github.com/extremeshok/xshok-proxmox.git
synced 2026-04-25 13:45:48 +03:00
[GH-ISSUE #50] lvm-2-zfs.sh : ERROR: /var/lib/vz not found (on a NVMe) #30
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xshok-proxmox#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Madydri on GitHub (Apr 7, 2021).
Original GitHub issue: https://github.com/extremeshok/xshok-proxmox/issues/50
Says
-----)
STARTING CONVERSION
ERROR: /var/lib/vz not found
(-----
but
cd /var/lib/
ll
gives
-----)
drwxr-xr-x 7 root root 4096 Apr 7 01:54 vz/
(-----
Note : on a Debian GNU/Linux 9.13 (stretch)
-----)
[root@**** lib]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
nvme0n1 259:0 0 931.5G 0 disk
├─nvme0n1p1 259:1 0 2M 0 part
├─nvme0n1p2 259:2 0 1G 0 part /boot
├─nvme0n1p3 259:3 0 1G 0 part [SWAP]
└─nvme0n1p4 259:4 0 929.5G 0 part
└─VolGroup00-system_root 253:0 0 929.5G 0 lvm /
(-----
Thanks !
@franzos commented on GitHub (Apr 14, 2022):
I suppose I'm seeing something similiar:
But the directory exists:
OS:
EDIT:
Tried again, with the fix mentioned here. Passed this stage just fine. Problem resolved.