• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

"Cannot mount Volume"

Hi,
ich habe probiert meinen MP3-Player an meinen PC zu stecken. Normalerweise ist immer alles gegangen auf anderen Systemen wie OpenSuSE, aber jetzt auf Debian 5 Lenny funktioniert es nicht mehr... Da kommt immer die Fehlermeldung: "Cannot mount Volume". Wie kann ich das Problem lösen?

mfg
 

Grothesk

Ultimate Guru
In dem du einen Blick in das entsprechende log-file wirfst, warum das Ding nicht gemountet wird.
Keine Ahnung, ob das bei Debian /var/log/messages ist.
 

Rainer Juhser

Moderator
Teammitglied
Bei einer Suse wäre auch das Ausführen von
Code:
tail -f /var/log/messages
in einer Konsole, anschließendes Einstöpseln des MP3-Players und Beobachten der dann erscheinenden Meldungen im Log ein guter Ansatzpunkt. Allerdings weiß ich nicht, ob das Logfile bei Debian genauso heißt.
 
OP
L

linux@freak

Member
Also das kommt mal raus:
Code:
Apr 10 16:40:49 wolfgang kernel: [  830.627487] usb 3-2: Manufacturer: ALi Corp.
Apr 10 16:40:49 wolfgang kernel: [  830.627489] usb 3-2: SerialNumber: 00325000101410066506
Apr 10 16:40:54 wolfgang kernel: [  835.625707] scsi 1:0:0:0: Direct-Access              Audio Player          PQ: 0 ANSI: 0 CCS
Apr 10 16:40:54 wolfgang kernel: [  835.631937] sd 1:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
Apr 10 16:40:54 wolfgang kernel: [  835.632446] sd 1:0:0:0: [sda] Write Protect is off
Apr 10 16:40:54 wolfgang kernel: [  835.634941] sd 1:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
Apr 10 16:40:54 wolfgang kernel: [  835.635566] sd 1:0:0:0: [sda] Write Protect is off
Apr 10 16:40:54 wolfgang kernel: [  835.635578]  sda: sda1
Apr 10 16:40:54 wolfgang kernel: [  835.636817] sd 1:0:0:0: [sda] Attached SCSI removable disk
Apr 10 16:41:04 wolfgang kernel: [  845.242084] usb 3-2: USB disconnect, address 4
Apr 10 16:46:26 wolfgang kernel: [ 1167.060034] usb 3-2: new high speed USB device using ehci_hcd and address 5
Apr 10 16:46:26 wolfgang kernel: [ 1167.198489] usb 3-2: configuration #1 chosen from 1 choice
Apr 10 16:46:26 wolfgang kernel: [ 1167.199218] scsi2 : SCSI emulation for USB Mass Storage devices
Apr 10 16:46:26 wolfgang kernel: [ 1167.199451] usb 3-2: New USB device found, idVendor=0402, idProduct=5661
Apr 10 16:46:26 wolfgang kernel: [ 1167.199455] usb 3-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Apr 10 16:46:26 wolfgang kernel: [ 1167.199458] usb 3-2: Product: Audio Player
Apr 10 16:46:26 wolfgang kernel: [ 1167.199460] usb 3-2: Manufacturer: ALi Corp.
Apr 10 16:46:26 wolfgang kernel: [ 1167.199462] usb 3-2: SerialNumber: 00325000101410066506
Apr 10 16:46:31 wolfgang kernel: [ 1172.197241] scsi 2:0:0:0: Direct-Access              Audio Player          PQ: 0 ANSI: 0 CCS
Apr 10 16:46:31 wolfgang kernel: [ 1172.237814] sd 2:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
Apr 10 16:46:31 wolfgang kernel: [ 1172.238348] sd 2:0:0:0: [sda] Write Protect is off
Apr 10 16:46:31 wolfgang kernel: [ 1172.240970] sd 2:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
Apr 10 16:46:31 wolfgang kernel: [ 1172.241601] sd 2:0:0:0: [sda] Write Protect is off
Apr 10 16:46:31 wolfgang kernel: [ 1172.241615]  sda: sda1
Apr 10 16:46:31 wolfgang kernel: [ 1172.242745] sd 2:0:0:0: [sda] Attached SCSI
removable disk

Wäre fein, wenn man mir hier helfen kann =)

Danke schonmal für die Hilfe!

mfg
 

Grothesk

Ultimate Guru
Code:
The standard form of the mount command, is
              mount -t type device dir
Also
Code:
mount /dev/DEINGERAET /DEIN/MOUNTPUNKT

...und ich dachte, du seist ein Linuxfreak...
 

Grothesk

Ultimate Guru
Das ist ein leeres Verzeichnis, in welches das Dateisystem der Partition 'eingehängt' oder 'gemountet' wird.
Kann praktischerweise freigewählt werden.
 
OP
L

linux@freak

