Re: mounting USB mass storage devices

2006-06-24 Thread Willie Wonka
Matej Kosik wrote: > shire:/home/kosik# cat /dev/sda > cat: /dev/sda: No such device or address Now why would you do that ? It'll make your pager ('cat', in this instance) go bonkers! CTRL+C to stop it > shire:/home/kosik# fdisk /dev/sda > Unable to open /dev/sda As a ty

Re: mounting USB mass storage devices

2006-06-24 Thread gustavo halperin
This solution is not always work. For example if you want mount another usbkey obviously the device will be other than /dev/sda, more over if this device hangs before for some reason again you will need another device. I don't know how work the mount automatically, but this is not the way and t

Re: mounting USB mass storage devices

2006-06-24 Thread Matej Kosik
Hi, Willie Wonka wrote: > Got a /etc/fstab entry like this? > > dev/sda /media/usbkey autorw,user,noauto 0 0 Not only mounting does not work but also more fundamental things. shire:/home/kosik# cat /dev/sda cat: /dev/sda: No such device or address shi

Re: mounting USB mass storage devices

2006-06-23 Thread B.Hoffmann
Sorry if this seems basic, but do you have a folder in /media pointing to your storage devices? I had this problem recently and sometimes forget to check this in a new install as pointers are not always created automatically. Kind Regards, B.Hoffmann Linux User #398054 -Zenwalk- -Ubuntu- -Debia

Re: mounting USB mass storage devices

2006-06-23 Thread Matej Kosik
[EMAIL PROTECTED] wrote: > Seems to me like hotplug package is not installed I have `hotplug' package installed. The version (in stable distribution) I have is 0.0.200403. The system behaves the same as if it were not installed. > > > > > На 23.6.2006 16:51 написахте: > >>[EMAIL PROTECTED] w

Re: mounting USB mass storage devices

2006-06-23 Thread Matej Kosik
[EMAIL PROTECTED] wrote: > Hmm strange > and lsusb shows devices? Regardless whether USB device is attached to the computer or not, always this: shire:/home/kosik# lsusb Bus 003 Device 001: ID : Bus 002 Device 001: ID : Bus 001 Device 001: ID : Addtionally: [EMAIL PRO

Re: mounting USB mass storage devices

2006-06-23 Thread Matej Kosik
[EMAIL PROTECTED] wrote: > > Hi, > you have to load usb_storage kernel module in order to use these devices > > Hi, I have tried that: shire:/tmp# modprobe usb_storage shire:/tmp# lsmod|grep usb usb_storage69056 0 usbcore 119044 4 us

Re: mounting USB mass storage devices

2006-06-23 Thread Matej Kosik
Matej Kosik wrote: > > I am not sure what other information I should send so that somebody can > help me. During boot time, I see these messages: FATAL: Module ide_detect not found. modprobe: FATAL: Error inserting rtc (/lib/modules/2.6.8.../kernel/drivers/char/rtc.ko): No such

Re: mounting USB mass storage devices

2006-06-23 Thread ogi
На 23.6.2006 14:55 Matej Kosik пише: > Hello, > > When I reinstalled Debian GNU/Linux (I needed different partitioning) I > wasn't able to mount none of the USB mass storage devices. I have > - ordinary "USB key" > - and a digital camera. > > Before, if I attached USB key to some USB slot, I saw th