Trying to add network drive to proxmox

jgonzales394

New Member
Dec 30, 2016
2
0
1
33
I has a 2TB HDD plugged into my netgear nighthawk. On that HDD is a folder with ISO's and I'm trying to direct proxmox to that folder but everything i try seems to not work, any help would be great.

I'm able to connect to it on Windows 10, but when i try to mount in proxmox nothing happens.
The path to the HDD is \\nas\USB_Storage\ISO.
 
Hi,

you installed the cifs-utils and try to mount like this?
mount -t cifs -o username=<benutzer>,password=<passwort> //<server-IP>/<freigabe> <mountpunkt>
 
Sorry it took me so long to reply.
I found out I had to use your command as mount.cifs and it worked.

The new issue I'm having now is, I'm unable to see content in gui, same issue that is posted here: https://forum.proxmox.com/threads/proxmox-gui-dont-show-files-on-storage.16725/

Here is output from mentioned commands:
Code:
root@pm:/# cat /etc/pve/storage.cfg
dir: local
        path /var/lib/vz
        content vztmpl,backup,iso

lvmthin: local-lvm
        thinpool data
        vgname pve
        content images,rootdir

dir: iso
        path /mnt/smbShare/ISO
        content iso

mount output is here: http://pastebin.com/T4kiRPu6

When I do
Code:
pvesm list iso
there is nothing showing.