Announcement

Collapse
No announcement yet.

usb disk

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    usb disk

    Hi,

    I use Kubuntu 9.04 on a AMD64 machine. I used to plug in 1TB and 1.5TB usb external disks and transfer files to and from the computer with ease. Also I used to plug in usb memory sticks and digital camera without any difficulty, each time the icon on the task bar got activated. Now, I can not mount any usb devices to my computer. When I do nothing happens. lsusb command works very slowly and I get;

    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 002: ID 0ac8:303b Z-Star Microelectronics Corp. ZC0303 WebCam
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


    and for mount command;

    /dev/sda1 on / type ext3 (rw,relatime,errors=remount-ro)
    tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
    proc on /proc type proc (rw,noexec,nosuid,nodev)
    sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
    varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
    varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
    procbususb on /proc/bus/usb type usbfs (rw)
    udev on /dev type tmpfs (rw,mode=0755)
    tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
    devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
    fusectl on /sys/fs/fuse/connections type fusectl (rw)
    lrm on /lib/modules/2.6.28-14-generic/volatile type tmpfs (rw,mode=755)
    usbfs on /dev/bus/usb/.usbfs type usbfs (rw,devmode=600,busmode=700,listmode=644)
    usbfs on /proc/bus/usb/.usbfs type usbfs (rw,devmode=600,busmode=700,listmode=644)
    /dev/sdb1 on /home type ext3 (rw,relatime)
    securityfs on /sys/kernel/security type securityfs (rw)
    nfsd on /proc/fs/nfsd type nfsd (rw)
    binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)


    Any idea what is going on and how can I solve this problem?

    Thanks for the help.

    #2
    Re: usb disk

    Originally posted by okkadiroglu

    usbfs on /dev/bus/usb/.usbfs type usbfs (rw,devmode=600,busmode=700,listmode=644)
    usbfs on /proc/bus/usb/.usbfs type usbfs (rw,devmode=600,busmode=700,listmode=644)
    You might try manually unmounting these, since they appear to be unused/unneeded. Also make sure the HAL daemon is running.

    Comment

    Working...
    X