0

I try to mount share permanently in Ubuntu 16.04. I read several this and this posts besides others. Nevertheless, I should run:

sudo mount -a

to have an access. I add to fstab the following line:

 //IP_adress/share/  /home/zlon/Storage  cifs  auto,uid=1000,username=share_username,password=share_password,iocharset=utf8,sec=ntlm,file_mode=0777,dir_mode=0777  0  0

What I am doing wrong?

UPDATE:

My HOME folder is not encrypted. When I try to mount to mnt, I have the same problem - only sudo may mount.

to have an access. I add to fstab the following line:

 //IP_adress/share/  /mnt/Storage  cifs  auto,uid=1000,username=share_username,password=share_password,iocharset=utf8,sec=ntlm,file_mode=0777,dir_mode=0777  0  0
zlon
  • 229
  • Is your HOME folder encrypted? Does it work with another mount point (say, /mnt)? – ridgy Apr 23 '17 at 20:11
  • HOME is not encrypted. Another mount point I will try tomorrow (it is work PC). After sudo mount -a everything works. – zlon Apr 23 '17 at 20:15

0 Answers0