Category Archives: Proxmox
Proxmox renaming CT id or LVM id
Shrink a Proxmox LXC
Shrinking the root disk of one of my LXC containers using the following commands: List the containers: pct list Stop the particular container you want to resize: pct stop XXX (XXX is the container ID) Find out it’s path on the node: lvdisplay | grep “LV Path\|LV Size” For good measure one can run a …
Shrink proxmox vm bootdisk
Go to lvm lvreduce -L -32g pve/filename.raweg. lvm lvreduce -L -32g pve/vm-103-disk-0qm rescan
How to install Docker Nginx Proxy Manager and Portainer
How to mount a SMB share drive to a Proxmox container
Bindmount NTFS usb drive in proxmox + turnkey fileserver
Open terminal in pve nodeCreate a mount point. I placed my mount point in mnt folder. To do thistype: mkdir /mnt/nameofmountpoint. eg. mkdir /mnt/usbdrive Now figure out the hard drive partition by getting the uuid. Follow the command below eg. /dev/sdb1 Edit fstab bytyping nano /etc/fstab In my case I have a ntfs partition. You …
Continue reading “Bindmount NTFS usb drive in proxmox + turnkey fileserver”