View Single Post

   
  #3 (permalink)  
Old 01-18-2008, 06:39 PM
The Natural Philosopher
 
Posts: n/a
Default Re: Cannot mount pen drives

Jody Bruchon wrote:
> kaari wrote:
>> I'm using Derbian GNU/Linux as my OS. But I cant mount KINGSTON pen
>> drives on Debian.
>> This problem was not occured when I connect other Brands. Please Help
>>
>> I'm using Debian "testing" GNU/Linux
>>

> It sounds a lot like there's something wrong with that specific drive.
> You might want to google it and see if others have had the same problem.
> Also, the usual "you're using something other than stable so don't
> expect it to behave" drivel applies. Does your kernel have the
> usb_storage module loaded or compiled in? If you're using the stock
> Debian kernel, it wouldn't hurt to run modconf and make sure it's
> getting loaded beforehand.
>
> In short, finding an answer may well prove to be a fishing expedition.
>


It was for me.

There are certain things that get handled by default by Udev and so on,
but others that don't.

Google everything on udev you can find, and then examine the commands
udevinfo, udevmonitor and the like.

What is PROBABLY happening is that the default setup is recognising the
device and assigning it a pseudo-scsi ID, but that isn't being picked up
and explicitly mounted.

However its a bit of a minefield and YMMV.

Have look at log - /var/log/messages - as you insert the drive and see
what gets spat out there.

I have testing distro debian here also. Will try and help if I can.

---
Reply With Quote