search for: plexvm

Displaying 12 results from an estimated 12 matches for "plexvm".

Did you mean: plex
2020 Apr 03
4
Mounting CIFS shares on C8
Exactly the same... ??? [root at plexvm ~]# mount -t cifs //192.168.1.200/mp3 /home/plex/Musique --verbose -o username=plex,password=plex,domain=DERWAEL,ro,auto,vers=3.0 mount.cifs kernel mount options: ip=192.168.1.200,unc=\\192.168.1.200\mp3,vers=3.0,user=plex,domain=DERWAEL,pass=******** mount error(2): No such file or directory Refer...
2020 Apr 03
2
Mounting CIFS shares on C8
That was my initial setup before trying the abbreviations, but anyway: [root at plexvm ~]# nano /etc/fstab [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 editin...
2020 Apr 03
2
Mounting CIFS shares on C8
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 daem...
2020 Apr 03
6
Mounting CIFS shares on C8
...ils samba-client samba-common are installed, up to date etc... These are my current fstab entries on the C7 box //192.168.1.200/mp3 /home/plex/Musique cifs user=plex,pass=plex,ro,auto,vers=3.0 //192.168.1.200/videos /home/plex/Vid?os cifs user=plex,pass=plex,ro,auto,vers=3.0 On my C8: [root at plexvm etc]# cat 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-...
2020 Apr 03
4
Mounting CIFS shares on C8
...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 daem...
2020 Apr 04
0
Mounting CIFS shares on C8
Then, what I'd try is 1) With an other directory like /mnt/xxx just to make sure it's not something with /home that it doesn't like. 2) See what it's doing by running it with strace -f mount..... Regards, Simon > Exactly the same... ??? > > > [root at plexvm ~]# mount -t cifs //192.168.1.200/mp3 /home/plex/Musique > --verbose -o username=plex,password=plex,domain=DERWAEL,ro,auto,vers=3.0 > mount.cifs kernel mount options: > ip=192.168.1.200,unc=\\192.168.1.200\mp3,vers=3.0,user=plex,domain=DERWAEL,pass=******** > mount error(2): No such fil...
2020 Apr 03
0
Mounting CIFS shares on C8
On Fri, Apr 3, 2020 at 4:09 PM Patrick DERWAEL <patrick at derwael.be> wrote: > Exactly the same... ??? > > > [root at plexvm ~]# mount -t cifs //192.168.1.200/mp3 /home/plex/Musique > --verbose -o username=plex,password=plex,domain=DERWAEL,ro,auto,vers=3.0 > mount.cifs kernel mount options: > > ip=192.168.1.200,unc=\\192.168.1.200\mp3,vers=3.0,user=plex,domain=DERWAEL,pass=******** > mount error(2): No suc...
2020 Apr 03
0
Mounting CIFS shares on C8
On 4/3/20 12:48 PM, Patrick DERWAEL wrote: > 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. > # > # Afte...
2020 Apr 03
0
Mounting CIFS shares on C8
> That was my initial setup before trying the abbreviations, but anyway: > > [root at plexvm ~]# nano /etc/fstab > [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 b...
2020 Apr 03
0
Mounting CIFS shares on C8
...t; > > These are my current fstab entries on the C7 box > > //192.168.1.200/mp3 /home/plex/Musique cifs > user=plex,pass=plex,ro,auto,vers=3.0 > //192.168.1.200/videos /home/plex/Vid?os cifs > user=plex,pass=plex,ro,auto,vers=3.0 > > > On my C8: > > [root at plexvm etc]# cat fstab > <snip> > /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 >...
2020 Apr 03
0
Mounting CIFS shares on C8
...etc... > > These are my current fstab entries on the C7 box > > //192.168.1.200/mp3 /home/plex/Musique cifs > user=plex,pass=plex,ro,auto,vers=3.0 > //192.168.1.200/videos /home/plex/Vid?os cifs > user=plex,pass=plex,ro,auto,vers=3.0 > > > On my C8: > > [root at plexvm etc]# cat 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. > # > # Af...
2020 Apr 03
0
Mounting CIFS shares on C8
...gt; >> _______________________________________________ >> 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. > # > # Aft...