Member
Code:
username@linux@freak:~$ su
Password: 
linux@freak:/home/username# mount -i /dev/Audio Player Video Player /linux@freak
Usage: mount -V                 : print version
       mount -h                 : print this help
       mount                    : list mounted filesystems
       mount -l                 : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
       mount -a [-t|-O] ...     : mount all stuff from /etc/fstab
       mount device             : mount device at the known place
       mount directory          : mount known device here
       mount -t type dev dir    : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
       mount --bind olddir newdir
or move a subtree:
       mount --move olddir newdir
One can change the type of mount containing the directory dir:
       mount --make-shared dir
       mount --make-slave dir
       mount --make-private dir
       mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
       mount --make-rshared dir
       mount --make-rslave dir
       mount --make-rprivate dir
       mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using  -L label  or by uuid, using  -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say  man 8 mount .

das ist rausgekommen wo ich das mal ausprobiert habe... ist nicht gerade sinnvoll ^^

mfg
 

Grothesk

Ultimate Guru
Stimmt,
Code:
mount -i /dev/Audio Player Video Player /linux@freak
ist sogar ganz und gar nicht sinnvoll.

Wenn ich meinen Audioplayer mounte, dann mache ich das i. d. R. so:
Code:
mount /dev/sda1 /home/grothesk/musik/audioplayer
 

blacklips

Hacker
Stecke den Player mal an den Rechner und schaue, was
Code:
dmesg
ausgibt nach dem einstecken.
Sollte da nichts auffälliges drinstehen, dann sollte dir ein
Code:
fdisk -l
zeigen, welche /dev/ Bezeichnung der Player hat.
 

Rainer Juhser

Moderator
Teammitglied
Was sollen dmesg und fdisk noch an zusätzlichen Informationen bringen?
Hier steht doch schon, welcher device-node der MP3-Player ist:
Code:
Apr 10 16:46:31 wolfgang kernel: [ 1172.237814] sd 2:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
Apr 10 16:46:31 wolfgang kernel: [ 1172.238348] sd 2:0:0:0: [sda] Write Protect is off
Apr 10 16:46:31 wolfgang kernel: [ 1172.240970] sd 2:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
Apr 10 16:46:31 wolfgang kernel: [ 1172.241601] sd 2:0:0:0: [sda] Write Protect is off
Apr 10 16:46:31 wolfgang kernel: [ 1172.241615]  sda: sda1
Apr 10 16:46:31 wolfgang kernel: [ 1172.242745] sd 2:0:0:0: [sda] Attached SCSI
removable disk
 

blacklips

Hacker
Ich finde es komisch, dass ein angesteckter Mp3-Player die bezeichnung sda1 bekommt, denn das ist ja normalerweise die erste Platte im System.
Ich finde zumindest fdisk -l kann nicht schaden.
 
OP
L

linux@freak

Member
Bei dmesg:

