Re: Lucid permissions problems for usb
Let's check a couple of things.
First, with the USB stick plugged in paste the contents of the fstab file in your next mgs (did it change? It shouldn't.)
Secondly, while it is plugged in do "df -aT" in a Konsole and report that. That will tell me what type of connection your usb stick created. Snowhog encountered your problem on a USB HD drive but his fix may apply in your case. The thread is here.
Third, make sure you are a member of the plugdev group by using Kuser. (Don't change anything if you are, but add yourself to that group if you are not already in it.)
You, or a kernel update, may have corrupted the udev rules and reinstalling udev may fix matters.
Or, since HAL is still working, you may want to consider installing pmount.
Let's check a couple of things.
First, with the USB stick plugged in paste the contents of the fstab file in your next mgs (did it change? It shouldn't.)
Secondly, while it is plugged in do "df -aT" in a Konsole and report that. That will tell me what type of connection your usb stick created. Snowhog encountered your problem on a USB HD drive but his fix may apply in your case. The thread is here.
Third, make sure you are a member of the plugdev group by using Kuser. (Don't change anything if you are, but add yourself to that group if you are not already in it.)
You, or a kernel update, may have corrupted the udev rules and reinstalling udev may fix matters.
Udev is a collection of tools and a daemon to manage events received from the kernel and deal with them in user-space. Primarily this involves creating and removing device nodes in /dev when hardware is discovered or removed from the system. Udev is explained here.
Events are received via kernel netlink messaged and processed according to rules in /etc/udev/rules.d and /lib/udev/rules.d, altering the name of the device node, creating additional symlinks or calling other tools and programs including those to load kernel modules and initialise the device.
Events are received via kernel netlink messaged and processed according to rules in /etc/udev/rules.d and /lib/udev/rules.d, altering the name of the device node, creating additional symlinks or calling other tools and programs including those to load kernel modules and initialise the device.
pmount is a wrapper around the standard mount program which permits normal users to mount removable devices without a matching /etc/fstab entry. .....
This package also contains a wrapper "pmount-hal" which reads some information like device labels and mount options from hal and passes them to pmount. Install the package "hal" if you want to use this feature.
....
This package also contains a wrapper "pmount-hal" which reads some information like device labels and mount options from hal and passes them to pmount. Install the package "hal" if you want to use this feature.
....
Comment