[SOLVED] Mounting network share on host

Ståle Gulbransen

New Member
Feb 21, 2018
2
2
1
Hi,

I'm trying to mount a network shere from another server in fstab on my proxmox host. I run v5.1-41.

When i add this to fs tab:

//10.0.0.100/PVE /mnt/share cifs username=*user*,password=*pass* 0 0

I get the error:

mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)


I can ping the server, and the username and password are correct.

I use the same setting on an debian server and an ubuntu server i got running and it works like a charm on them..

Any idea what i can do to fix this? Tryed to google the error, but not found anything that works..