How to set up the best free hypervisor Proxmox 7 Part 2

Published: 23 August 2021
on channel: LoRes DIY
1,396
44

Install and set up proxmox 7

Connect a Mount Point to VM's

Edit the fstab file

sudo nano /etc/fstab

Add line for mount point

//(IPadress of mount point machine)/(name of mount dir or drive) /mnt/ cifs username=(YOUR USERNAME),password=(YOUR PASSWORD),iocharset=utf8,noperm 0 0

Ctrl x to save

to make the mount live

sudo mount -a

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Connect a mount point to containers

Make a privlaged container

if your container doesn't start try this command in the shell of the node

umount -f -a -t cifs -l

followed by this command

mount -t cifs

Page where I found these commands
https://engineerworkshop.com/blog/how...

go to the Container, Options, Features, Edit and choose the share type NFS of CIFS click ok

start the container

Edit the fstab file

nano /etc/fstab

Add line for mount point

Install and set up proxmox 7

Connect a Mount Point to VM's

Edit the fstab file

sudo nano /etc/fstab

Add line for mount point

//(IPadress of mount point machine)/(name of mount dir or drive) /mnt/ cifs username=(YOUR USERNAME),password=(YOUR PASSWORD),iocharset=utf8,noperm 0 0

Ctrl x to save

to make the mount live

mount -a

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If mount isn't connecting at boot try this:

Create a new file:

nano /etc/network/if-up.d/fstab

Add this content:

#!/bin/sh
mount -a

Make the file executable:

chmod +x /etc/network/if-up.d/fstab

Reboot System

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Add a cache drive to zfs pool

zpool status

lsblk

#LoResDIY

zpool add (zfs pool name) cache -f /dev/(partition you want to use)


Watch video How to set up the best free hypervisor Proxmox 7 Part 2 online without registration, duration hours minute second in high quality. This video was added by user LoRes DIY 23 August 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,396 once and liked it 44 people.