Code:
[  830.627509] usb-storage: waiting for device to settle before scanning
[  835.624858] usb-storage: device scan complete
[  835.625707] scsi 1:0:0:0: Direct-Access              Audio Player          PQ: 0 ANSI: 0 CCS
[  835.631937] sd 1:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
[  835.632446] sd 1:0:0:0: [sda] Write Protect is off
[  835.632451] sd 1:0:0:0: [sda] Mode Sense: 3b 00 00 00
[  835.632454] sd 1:0:0:0: [sda] Assuming drive cache: write through
[  835.634941] sd 1:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
[  835.635566] sd 1:0:0:0: [sda] Write Protect is off
[  835.635570] sd 1:0:0:0: [sda] Mode Sense: 3b 00 00 00
[  835.635573] sd 1:0:0:0: [sda] Assuming drive cache: write through
[  835.635578]  sda: sda1
[  835.636817] sd 1:0:0:0: [sda] Attached SCSI removable disk
[  845.242084] usb 3-2: USB disconnect, address 4
[ 1167.060034] usb 3-2: new high speed USB device using ehci_hcd and address 5
[ 1167.198489] usb 3-2: configuration #1 chosen from 1 choice
[ 1167.199218] scsi2 : SCSI emulation for USB Mass Storage devices
[ 1167.199451] usb 3-2: New USB device found, idVendor=0402, idProduct=5661
[ 1167.199455] usb 3-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1167.199458] usb 3-2: Product: Audio Player
[ 1167.199460] usb 3-2: Manufacturer: ALi Corp.
[ 1167.199462] usb 3-2: SerialNumber: 00325000101410066506
[ 1167.199479] usb-storage: device found at 5
[ 1167.199482] usb-storage: waiting for device to settle before scanning
[ 1172.196515] usb-storage: device scan complete
[ 1172.197241] scsi 2:0:0:0: Direct-Access              Audio Player          PQ: 0 ANSI: 0 CCS
[ 1172.237814] sd 2:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
[ 1172.238348] sd 2:0:0:0: [sda] Write Protect is off
[ 1172.238354] sd 2:0:0:0: [sda] Mode Sense: 3b 00 00 00
[ 1172.238357] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 1172.240970] sd 2:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
[ 1172.241601] sd 2:0:0:0: [sda] Write Protect is off
[ 1172.241607] sd 2:0:0:0: [sda] Mode Sense: 3b 00 00 00
[ 1172.241609] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 1172.241615]  sda: sda1
[ 1172.242745] sd 2:0:0:0: [sda] Attached SCSI removable disk
[ 4082.916838] /usr/bin/serpen[5165]: segfault at 736e6157 ip b7c14e7d sp bfce32d0 error 4 in libgobject-2.0.so.0.1600.6[b7bf3000+3b000]
[16587.727192] NTFS driver 2.1.29 [Flags: R/W MODULE].
[16587.845585] NTFS volume version 3.1.
[16587.845594] NTFS-fs error (device sda1): load_system_files(): Volume is dirty.  Mounting read-only.  Run chkdsk and mount in Windows.
linux@freak:/home/wolfgang# dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.26-1-686 (Debian 2.6.26-13lenny2) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Fri Mar 13 18:08:45 UTC 2009
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003ff77000 (usable)
[    0.000000]  BIOS-e820: 000000003ff77000 - 000000003ff79000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003ff79000 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[    0.000000] 127MB HIGHMEM available.
[    0.000000] 896MB LOWMEM available.
[    0.000000] found SMP MP-table at [c00fe710] 000fe710
[    0.000000] Entering add_active_range(0, 0, 262007) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->   229376
[    0.000000]   HighMem    229376 ->   262007
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->   262007
[    0.000000] On node 0 totalpages: 262007
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 1760 pages used for memmap
[    0.000000]   Normal zone: 223520 pages, LIFO batch:31
[    0.000000]   HighMem zone: 255 pages used for memmap
[    0.000000]   HighMem zone: 32376 pages, LIFO batch:7
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] DMI 2.3 present.
[    0.000000] ACPI: RSDP 000FD550, 0014 (r0 DELL  )
[    0.000000] ACPI: RSDT 000FD564, 0034 (r1 DELL    8200           8 ASL        61)
[    0.000000] ACPI: FACP 000FD598, 0074 (r1 DELL    8200           8 ASL        61)
[    0.000000] ACPI: DSDT FFFE3C22, 2170 (r1   DELL    dt_ex     1000 MSFT  100000D)
[    0.000000] ACPI: FACS 3FF77000, 0040
[    0.000000] ACPI: SSDT FFFE5D92, 00A7 (r1   DELL    st_ex     1000 MSFT  100000D)
[    0.000000] ACPI: APIC 000FD60C, 006C (r1 DELL    8200           8 ASL        61)
[    0.000000] ACPI: BOOT 000FD678, 0028 (r1 DELL    8200           8 ASL        61)
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] disabled)
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] SMP: Allowing 4 CPUs, 3 hotplug CPUs
[    0.000000] PERCPU: Allocating 37960 bytes of per cpu data
[    0.000000] NR_CPUS: 8, nr_cpu_ids: 4
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 259960
[    0.000000] Kernel command line: root=/dev/hda1 ro quiet
[    0.000000] mapped APIC to ffffb000 (fee00000)
[    0.000000] mapped IOAPIC to ffffa000 (fec00000)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    0.000000] Detected 2784.362 MHz processor.
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [tty0] enabled
[    0.004000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.004000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.004000] Memory: 1028868k/1048028k available (1769k kernel code, 18480k reserved, 752k data, 244k init, 130524k highmem)
[    0.004000] virtual kernel memory layout:
[    0.004000]     fixmap  : 0xfff4c000 - 0xfffff000   ( 716 kB)
[    0.004000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.004000]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
[    0.004000]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
[    0.004000]       .init : 0xc037f000 - 0xc03bc000   ( 244 kB)
[    0.004000]       .data : 0xc02ba4d3 - 0xc0376620   ( 752 kB)
[    0.004000]       .text : 0xc0100000 - 0xc02ba4d3   (1769 kB)
[    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[    0.084039] Calibrating delay using timer specific routine.. 5574.54 BogoMIPS (lpj=11149082)
[    0.084087] Security Framework initialized
[    0.084097] SELinux:  Disabled at boot.
[    0.084103] Capability LSM initialized
[    0.084123] Mount-cache hash table entries: 512
[    0.084334] Initializing cgroup subsys ns
[    0.084340] Initializing cgroup subsys cpuacct
[    0.084343] Initializing cgroup subsys devices
[    0.084372] CPU: Trace cache: 12K uops, L1 D cache: 8K
[    0.084376] CPU: L2 cache: 512K
[    0.084379] CPU: Hyper-Threading is disabled
[    0.084383] Intel machine check architecture supported.
[    0.084389] Intel machine check reporting enabled on CPU#0.
[    0.084392] CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
[    0.084397] CPU0: Thermal monitoring enabled
[    0.084415] Checking 'hlt' instruction... OK.
[    0.100366] SMP alternatives: switching to UP code
[    0.109065] ACPI: Core revision 20080321
[    0.143657] ENABLING IO-APIC IRQs
[    0.143838] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.183570] CPU0: Intel(R) Pentium(R) 4 CPU 2.80GHz stepping 09
[    0.184011] Brought up 1 CPUs
[    0.184011] Total of 1 processors activated (5574.54 BogoMIPS).
[    0.184011] CPU0 attaching sched-domain:
[    0.184011]  domain 0: span 0
[    0.184011]   groups: 0
[    0.184011] net_namespace: 660 bytes
[    0.184011] Booting paravirtualized kernel on bare hardware
[    0.184011] NET: Registered protocol family 16
[    0.184011] ACPI: bus type pci registered
[    0.208013] PCI: PCI BIOS revision 2.10 entry at 0xfbe9e, last bus=2
[    0.208013] PCI: Using configuration type 1 for base access
[    0.208013] Setting up standard PCI resources
[    0.208449] ACPI: EC: Look up EC in DSDT
[    0.228453] ACPI: Interpreter enabled
[    0.228458] ACPI: (supports S0 S1 S3 S4 S5)
[    0.228475] ACPI: Using IOAPIC for interrupt routing
[    0.253316] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.253527] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO
[    0.253532] pci 0000:00:1f.0: quirk: region 0880-08bf claimed by ICH4 GPIO
[    0.254123] PCI: Transparent bridge - 0000:00:1e.0
[    0.254147] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.254542] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[    0.312687] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    0.313009] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15)
[    0.313325] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    0.313644] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 15)
[    0.313958] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    0.314274] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    0.314591] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled.
[    0.314909] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *9 10 11 12 15)
[    0.315138] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.315173] pnp: PnP ACPI init
[    0.315182] ACPI: bus type pnp registered
[    0.334902] pnp: PnP ACPI: found 11 devices
[    0.334905] ACPI: ACPI bus type pnp unregistered
[    0.334910] PnPBIOS: Disabled by ACPI PNP
[    0.335205] PCI: Using ACPI for IRQ routing
[    0.335409] ACPI: RTC can wake from S4
[    0.335440] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[    0.335444] system 00:00: iomem range 0x100000-0xffffff could not be reserved
[    0.335447] system 00:00: iomem range 0x1000000-0x3ff76fff could not be reserved
[    0.335450] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
[    0.335453] system 00:00: iomem range 0xfec00000-0xfec0ffff could not be reserved
[    0.335456] system 00:00: iomem range 0xfee00000-0xfee0ffff could not be reserved
[    0.335459] system 00:00: iomem range 0xffb00000-0xffbfffff could not be reserved
[    0.335462] system 00:00: iomem range 0xffc00000-0xffffffff could not be reserved
[    0.335474] system 00:0a: ioport range 0x800-0x85f has been reserved
[    0.335477] system 00:0a: ioport range 0xc00-0xc7f has been reserved
[    0.335480] system 00:0a: ioport range 0x860-0x8ff could not be reserved
[    0.365941] PCI: Bridge: 0000:00:01.0
[    0.365943]   IO window: disabled.
[    0.365947]   MEM window: 0xfc000000-0xfdffffff
[    0.365951]   PREFETCH window: 0x00000000f8000000-0x00000000f9ffffff
[    0.365956] PCI: Bridge: 0000:00:1e.0
[    0.365960]   IO window: e000-efff
[    0.365965]   MEM window: 0xfe100000-0xfe2fffff
[    0.365969]   PREFETCH window: disabled.
[    0.365986] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[    0.366020] NET: Registered protocol family 2
[    0.366147] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.366536] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.367665] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.368421] TCP: Hash tables configured (established 131072 bind 65536)
[    0.368427] TCP reno registered
[    0.368624] NET: Registered protocol family 1
[    0.368767] checking if image is initramfs... it is
[    0.868052] Switched to high resolution mode on CPU 0
[    0.889668] Freeing initrd memory: 6063k freed
[    0.889859] Simple Boot Flag at 0x7a set to 0x1
[    0.890378] audit: initializing netlink socket (disabled)
[    0.890401] type=2000 audit(1239373619.888:1): initialized
[    0.890592] highmem bounce pool size: 64 pages
[    0.890598] Total HugeTLB memory allocated, 0
[    0.890689] VFS: Disk quotas dquot_6.5.1
[    0.890721] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.890768] msgmni has been set to 1766
[    0.890893] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.890897] io scheduler noop registered
[    0.890900] io scheduler anticipatory registered
[    0.890902] io scheduler deadline registered
[    0.890916] io scheduler cfq registered (default)
[    0.890974] pci 0000:01:00.0: Boot video device
[    0.891362] isapnp: Scanning for PnP cards...
[    1.245445] isapnp: No Plug & Play device found
[    1.248226] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[    1.248359] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.248824] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.250449] brd: module loaded
[    1.250556] PNP: PS/2 Controller [PNP0303:KBD] at 0x60,0x64 irq 1
[    1.250560] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.251104] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.251241] mice: PS/2 mouse device common for all mice
[    1.251375] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.251393] rtc0: alarms up to one day
[    1.251432] cpuidle: using governor ladder
[    1.251435] cpuidle: using governor menu
[    1.251440] No iBFT detected.
[    1.251922] TCP cubic registered
[    1.251926] NET: Registered protocol family 17
[    1.251934] Using IPI No-Shortcut mode
[    1.252581] registered taskstats version 1
[    1.252736] rtc_cmos 00:05: setting system clock to 2009-04-10 14:27:00 UTC (1239373620)
[    1.253003] Freeing unused kernel memory: 244k freed
[    1.286554] input: AT Translated Set 2 keyboard as /class/input/input0
[    1.353306] ACPI: ACPI0007:00 is registered as cooling_device0
[    1.909303] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[    1.909327] 8139cp 0000:02:08.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
[    1.909377] 8139cp 0000:02:08.0: Try the "8139too" driver instead.
[    1.926881] 8139too Fast Ethernet driver 0.9.28
[    1.926929] ACPI: PCI Interrupt 0000:02:08.0[A] -> GSI 17 (level, low) -> IRQ 17
[    1.927603] eth0: RealTek RTL8139 at 0xec00, 00:e0:7d:c3:0e:e1, IRQ 17
[    1.927606] eth0:  Identified 8139 chip type 'RTL-8139C'
[    1.956253] usbcore: registered new interface driver usbfs
[    1.956287] usbcore: registered new interface driver hub
[    1.956324] usbcore: registered new device driver usb
[    1.968169] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.968217] ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 18 (level, low) -> IRQ 18
[    1.968233] ohci_hcd 0000:02:09.0: OHCI Host Controller
[    1.968380] ohci_hcd 0000:02:09.0: new USB bus registered, assigned bus number 1
[    1.968402] ohci_hcd 0000:02:09.0: irq 18, io mem 0xfe1fe000
[    2.053917] usb usb1: configuration #1 chosen from 1 choice
[    2.053953] hub 1-0:1.0: USB hub found
[    2.053964] hub 1-0:1.0: 3 ports detected
[    2.059682] Uniform Multi-Platform E-IDE driver
[    2.059688] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[    2.062168] USB Universal Host Controller Interface driver v3.0
[    2.156187] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    2.156191] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.156195] usb usb1: Product: OHCI Host Controller
[    2.156197] usb usb1: Manufacturer: Linux 2.6.26-1-686 ohci_hcd
[    2.156199] usb usb1: SerialNumber: 0000:02:09.0
[    2.156300] ACPI: PCI Interrupt 0000:02:09.1[B] -> GSI 19 (level, low) -> IRQ 19
[    2.156318] ohci_hcd 0000:02:09.1: OHCI Host Controller
[    2.156344] ohci_hcd 0000:02:09.1: new USB bus registered, assigned bus number 2
[    2.156366] ohci_hcd 0000:02:09.1: irq 19, io mem 0xfe1fd000
[    2.163445] Floppy drive(s): fd0 is 1.44M
[    2.178108] FDC 0 is a post-1991 82077
[    2.241947] usb usb2: configuration #1 chosen from 1 choice
[    2.241986] hub 2-0:1.0: USB hub found
[    2.241998] hub 2-0:1.0: 2 ports detected
[    2.344146] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    2.344150] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.344154] usb usb2: Product: OHCI Host Controller
[    2.344156] usb usb2: Manufacturer: Linux 2.6.26-1-686 ohci_hcd
[    2.344158] usb usb2: SerialNumber: 0000:02:09.1
[    2.344237] ICH2: IDE controller (0x8086:0x244b rev 0x04) at  PCI slot 0000:00:1f.1
[    2.344254] ICH2: not 100% native mode: will probe irqs later
[    2.344267]     ide0: BM-DMA at 0xffa0-0xffa7
[    2.344277]     ide1: BM-DMA at 0xffa8-0xffaf
[    2.344282] Probing IDE interface ide0...
[    2.632159] hda: Maxtor 91020D6, ATA DISK drive
[    2.648010] usb 2-2: new low speed USB device using ohci_hcd and address 2
[    2.852058] usb 2-2: configuration #1 chosen from 1 choice
[    2.855124] usb 2-2: New USB device found, idVendor=062a, idProduct=0000
[    2.855128] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.882907] usbcore: registered new interface driver hiddev
[    2.888391] input: HID 062a:0000 as /class/input/input1
[    2.889527] input,hidraw0: USB HID v1.10 Mouse [HID 062a:0000] on usb-0000:02:09.1-2
[    2.889551] usbcore: registered new interface driver usbhid
[    2.889556] usbhid: v2.6:USB HID core driver
[    2.912173] hdb: ST38421A, ATA DISK drive
[    2.968070] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[    2.968210] hda: UDMA/33 mode selected
[    2.968353] hdb: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[    2.968579] hdb: UDMA/66 mode selected
[    2.968850] Probing IDE interface ide1...
[    3.704149] hdc: _NEC CD-RW NR-9100A, ATAPI CD/DVD-ROM drive
[    4.152149] hdd: LITEON DVD-ROM LTD163, ATAPI CD/DVD-ROM drive
[    4.208044] hdc: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[    4.233663] hdc: UDMA/33 mode selected
[    4.233790] hdd: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[    4.233835] hdd: UDMA/33 mode selected
[    4.233912] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    4.233952] ide1 at 0x170-0x177,0x376 on irq 15
[    4.234118] ACPI: PCI Interrupt 0000:02:09.2[C] -> GSI 16 (level, low) -> IRQ 16
[    4.234136] ehci_hcd 0000:02:09.2: EHCI Host Controller
[    4.234169] ehci_hcd 0000:02:09.2: new USB bus registered, assigned bus number 3
[    4.234880] ACPI: PCI Interrupt 0000:00:1f.2[D] -> GSI 19 (level, low) -> IRQ 19
[    4.234892] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[    4.234896] uhci_hcd 0000:00:1f.2: UHCI Host Controller
[    4.234932] uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 4
[    4.234956] uhci_hcd 0000:00:1f.2: irq 19, io base 0x0000ff80
[    4.235057] usb usb4: configuration #1 chosen from 1 choice
[    4.235092] hub 4-0:1.0: USB hub found
[    4.235102] hub 4-0:1.0: 2 ports detected
[    4.256034] ehci_hcd 0000:02:09.2: irq 16, io mem 0xfe1ff800
[    4.256069] usb 2-2: USB disconnect, address 2
[    4.268042] ehci_hcd 0000:02:09.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    4.336128] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    4.336133] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.336135] usb usb4: Product: UHCI Host Controller
[    4.336138] usb usb4: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[    4.336140] usb usb4: SerialNumber: 0000:00:1f.2
[    4.336197] ACPI: PCI Interrupt 0000:00:1f.4[C] -> GSI 23 (level, low) -> IRQ 23
[    4.336209] PCI: Setting latency timer of device 0000:00:1f.4 to 64
[    4.336213] uhci_hcd 0000:00:1f.4: UHCI Host Controller
[    4.336239] uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 5
[    4.336269] uhci_hcd 0000:00:1f.4: irq 23, io base 0x0000ff60
[    4.336357] usb usb5: configuration #1 chosen from 1 choice
[    4.336388] hub 5-0:1.0: USB hub found
[    4.336397] hub 5-0:1.0: 2 ports detected
[    4.440106] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    4.440110] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.440112] usb usb5: Product: UHCI Host Controller
[    4.440115] usb usb5: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[    4.440117] usb usb5: SerialNumber: 0000:00:1f.4
[    4.440197] usb usb3: configuration #1 chosen from 1 choice
[    4.440230] hub 3-0:1.0: USB hub found
[    4.440244] hub 3-0:1.0: 5 ports detected
[    4.544109] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    4.544113] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.544115] usb usb3: Product: EHCI Host Controller
[    4.544118] usb usb3: Manufacturer: Linux 2.6.26-1-686 ehci_hcd
[    4.544120] usb usb3: SerialNumber: 0000:02:09.2
[    4.548327] No dock devices found.
[    4.557010] SCSI subsystem initialized
[    4.567440] libata version 3.00 loaded.
[    4.596180] hda: max request size: 128KiB
[    4.609778] hda: 19923120 sectors (10200 MB) w/256KiB Cache, CHS=19765/16/63
[    4.609785] hda: cache flushes not supported
[    4.609841]  hda: hda1
[    4.621538] hdb: max request size: 128KiB
[    4.622639] hdb: 16498944 sectors (8447 MB) w/256KiB Cache, CHS=16368/16/63
[    4.622646] hdb: cache flushes not supported
[    4.622701]  hdb: hdb2 < hdb5 hdb6 >
[    4.661700] hdc: ATAPI 40X CD-ROM CD-R/RW drive, 2048kB Cache
[    4.661708] Uniform CD-ROM driver Revision: 3.20
[    4.663885] hdd: ATAPI 48X DVD-ROM drive, 512kB Cache
[    5.052027] usb 2-2: new low speed USB device using ohci_hcd and address 3
[    5.252691] usb 2-2: configuration #1 chosen from 1 choice
[    5.266059] input: HID 062a:0000 as /class/input/input2
[    5.280101] input,hidraw0: USB HID v1.10 Mouse [HID 062a:0000] on usb-0000:02:09.1-2
[    5.280208] usb 2-2: New USB device found, idVendor=062a, idProduct=0000
[    5.280211] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    5.460042] PM: Starting manual resume from disk
[    5.522843] kjournald starting.  Commit interval 5 seconds
[    5.522843] EXT3-fs: mounted filesystem with ordered data mode.
[    8.963604] udevd version 125 started
[   10.241430] Linux agpgart interface v0.103
[   10.477144] agpgart: Detected an Intel i850 Chipset.
[   10.478632] agpgart: AGP aperture is 32M @ 0xf6000000
[   10.688791] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   10.781193] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   10.862103] input: Power Button (FF) as /class/input/input3
[   10.888066] ACPI: Power Button (FF) [PWRF]
[   10.888138] input: Power Button (CM) as /class/input/input4
[   10.920083] ACPI: Power Button (CM) [VBTN]
[   10.967469] Intel 82802 RNG detected
[   10.967640] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   11.037075] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[   11.037140] iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
[   11.037197] iTCO_wdt: No card detected
[   11.122996] ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 17
[   11.304695] input: PC Speaker as /class/input/input5
[   11.641864] parport_pc 00:09: reported by Plug and Play ACPI
[   11.641915] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[   12.108200] ACPI: PCI Interrupt 0000:02:0a.0[A] -> GSI 19 (level, low) -> IRQ 19
[   15.196003] Adding 401584k swap on /dev/hdb5.  Priority:-1 extents:1 across:401584k
[   15.859968] EXT3 FS on hda1, internal journal
[   16.160123] loop: module loaded
[   16.816002] kjournald starting.  Commit interval 5 seconds
[   16.816002] EXT3 FS on hdb6, internal journal
[   16.816002] EXT3-fs: mounted filesystem with ordered data mode.
[   20.896206] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[   24.236425] NET: Registered protocol family 10
[   24.236911] lo: Disabled Privacy Extensions
[   24.536002] lp0: using parport0 (interrupt-driven).
[   24.557218] ppdev: user-space parallel port driver
[   34.496010] eth0: no IPv6 routers present
[   41.620014] usb 3-2: new high speed USB device using ehci_hcd and address 3
[   41.758397] usb 3-2: configuration #1 chosen from 1 choice
[   41.758604] usb 3-2: New USB device found, idVendor=0402, idProduct=5661
[   41.758609] usb 3-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[   41.758612] usb 3-2: Product: Audio Player
[   41.758614] usb 3-2: Manufacturer: ALi Corp.
[   41.758616] usb 3-2: SerialNumber: 00325000101410066506
[   41.969298] Initializing USB Mass Storage driver...
[   41.971195] scsi0 : SCSI emulation for USB Mass Storage devices
[   41.971815] usbcore: registered new interface driver usb-storage
[   41.971824] USB Mass Storage support registered.
[   41.991734] usb-storage: device found at 3
[   41.991742] usb-storage: waiting for device to settle before scanning
[   46.988775] usb-storage: device scan complete
[   46.989627] scsi 0:0:0:0: Direct-Access              Audio Player          PQ: 0 ANSI: 0 CCS
[   47.069238] Driver 'sd' needs updating - please use bus_type methods
[   47.073247] sd 0:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
[   47.073858] sd 0:0:0:0: [sda] Write Protect is off
[   47.073864] sd 0:0:0:0: [sda] Mode Sense: 3b 00 00 00
[   47.073867] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   47.076356] sd 0:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
[   47.076988] sd 0:0:0:0: [sda] Write Protect is off
[   47.076994] sd 0:0:0:0: [sda] Mode Sense: 3b 00 00 00
[   47.076996] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   47.077001]  sda: sda1
[   47.078333] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   54.544022] eth0: no IPv6 routers present
[  818.397471] usb 3-2: USB disconnect, address 3
[  830.488016] usb 3-2: new high speed USB device using ehci_hcd and address 4
[  830.626576] usb 3-2: configuration #1 chosen from 1 choice
[  830.627254] scsi1 : SCSI emulation for USB Mass Storage devices
[  830.627479] usb 3-2: New USB device found, idVendor=0402, idProduct=5661
[  830.627482] usb 3-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[  830.627485] usb 3-2: Product: Audio Player
[  830.627487] usb 3-2: Manufacturer: ALi Corp.
[  830.627489] usb 3-2: SerialNumber: 00325000101410066506
[  830.627507] usb-storage: device found at 4
[  830.627509] usb-storage: waiting for device to settle before scanning
[  835.624858] usb-storage: device scan complete
[  835.625707] scsi 1:0:0:0: Direct-Access              Audio Player          PQ: 0 ANSI: 0 CCS
[  835.631937] sd 1:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
[  835.632446] sd 1:0:0:0: [sda] Write Protect is off
[  835.632451] sd 1:0:0:0: [sda] Mode Sense: 3b 00 00 00
[  835.632454] sd 1:0:0:0: [sda] Assuming drive cache: write through
[  835.634941] sd 1:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
[  835.635566] sd 1:0:0:0: [sda] Write Protect is off
[  835.635570] sd 1:0:0:0: [sda] Mode Sense: 3b 00 00 00
[  835.635573] sd 1:0:0:0: [sda] Assuming drive cache: write through
[  835.635578]  sda: sda1
[  835.636817] sd 1:0:0:0: [sda] Attached SCSI removable disk
[  845.242084] usb 3-2: USB disconnect, address 4
[ 1167.060034] usb 3-2: new high speed USB device using ehci_hcd and address 5
[ 1167.198489] usb 3-2: configuration #1 chosen from 1 choice
[ 1167.199218] scsi2 : SCSI emulation for USB Mass Storage devices
[ 1167.199451] usb 3-2: New USB device found, idVendor=0402, idProduct=5661
[ 1167.199455] usb 3-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1167.199458] usb 3-2: Product: Audio Player
[ 1167.199460] usb 3-2: Manufacturer: ALi Corp.
[ 1167.199462] usb 3-2: SerialNumber: 00325000101410066506
[ 1167.199479] usb-storage: device found at 5
[ 1167.199482] usb-storage: waiting for device to settle before scanning
[ 1172.196515] usb-storage: device scan complete
[ 1172.197241] scsi 2:0:0:0: Direct-Access              Audio Player          PQ: 0 ANSI: 0 CCS
[ 1172.237814] sd 2:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
[ 1172.238348] sd 2:0:0:0: [sda] Write Protect is off
[ 1172.238354] sd 2:0:0:0: [sda] Mode Sense: 3b 00 00 00
[ 1172.238357] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 1172.240970] sd 2:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
[ 1172.241601] sd 2:0:0:0: [sda] Write Protect is off
[ 1172.241607] sd 2:0:0:0: [sda] Mode Sense: 3b 00 00 00
[ 1172.241609] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 1172.241615]  sda: sda1
[ 1172.242745] sd 2:0:0:0: [sda] Attached SCSI removable disk
[ 4082.916838] /usr/bin/serpen[5165]: segfault at 736e6157 ip b7c14e7d sp bfce32d0 error 4 in libgobject-2.0.so.0.1600.6[b7bf3000+3b000]
[16587.727192] NTFS driver 2.1.29 [Flags: R/W MODULE].
[16587.845585] NTFS volume version 3.1.
[16587.845594] NTFS-fs error (device sda1): load_system_files(): Volume is dirty.  Mounting read-only.  Run chkdsk and mount in Windows.
Mir kommt vor, dass das nicht alles ist, aber mehr hat das Terminal nicht mehr angezeigt...

