hi
I just install the final release of kubuntu (Karmic Koala) and any of my usb storage devices (such as a pendrive and a ipod touch) get listed in the dolphin places or even is recognized.
i've run tail -f /var/log/messages and get this output:
edit:
---
here is my fstab:
I can mount the device using $mount /dev/sdb1 /media/sdb1
but any notification is displayed
---
any solutions for this?
thanks in advance for any idea
PD
Sorry for my bad English
I just install the final release of kubuntu (Karmic Koala) and any of my usb storage devices (such as a pendrive and a ipod touch) get listed in the dolphin places or even is recognized.
i've run tail -f /var/log/messages and get this output:
Code:
Nov 1 13:17:04 GLaDOS kernel: [ 2129.291997] usb 2-3: USB disconnect, address 7 Nov 1 13:22:10 GLaDOS kernel: [ 2435.240122] usb 2-3: new high speed USB device using ehci_hcd and address 8 Nov 1 13:22:10 GLaDOS kernel: [ 2435.382649] usb 2-3: configuration #1 chosen from 1 choice Nov 1 13:22:10 GLaDOS kernel: [ 2435.384638] scsi10 : SCSI emulation for USB Mass Storage devices Nov 1 13:22:15 GLaDOS kernel: [ 2440.385661] scsi 10:0:0:0: Direct-Access Kingston DT 101 II PMAP PQ: 0 ANSI: 0 CCS Nov 1 13:22:15 GLaDOS kernel: [ 2440.386835] sd 10:0:0:0: Attached scsi generic sg2 type 0 Nov 1 13:22:16 GLaDOS kernel: [ 2440.642228] sd 10:0:0:0: [sdb] 15667200 512-byte logical blocks: (8.02 GB/7.47 GiB) Nov 1 13:22:16 GLaDOS kernel: [ 2440.642840] sd 10:0:0:0: [sdb] Write Protect is off Nov 1 13:22:16 GLaDOS kernel: [ 2440.655959] sdb: sdb1 Nov 1 13:22:16 GLaDOS kernel: [ 2440.664706] sd 10:0:0:0: [sdb] Attached SCSI removable disk
---
here is my fstab:
Code:
proc /proc proc defaults 0 0 # / was on /dev/sda1 during installation UUID=fc817990-30b0-4051-9895-cb01604e037b / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=88a62d88-7155-41a0-b6d4-b0c5a322aa92 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
but any notification is displayed
---
any solutions for this?
thanks in advance for any idea
PD
Sorry for my bad English
Comment