Hi all! It's my first time on proxmox world. I have installed the latest proxmox version on my tiny server where i have two disks: sda where there are stored the system and the ISOs, sdb that is an ext4 disk where are stored my data (documents, movies, songs, etc...). After proxmox installation i have mounted sdb with the command
where
is a folder that i created. From proxmox shell i can access my data through this folder, now how can i access that data from my containers? Thank you for help.
Code:
mount /dev/sdb1 /mnt/data/
Code:
data