It is and everything works the same way. If you know how to administrate a headless Debian server, you won't have any problems with PVE. It just adds some complexitiy on top with clustering, ZFS or ceph.It is just linux Debian!
No, your virtuak disks and ISOs are still there, unless you wiped your disk by creating a new storage instead of adding an existing storage. You just have to mount it properly.Do i understand right, if system drive with proxmox (flash or hdd) dies whole my server (all vmdk's, virtual machines, ISOs) becomes useless?
But what will be lost are all the VM configs, as these are stored on the system disk. So you still got the virtual disks, but not the VM you used the virtual disks with.
You should at least backup your system disks /etc and /var/lib/vz folder.
Keep in mind that PVE is not an appliance. Its a full linux with hundred thousands of files and you are allowed to customize all of them. The more you customize, the harder it gets to restore a PVE.
As you wrote, this wipes the disk, so all contents of that disks are then lost. To add a storage that was already in use with data on it, without wiping its contents, you mount it manually by using the CLI (for example by editing the fstab), then add a directory storage pointing to that mountpoint via datacenter -> Storage -> Add -> Directory.I don't even now what i did, i clicked on node-name, clicked on menu "disks", chose the disk, wiped it and clicked "add directory".
A mountpoint is just a folder. Think of it this way: In windows you got a SSD with windows on it at "C:\". Then you got a folder "C:\MyMountpoint". If nothing is mounted there and you create files in that folder they are part of the System SSD. Lets say you put a "win.iso" file there.Did i understand right, that mountpiont can be mounted without mounting disk in my situation?
But then you also got a HDD formated with a filesystem that contains a "SomeImages" folder. You mount that HDDs filesystem at "C:\MyMountpoint". Now the "win.iso" still exists but you can't access it any longer at "C:\MyMountpoint\win.iso" as the old folder is now not accessible anymore. Instead you will find the HDDs "SomeImages" folder at "C:\MyMountpoint\SomeImages". You HDDs filesysytem is mapped to "C:\MyMountpoint" so everything stored there will end up on the HDD.
Once you unmount that HDD you will see your iso again at "C:\MyMountpoint\win.iso" but not the contents of the HDD, as that path then again is a normal folder on that SSD.
Thats not a command. That is an storage option. An example command could beTell me please, if i should copy/paste this command in shell and that is it?
pvesm set YourStorageID --is_mountpoint /path/to/mountpoint/of/that/storage
This should be run once, after you added an directory storage via datacenter -> Storage -> Add -> Directory. This would prevent you from filling your system disk by accident when trying to write to a storage that isn't properly mounted (=you won't write stuff to the SSD when thinking you are writing to the HDD).
Last edited: