I am using KDE for a quite a long time now but never experienced following problems before. I will try to make the description as clear as possible.
The problem is that the media manager in KDE does not detect my USB hard drive that has reiserfs on it, a label and it DID work some time ago. If I connect the drive before the boot then it appears in the list.
The hard driver itself is detected as /dev/sdb (/dev/sdb2 is the partition) by linux as you can see from dmesg:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
usb 5-2: new high speed USB device using ehci_hcd and address 7
usb 5-2: configuration #1 chosen from 1 choice
scsi7 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 7
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 7:0:0:0: Direct-Access Maxtor 6 Y160P0 0000 PQ: 0 ANSI: 0
SCSI device sdb: 320173056 512-byte hdwr sectors (163929 MB)
sdb: Write Protect is off
sdb: Mode Sense: 27 00 00 00
sdb: assuming drive cache: write through
SCSI device sdb: 320173056 512-byte hdwr sectors (163929 MB)
sdb: Write Protect is off
sdb: Mode Sense: 27 00 00 00
sdb: assuming drive cache: write through
sdb: sdb2
sd 7:0:0:0: Attached scsi disk sdb
sd 7:0:0:0: Attached scsi generic sg1 type 0
|
The /etc/mtab and /etc/fstab do not contain entry for this drive so it is not the source of problems.
It seems like devices are only put into media folder only if they are present at boot time not later. What might be the source of problems?