> That was my initial setup before trying the abbreviations, but anyway: > > [root@plexvm ~]# nano /etc/fstab > [root@plexvm ~]# cat /etc/fstab > > # > # /etc/fstab > # Created by anaconda on Fri Apr 3 14:02:23 2020 > # > # Accessible filesystems, by reference, are maintained under '/dev/disk/'. > # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more > info. > # > # After editing this file, run 'systemctl daemon-reload' to update systemd > # units generated from this file. > # > /dev/mapper/cl_plexvm-root / xfs defaults > 0 0 > UUID=f7c4e0e2-703e-4e61-8d7a-0aa34f836b02 /boot ext4 > defaults 1 2 > /dev/mapper/cl_plexvm-swap swap swap defaults > 0 0 > //192.168.1.200/mp3 /home/plex/Musique cifs > username=plex,password=plex,domain=DERWAEL,ro,auto,vers=3.0 > #//192.168.1.200/videos /home/plex/Vidéos cifs > user=plex,pass=plex,workgroup=DERWAEL,ro,auto,vers=3.0 > #//192.168.1.200/series /home/plex/Séries cifs > user=plex,pass=plex,workgroup=DERWAEL,ro,auto,vers=3.0 > [root@plexvm ~]# systemctl daemon-reload > [root@plexvm ~]# mount -a > mount error(2): No such file or directory > Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) > [root@plexvm ~]# > What happens when you run mount -t cifs //192.168.1.200/mp3 /home/plex/Musique --verbose \ -o username=plex,password=plex,domain=DERWAEL,ro,auto,vers=3.0 Regards, Simon _______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx https://lists.centos.org/mailman/listinfo/centos