[OBORONA-SPAM] Re: USB device permissions

Gabriel Dragffy dragffy at yandex.ru
Tue Mar 21 08:53:47 UTC 2006


The filesystem is vfat or rather fat32. I'm sure it's to do with permissions 
as if I do a root login everything works swimmingly. Mounting the device is 
not a problem, the automagical mount works like a charm.

Are you saying I should add
BUS=="usb", KERNEL=="sd[a-z]*", MODE="0640", GROUP="plugedev"
?
If this is correct I will add it to the file and see what happens,
cheers.


On Monday 20 March 2006 21:40, Derek Broughton wrote:
> Gabriel Dragffy wrote:
> > I didn't find the exact file permissions.d but I did
> > have: /etc/udev/permissions.rules
> >
> > this contained the following:
> > # USB devices
> > BUS=="usb", KERNEL=="legousbtower*", MODE="0666"
> > BUS=="usb", KERNEL=="lp[0-9]*", GROUP="lp"
> > BUS=="usb", KERNEL=="ub[a-z]*", NAME="%k", MODE="0640", GROUP="plugdev"
> >
> > My user account is already registered as being in the group "plugdev",
> > but still lacks some permissions with reading and writing.
>
> OK, note that there are no /dev/sd* devices in that set.  You're looking
> for KERNEL=="sd[a-z]*"
>
> > Namely I cannot
> > access files through a KDE app when the files are on a USB device because
> > it says I "can only select local files".
>
> That seems to be a different problem - I'd get the mounting part working
> first then worry about it.
>
> > But I also have problems deleting
> > files/folders, although writing them seems not to be a problem.
>
> What filesystem is on the device?  vfat?
> --
> derek




More information about the kubuntu-users mailing list