Douglas G. Oechsler
2024-Mar-27 16:46 UTC
[Samba] Linux Mint 21.3 client AD joined OK but no usb working
Hello Rowland! Em qua., 27 de mar. de 2024 ?s 05:56, Rowland Penny via samba < samba at lists.samba.org> escreveu:> On Fri, 22 Mar 2024 19:39:45 +0000 > Rowland Penny via samba <samba at lists.samba.org> wrote: > > > > > > > What I can not understand: Why are USB ports there no permission to > > > be recognised or read and run properly when Linux Mint is an AD > > > member? > > > > Let me think about this, I can think of no reason for it not working. > > > > Rowland > > > > OK, so I thought about this and I think it is a permissions problem. To > find out what permissions to apply, we need to know what is set now, > > I take it that, after you plug the USB drive in, it is mounted > automatically on /media, so what does 'ls -l /media' show ? > > Show this:The pendrive is plugged /media$ ls -l total 4 drwxr-x---+ 4 root root 4096 mar 27 08:59 douglas-ti 70920 at douglas-note:/media$> Rowland > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >-- *Douglas Giovani Oechsler* e-mail: doguibnu at gmail.com <douglasgiovani at oechsler.com.br> *Prudent?polis - PR*
Rowland Penny
2024-Mar-27 16:59 UTC
[Samba] Linux Mint 21.3 client AD joined OK but no usb working
On Wed, 27 Mar 2024 13:46:21 -0300 "Douglas G. Oechsler" <doguibnu at gmail.com> wrote:> Hello Rowland! > > Em qua., 27 de mar. de 2024 ?s 05:56, Rowland Penny via samba < > samba at lists.samba.org> escreveu: > > > On Fri, 22 Mar 2024 19:39:45 +0000 > > Rowland Penny via samba <samba at lists.samba.org> wrote: > > > > > > > > > > What I can not understand: Why are USB ports there no > > > > permission to be recognised or read and run properly when Linux > > > > Mint is an AD member? > > > > > > Let me think about this, I can think of no reason for it not > > > working. > > > > > > Rowland > > > > > > > OK, so I thought about this and I think it is a permissions > > problem. To find out what permissions to apply, we need to know > > what is set now, > > > > I take it that, after you plug the USB drive in, it is mounted > > automatically on /media, so what does 'ls -l /media' show ? > > > > Show this: > The pendrive is plugged > > /media$ ls -l > total 4 > drwxr-x---+ 4 root root 4096 mar 27 08:59 douglas-ti > 70920 at douglas-note:/media$That on the face of it is only allowing the 'root' user full permissions on the directory 'douglas-ti' (which I take it the USB drive) and members of the 'root' group, read and enter/traverse. There is however the '+' sign on the end of permissions, which signifies that there is an EA in use, so what does 'getfacl /media' show ? Rowland