lux-integ wrote: > greetings > > I recently built a clfs setup (AMD64 cpu kernel3.10.4 ). It had eudev > (equivalent to udev-204- a udev fork of systemd ) and noticed that usb > sticks were recognised on plutging-in but could not be mounted. I later > tried systemd204 and 206 and I have the same problem. > > I looked through the kernel options to see If I could see something related > to hoplug but I could not find any.
When you plug in the usb stick, udev should create a device like /dev/sd?. Does it do that for you. If so, what are the permissions? Also, how is the usb stick formatted? If FAT, then that must be in the kernel (or a module). You could try sudo mkfs -t ext3 /dev/sd? To change the format. Also try sudo fdisk -dev/sd? If that works, then the device is recognized. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
