Hi,
very similar to this ancient thread my local storage local2 does not realize what it is, it has a mount point and setting in fstab as told in tutorials, but it displays this sentence (while idling):
Here the /etc/pve/storage.cfg:
Here the fstab:
I already had a complete fail of the full server so far because a wrong fstab entry, not my special area so to say.
Kindly help if youre able to get me to the point that this space can be used.
Can it be that there must be the other path be pasted in the storage.cfg, like:
Can it still be that I get the inactive directory from an old bug as in the ancient thread?
Cause my lvm with ext4 formatted storage is not getting active, I cannot find any way how to make it active...
And second question around this LVM:
Is there no way to upload zip or exe files for usage in the windows VMs other than wget or so? and in which fodler or harddrive shoudl it then go? ... probably the one used by the VMs, right? But if they are kind of virtual space I tried to get into there, and have no idea of the path. all paths I've tried are "not a directory"
Am grateful for any help.
Andre
very similar to this ancient thread my local storage local2 does not realize what it is, it has a mount point and setting in fstab as told in tutorials, but it displays this sentence (while idling):
Rich (BB code):
mkdir /dev/vg0/heavyload1: File exists at /usr/share/perl5/PVE/Storage/DirPlugin.pm line 109. (500)
Here the /etc/pve/storage.cfg:
Bash:
root@ghost0 ~ # cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,vztmpl,images,backup
maxfiles 15
lvmthin: local-lvm
thinpool vmdata
vgname vg0
content rootdir,images
dir: storageprox
path /mnt/data/backup
content backup
maxfiles 3
nodes ghost0
shared 1
dir: local2
path /dev/vg0/heavyload1
content rootdir,images,snippets,iso,backup,vztmpl
maxfiles 1
shared 1
Here the fstab:
Code:
root@ghost0 ~ # cat /etc/fstab
proc /proc proc defaults 0 0
# /dev/nvme0n1p1
UUID=639f9dfb-4543-4731-9d48-247c9792bb83 /boot ext3 defaults 0 0
# /dev/nvme0n12 belongs to LVM volume group 'vg0'
/dev/vg0/root / ext3 defaults 0 0
/dev/vg0/swap swap swap defaults 0 0
/dev/vg0/home /home xfs defaults 0 0
# /dev/nvme1n1p1 is parted in second SSD
/dev/vg0/heavyload1 /dev/vg0/heavyload1-s ext4 defaults 0 2
Kindly help if youre able to get me to the point that this space can be used.
Can it be that there must be the other path be pasted in the storage.cfg, like:
Code:
/dev/vg0/heavyload1-s
Cause my lvm with ext4 formatted storage is not getting active, I cannot find any way how to make it active...
And second question around this LVM:
Is there no way to upload zip or exe files for usage in the windows VMs other than wget or so? and in which fodler or harddrive shoudl it then go? ... probably the one used by the VMs, right? But if they are kind of virtual space I tried to get into there, and have no idea of the path. all paths I've tried are "not a directory"
Am grateful for any help.
Andre
Last edited: