Add directory to web interface with no content

fenichelar

New Member
Nov 8, 2016
11
0
1
33
I have a couple disks I would love to add to the Proxmox web interface just so I can see the disk usage. I am required to select something for content when I try and add the directory the disk is mounted to which will add a folder to the partition for storing the content. It would be great if the content box was not required on the web interface. Will it cause a problem if I add this to /etc/pve/storage.cfg?

Code:
dir: shared-data
    path /mnt/Data
    maxfiles 0
    shared 0
    content
 
Maybe this is an solution for you:
Code:
dir: shared-data
   path /mnt/Data
   mkdir 0
   maxfiles 0
   shared 0
   content
 
Maybe this is an solution for you:
Code:
dir: shared-data
   path /mnt/Data
   mkdir 0
   maxfiles 0
   shared 0
   content

I tried it, the web interface incorrectly displays that the directory is for disk images and containers but it works. Thanks.
 
Last edited: