Problem mounting 2 network shared folder folders perminitaly

I know the force is strong here so I’m looking for help. I’m running Ubuntu 19.10 and trying to set up some laptops for my kids so i can get my laptop back and they will stop fighting over it. I’m trying to attach their shared folders so they are easy to get to and stay out of my stuff.

I am using a freeNAS with SMB shares. It will only let me mount the Conor folder. My lines is fstab are this.

Mount Conor’s folder

//192.168.1.10/Zeus/Home/Users/Conor /media/Conor cifs username=mine,password=mine,uid=1000,iocharset=utf8,user 0 0

Mount michael’s folder

//192.168.1.10/Zeus/Home/Users/Michael /media/Michael cifs username=mine,password=mine,uid=1000,iocharset=utf8,user 0 0

No matter what i do it doesnt want to mount the “Michael” folder. But it mounts the Conor folder no problem.

Please help they are home for another month at least.

Okay, so I’m going to need a bit more information.

You’re running a Samba server on your laptop, right? If so, please include your samba server config.

Your mount options should look like this:

_netdev,reconnect,transform_symlinks,idmap=user,username=mine,password=mine,uid=1000,iocharset=utf8,user

Does your username/password have permissions to access both of those dirs on the host system?

Also, when you run sudo mount -av what is the output?

I didn’t think i needed to run a Samba server on the laptop cause they are inside a windows share in FreeNAS.

I made sure i am in the Wheel group so i have access to everything on the server.

I also double checked i have full access to these folders from my windows tower and Linux tower.

I just turned it on when you asked me to check sudo mount -av and today nothing was connected. So i looked at the fstab again and since I’m not tired i saw that iocharset=utf8 was iocharset-utf8 instead. Once i fixed that everything mounted properly.

But since i have you here is there a way to have those folders only show up on my profile and their profiles. So only Conor and i can see his folder and only Michael and I can see his.