No network/SMB

Hi,

That was my first thought but i used a copy & paste of the password in FSTAB to login to my Freebox, unless i need to reboot it for my Vero 4K.

Try that as maybe the automount process cached the password

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Aug 16 13:40:04 2017 from 192.168.0.31
osmc@osmc:~$ ls -lah /mnt/FREEBOX_Films
ls: cannot open directory /mnt/FREEBOX_Films: No such device
osmc@osmc:~$ ls -lah /mnt/FREEBOX_Series
ls: cannot open directory /mnt/FREEBOX_Series: No such device
osmc@osmc:~$ ls -lah /mnt/FREEBOX_Musique
ls: cannot open directory /mnt/FREEBOX_Musique: No such device
osmc@osmc:~$ ls -lah /mnt/FREEBOX_Media
ls: cannot access /mnt/FREEBOX_Media: No such file or directory
osmc@osmc:~$ grab-logs -A
Logs successfully uploaded.
Logs available at https://paste.osmc.tv/xemeqivemi
osmc@osmc:~$

Nope, of course i can try another password but …

So now suddenly none of them is working?

Nope, of course i can try another password but …

Edit : i see this in the log :
Pi config error
advancedsettings.xml error /i deleted it earlier

"Interesting"point, maybe just for me, i found a FSTAB file in .kodi/userdata with my old password

With the lack of understanding I have of the subject i see the following options :

  1. Edit FSTAB in .kodi/userdata with my new password
  2. Delete it
  3. Rollback with my backup and edit the password in FSTAB

What do you think ? Thanks !

Just delete it, should not be there anyhow

It’s not working.

I found, in .kodi/userdata/, a file named password.xml, with one the 3 shares and my previous password. Changing it did no help.

If you’re mounting the shares via /etc/fstab, then you are
not using the sources in Kodi XML, so the password doesn’t
need to be updated there.

Does cat /etc/fstab show your fstab is up to date with the new password?
What does the output of sudo mount -a show?

Sam

Ok

rootfs is not mounted in fstab as we do it via initramfs. Uncomment for remount (slower boot)

#/dev/vero-nand/root / ext4 defaults,noatime 0 0

//192.168.0.254/Films /mnt/FREEBOX_Films cifs x-systemd.automount,noauto,iocharset=utf8,user,username=danielbachelay,password=,uid=osmc,gid=osmc,iocharset=utf8,file_mode=0770,dir_mode=0770,vers=1.0 0 0
//192.168.0.254/Series /mnt/FREEBOX_Series cifs x-systemd.automount,noauto,iocharset=utf8,user,username=danielbachelay,password=,uid=osmc,gid=osmc,iocharset=utf8,file_mode=0770,dir_mode=0770,vers=1.0 0 0
//192.168.0.254/Musique /mnt/FREEBOX_Musique cifs x-systemd.automount,noauto,iocharset=utf8,user,username=danielbachelay,password=,uid=osmc,gid=osmc,iocharset=utf8,file_mode=0770,dir_mode=0770,vers=1.0 0 0

Nothing

Sorry, should be sudo mount -av (for verbose)

No problem :slight_smile:

osmc@osmc:~$ sudo mount -av
/mnt/FREEBOX_Films : ignored
/mnt/FREEBOX_Series : ignored
/mnt/FREEBOX_Musique : ignored
osmc@osmc:~$

Any idea ? I bought the Vero 4K as a present, don’t know what to says. Thanks :slight_smile:

It shouldn’t be this complicated to mount a CIFS share.

Are you sure the password is correct?
fstab itself looks OK, so reboot and checking /proc/mounts (cat /proc/mounts) will show a list of mounted filesystems.

Password problems are frequent but i copied the password from FSTAB to paste it @192.168.0.254, it works.

What is the exact command line please ? Thanks

Hi there. Could you answer each numbered question for us.

1 What is the output from running ls -la /mnt

2 You say you changed your password “for securiy reasons”. For now, please change it to ABCD1234 and then reboot your FREEBOX server. Please confirm that you have changed the password.

3 Include this new password in your /etc/fstab file. Then show us the output from cat /etc/fstab.

4 Then show the output from running sudo mount -av

Hi,

Before your post, i changed back the share password and FSTAB, it seems ok. I’m scrapping Freebox_serie right know

I’m gonna post the result of this command line asap

So:

Point 1:
osmc@osmc:~$ ls -la /mnt
total 16
drwxr-xr-x 7 root root 4096 Jan 1 2015 .
drwxr-xr-x 23 root root 4096 Aug 14 21:13 …
drwxrwxrwx 1 osmc osmc 0 Aug 12 11:18 FREEBOX_Films
drwxrwxrwx 1 osmc osmc 0 Aug 1 22:47 FREEBOX_Musique
drwxrwxrwx 1 osmc osmc 0 Aug 7 21:14 FREEBOX_Series
dr-xr-xr-x 2 root root 4096 Jan 1 2015 FREEBOX_media
drwxr-xr-x 2 root root 4096 Aug 15 15:33 test

Point 2:
As i wrote i came back to the previous password. I can make a test with this third password tomorrow but it’s not my Vero 4K, i needed to make it work tonight.

Point 3:
osmc@osmc:~$ sudo mount -av
/mnt/FREEBOX_Films : ignored
/mnt/FREEBOX_Series : ignored
/mnt/FREEBOX_Musique : ignored
osmc@osmc:~$

Anything else ?

So are all three mounts are working now?
If not than post grab-logs -A

They’re working with the old password, but i can’t change it, and i have playback problems. Thanks.