Forum archive
webmin mount network shared
Hi, im a little noob on linux
I try to set up my little torrent server and i try to mount (with webmin) a new mount to drop my finished download to my NAS shared folder (with user end pw).
Failed to save mount : Mount failed :
mount error(5): Input/output error Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
i try to have it from consolle with:
mount -t cifs //192.168.2.202/download /srv/storage/finish -o username=mene,password=*******
no work
what i wrong?... plz help! :_(
A few thoughts though. IIRC the fileserver appliance doesn't include the client side CIFs support OOTB, so that will need to be installed to start with:
Then once that is set up, the location where you are mounting it needs to exist already. I.e. make sure the directory exists:Once you have that bit done, your commands should "just work"...If not, can you please provide the explicit error you get when you try to mount it from the commandline.