fdisk -l
Code:
Disk /dev/hda: 10.2 GB, 10200637440 bytes
255 heads, 63 sectors/track, 1240 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x6060e5c0

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1               1        1240     9960268+  83  Linux

Disk /dev/hdb: 8447 MB, 8447459328 bytes
255 heads, 63 sectors/track, 1027 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x91d191d1

   Device Boot      Start         End      Blocks   Id  System
/dev/hdb2               1        1027     8249346    5  Extended
/dev/hdb5             978        1027      401593+  82  Linux swap / Solaris
/dev/hdb6               1         977     7847658   83  Linux

Partition table entries are not in disk order

Disk /dev/sda: 1023 MB, 1023934464 bytes
255 heads, 63 sectors/track, 124 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x04dbcd44

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1         125      999904+   7  HPFS/NTFS
Partition 1 has different physical/logical endings:
     phys=(123, 254, 63) logical=(124, 123, 63)

Das sind mal die Ausgaben des Terminals...

mfg & nochmals danke für eure Hilfe!
 

Jägerschlürfer

Moderator
Teammitglied
linux@freak schrieb:
[ 1167.199451] usb 3-2: New USB device found, idVendor=0402, idProduct=5661
[ 1167.199455] usb 3-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1167.199458] usb 3-2: Product: Audio Player
[ 1167.199460] usb 3-2: Manufacturer: ALi Corp.
[ 1167.199462] usb 3-2: SerialNumber: 00325000101410066506
[ 1167.199479] usb-storage: device found at 5
[ 1167.199482] usb-storage: waiting for device to settle before scanning
[ 1172.196515] usb-storage: device scan complete
[ 1172.197241] scsi 2:0:0:0: Direct-Access Audio Player PQ: 0 ANSI: 0 CCS
[ 1172.237814] sd 2:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
[ 1172.238348] sd 2:0:0:0: [sda] Write Protect is off
[ 1172.238354] sd 2:0:0:0: [sda] Mode Sense: 3b 00 00 00
[ 1172.238357] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 1172.240970] sd 2:0:0:0: [sda] 1999872 512-byte hardware sectors (1024 MB)
[ 1172.241601] sd 2:0:0:0: [sda] Write Protect is off
[ 1172.241607] sd 2:0:0:0: [sda] Mode Sense: 3b 00 00 00
[ 1172.241609] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 1172.241615] sda: sda1
[ 1172.242745] sd 2:0:0:0: [sda] Attached SCSI removable disk
[ 4082.916838] /usr/bin/serpen[5165]: segfault at 736e6157 ip b7c14e7d sp bfce32d0 error 4 in libgobject-2.0.so.0.1600.6[b7bf3000+3b000]
[16587.727192] NTFS driver 2.1.29 [Flags: R/W MODULE].
[16587.845585] NTFS volume version 3.1.
[16587.845594] NTFS-fs error (device sda1): load_system_files(): Volume is dirty. Mounting read-only. Run chkdsk and mount in Windows.

hier hast du doch schon den Übeltäter,...
Stecke den Player nochmal richtig an und trenne diesen dann Ordnungsgemäß unter Windows und dann sollte dieser auch unter debian wieder richtig funktionieren.
 
Oben