Le ven. 3 avr. 2020 ? 17:54, Jonathan Billings <billings at negate.org> a ?crit :> On Fri, Apr 03, 2020 at 04:00:42PM +0200, Patrick DERWAEL wrote: > > //192.168.1.200/mp3 /home/plex/Musique cifs > > user=plex,pass=plex,workgroup=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 > > Try removing non-ascii characters from your mountpoints and try again. > > -- > Jonathan Billings <billings at negate.org> > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >I have commented out the 2 mounts with non-ascii... that didn't help... [root at 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 user=plex,pass=plex,workgroup=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 at 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 at plexvm ~]# -- Patrick Derwael Rue de la fontaine, 3 4210 Burdinne T?l:+32.(0)479.80.50.79
On Fri, 3 Apr 2020 18:01:27 +0200 Patrick DERWAEL wrote:> # > # After editing this file, run 'systemctl daemon-reload' to update systemd > # units generated from this file.I assume that you have done this part too? -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
Done that and rebooted as well.... -------------------------------- Patrick Derwael Rue de la Fontaine 3 4210 Burdinne +32.(0)479.80.50.79 Le ven. 3 avr. 2020 ? 18:11, Frank Cox <theatre at sasktel.net> a ?crit :> On Fri, 3 Apr 2020 18:01:27 +0200 > Patrick DERWAEL wrote: > > > # > > # After editing this file, run 'systemctl daemon-reload' to update > systemd > > # units generated from this file. > > I assume that you have done this part too? > > -- > MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >
Am 03.04.20 um 18:01 schrieb Patrick DERWAEL:> Le ven. 3 avr. 2020 ? 17:54, Jonathan Billings <billings at negate.org> a > ?crit : > >> On Fri, Apr 03, 2020 at 04:00:42PM +0200, Patrick DERWAEL wrote: >>> //192.168.1.200/mp3 /home/plex/Musique cifs >>> user=plex,pass=plex,workgroup=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 >> >> Try removing non-ascii characters from your mountpoints and try again. >> >> -- >> Jonathan Billings <billings at negate.org> >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailman/listinfo/centos >> > > I have commented out the 2 mounts with non-ascii... that didn't help... > > > [root at 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 > user=plex,pass=plex,workgroup=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 at 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 at plexvm ~]# > >username=value password=value domain=value ? -- Leon
User & pass are present According to the man pages, workgroup is supported I have changed it to domain, but that didn't change a thing [root at 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 user=plex,pass=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 at plexvm ~]# systemctl daemon-reload [root at 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 at plexvm ~]# Le ven. 3 avr. 2020 ? 18:23, Leon Fauster via CentOS <centos at centos.org> a ?crit :> Am 03.04.20 um 18:01 schrieb Patrick DERWAEL: > > Le ven. 3 avr. 2020 ? 17:54, Jonathan Billings <billings at negate.org> a > > ?crit : > > > >> On Fri, Apr 03, 2020 at 04:00:42PM +0200, Patrick DERWAEL wrote: > >>> //192.168.1.200/mp3 /home/plex/Musique cifs > >>> user=plex,pass=plex,workgroup=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 > >> > >> Try removing non-ascii characters from your mountpoints and try again. > >> > >> -- > >> Jonathan Billings <billings at negate.org> > >> _______________________________________________ > >> CentOS mailing list > >> CentOS at centos.org > >> https://lists.centos.org/mailman/listinfo/centos > >> > > > > I have commented out the 2 mounts with non-ascii... that didn't help... > > > > > > [root at 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 > > user=plex,pass=plex,workgroup=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 at 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 at plexvm ~]# > > > > > > username=value > password=value > domain=value > > ? > > -- > Leon > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >-- Patrick Derwael Rue de la fontaine, 3 4210 Burdinne T?l:+32.(0)479.80.50.79