Hey guys, I'm new to kubuntu. I tried to follow the ubuntu how-to auto mount an smb shared drive but I'm stuck. I have:
/home/nick/.smbcredentials
username=x
password=y
/etc/fstab
//192.168.1.110/music /media/Music_Server cifs credentials=/home/nick/.smbcredentials,uid=1000,iocharset=utf8,sec=ntlm
when I do sudo mount -a
I get:
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I did create a directory called Music_Server in my /media folder already.
The weird part is, I can go into Dolphin and get to my share manually with this in the bar:
smb://Nick@192.168.1.110/music/
Any suggestions? Appreciate the help.
/home/nick/.smbcredentials
username=x
password=y
/etc/fstab
//192.168.1.110/music /media/Music_Server cifs credentials=/home/nick/.smbcredentials,uid=1000,iocharset=utf8,sec=ntlm
when I do sudo mount -a
I get:
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I did create a directory called Music_Server in my /media folder already.
The weird part is, I can go into Dolphin and get to my share manually with this in the bar:
smb://Nick@192.168.1.110/music/
Any suggestions? Appreciate the help.
Comment