User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
server:proxmox [2023/07/10 08:19] – created jeremooseserver:proxmox [2023/07/14 12:22] (current) jeremoose
Line 1: Line 1:
 ====== Proxmox notes ====== ====== Proxmox notes ======
  
-  * Ubuntu didn't seem to immediately make 100% use of the LVM given to the VM. Have a look at [[https://www.linuxtechi.com/extend-lvm-partitions/]] for more information.+  * Ubuntu didn't seem to immediately make 100% use of the LVM given to the VM ((https://www.linuxtechi.com/extend-lvm-partitions/)).
   * TODO GPU passthrough for jellyfin   * TODO GPU passthrough for jellyfin
 +
 +===== Storage =====
 +
 +  * Use virtio block with no cache for best performance/safety balance ((reddit post with benchmark: https://old.reddit.com/r/Proxmox/comments/wvq8ht/perfomance_benchmarking_ide_vs_sata_vs_virtio_vs/))
 +
 +  * Virtio Block disk initialization guides
 +    * [[https://docs.nxp.com/bundle/GUID-029BC46A-D6A6-4DFC-9113-D939750CD665/page/GUID-DA566417-F831-4AE5-89F2-4B863C14DFB7.html|NPX guide for partitioning]]
 +    * [[https://gigas.com/support/docs/index.php?title=How_to_mount_a_disk_with_symbolic_links&setlang=en|Gigas doc for mounting virtio drives]]