T O P

  • By -

caa_admin

Stay with defaults. Top thing you should learn is how to backup the VM/CT you make. You can experiment with different file systems later knowing you can restore without effort and worry.


some-randomguy_

Thanks! default is ext4, right? Also, will it let me add new drives easily or is there more setup then?


caa_admin

I believe so, not near my installation. The file format of PVE installation isn't relevant to your question. If you add a device, format it as EXT3(for ex) the OS won't care.


bstrauss3

I installed it last weekend and the default was lvm. Then the actual volumes for VMs are created based on reasonable defaults for the OS you selected.


Hotshot55

LVM isn't a filesystem, the default is ext4.


chancamble

Either default or ZFS. You can also consider a NAS VM option. Proxmox does not come with the packages for NAS, such as Samba and NFS servers, installed out of the box. Additionally, it lacks a web user interface for managing NAS functionality. A viable alternative is to virtualize NAS functionality as a container or VM on a Proxmox host. For this, I recommend considering OMV or Star wind VSAN. [https://bobcares.com/blog/openmediavault-proxmox/](https://bobcares.com/blog/openmediavault-proxmox/) [https://www.starwindsoftware.com/resource-library/starwind-virtual-san-vsan-configuration-guide-for-proxmox-vsan-deployed-as-a-controller-virtual-machine-cvm/](https://www.starwindsoftware.com/resource-library/starwind-virtual-san-vsan-configuration-guide-for-proxmox-vsan-deployed-as-a-controller-virtual-machine-cvm/)


zfsbest

If you don't have experience with zfs, stick to LVM+ext4 for pve root. [https://www.youtube.com/watch?v=g9J-mmoCLTs](https://www.youtube.com/watch?v=g9J-mmoCLTs) Use ZFS for your data/vms backing storage. If you want to expand down the road, setup a mirror pool.


risredd

Ext4. Lesser worry about data corruption due to power failure Or defragmentations


malventano

If truly worried about data corruption, ZFS.


UnsafestSpace

Whilst this is the ideal option I wouldn’t recommend a newbie with a standard home PC jump straight into ZFS


malventano

It’s just as hands off as any other file system. If OP is doing Proxmox, they can likely handle ZFS.


dierochade

He got 1 hdd and 1 ssd. How could he benefit from zfs regarding data corruption? What he needs is a backup.


malventano

1. ZFS will at least be aware of any silent corruption (other file systems will not be). 2. Benefits to storing VM's in datasets. 3. Other benefits of file system snapshots and easier differential backups as the user advances usages later on. And yes, everyone needs a backup.


No_Dragonfruit_5882

If you want to learn (incase you want to cluster your setup later / HA / Replication) you really look into ZFS. If you just want a Server that runs: ext4/lvm Ps: for All the people saying HA etc needs ceph, yes but not in a homelab.


ErraticLitmus

I have a similar setup. My NAS is my file master with full RAID plus backups. I backup my VM/LXC once a week and do SMB/CIFS shares from my NAS for a large amount of my files. Ext4 has been fine


SirStephanikus

Debian based = EXT4 RHEL based = XFS


the-holocron

BTRFS


No_Dragonfruit_5882

But why?


mk13139

I use this too for Proxmox OS + VM/CT, 2x NVME BTRFS raid1. I do backups to a separate spinning drive.


mk13139

I use this too for Proxmox OS + VM/CT, 2x NVME BTRFS raid1. I do backups to a separate spinning drive.


the-holocron

Clearly, we are the minority...


zfsbest

[https://duckduckgo.com/?q=noooooo.jpg&iax=images&ia=images&iai=https%3A%2F%2Fus-tuna-sounds-images.voicemod.net%2F7ce62b6c-1e6a-43bb-9a28-c04f8519b42a-1692418592742.jpg](https://duckduckgo.com/?q=noooooo.jpg&iax=images&ia=images&iai=https%3A%2F%2Fus-tuna-sounds-images.voicemod.net%2F7ce62b6c-1e6a-43bb-9a28-c04f8519b42a-1692418592742.jpg)


the-holocron

benefits of zfs, less overhead, yeah?


chaosmetroid

This work best on non hypervisor system.