Alcor MP3 lejátszó csatlakoztatása

(nem találtam jobb fórumot, bocsi)
Van nekem egy ilyen MP3 lejátszóm:

lsusb:

Bus 002 Device 019: ID 10d6:1101 Actions Semiconductor Co., Ltd D-Wave 2GB MP4 Player / AK1025 MP3/MP4 Player

messages:


Oct 27 16:50:56 ... kernel: [2705066.269075] usb 2-3: new high-speed USB device number 19 using ehci_hcd
Oct 27 16:50:56 ... kernel: [2705066.390097] usb 2-3: New USB device found, idVendor=10d6, idProduct=1101
Oct 27 16:50:56 ... kernel: [2705066.390107] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 27 16:50:56 ... kernel: [2705066.390113] usb 2-3: Product: Pulse
Oct 27 16:50:56 ... kernel: [2705066.390119] usb 2-3: Manufacturer: Alcor
Oct 27 16:50:56 ... kernel: [2705066.390124] usb 2-3: SerialNumber: (krix-krax)
Oct 27 16:50:56 ... kernel: [2705066.390664] scsi21 : usb-storage 2-3:1.0
Oct 27 16:50:56 ... mtp-probe: checking bus 2, device 19: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-3"
Oct 27 16:50:56 ... mtp-probe: bus: 2, device: 19 was not an MTP device
Oct 27 16:50:57 ... kernel: [2705067.391084] scsi 21:0:0:0: Direct-Access Alcor Pulse 2.00 PQ: 0 ANSI: 0 CCS
Oct 27 16:50:57 ... kernel: [2705067.397116] sd 21:0:0:0: Attached scsi generic sg2 type 0
Oct 27 16:50:57 ... kernel: [2705067.398783] sd 21:0:0:0: [sdb] 1935224 1024-byte logical blocks: (1.98 GB/1.84 GiB)
Oct 27 16:50:57 ... kernel: [2705067.399435] sd 21:0:0:0: [sdb] Write Protect is off
Oct 27 16:50:57 ... kernel: [2705067.399444] sd 21:0:0:0: [sdb] Mode Sense: 00 c0 00 00
Oct 27 16:50:57 ... kernel: [2705067.400115] sd 21:0:0:0: [sdb] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
Oct 27 16:50:57 ... kernel: [2705067.402299] sd 21:0:0:0: [sdb] 1935224 1024-byte logical blocks: (1.98 GB/1.84 GiB)
Oct 27 16:50:57 ... kernel: [2705067.405429] sdb:
Oct 27 16:50:57 ... kernel: [2705067.420141] sd 21:0:0:0: [sdb] 1935224 1024-byte logical blocks: (1.98 GB/1.84 GiB)
Oct 27 16:50:57 ... kernel: [2705067.421442] sd 21:0:0:0: [sdb] Attached SCSI removable disk

Megpróbálom hát felmountolni, de nem megy:

mount /dev/sdb1 -t vfat t
mount: /dev/sdb1 is not a valid block device

A partició táblája sem tutti:


fdisk -l /dev/sdb
Note: sector size is 1024 (not 512)

Disk /dev/sdb: 1981 MB, 1981669376 bytes
256 heads, 63 sectors/track, 119 cylinders
Units = cylinders of 16128 * 1024 = 16515072 bytes
Sector size (logical/physical): 1024 bytes / 1024 bytes
I/O size (minimum/optimal): 1024 bytes / 1024 bytes
Disk identifier: 0x00000000

This doesn't look like a partition table
Probably you selected the wrong device.

Device Boot Start End Blocks Id System
/dev/sdb1 ? 266306 532611 4294967295 ff BBT
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(1023, 255, 63) logical=(266305, 4, 4)
Partition 1 has different physical/logical endings:
phys=(1023, 255, 63) logical=(266305, 4, 2)
Partition 1 does not start on physical sector boundary.
/dev/sdb2 ? 266306 532611 4294967295 ff BBT
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(1023, 255, 63) logical=(266305, 4, 4)
Partition 2 has different physical/logical endings:
phys=(1023, 255, 63) logical=(266305, 4, 2)
Partition 2 does not start on physical sector boundary.
/dev/sdb3 ? 266306 532611 4294967295 ff BBT
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(1023, 255, 63) logical=(266305, 4, 4)
Partition 3 has different physical/logical endings:
phys=(1023, 255, 63) logical=(266305, 4, 2)
Partition 3 does not start on physical sector boundary.
/dev/sdb4 ? 266306 532611 4294967295 ff BBT
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(1023, 255, 63) logical=(266305, 4, 4)
Partition 4 has different physical/logical endings:
phys=(1023, 255, 63) logical=(266305, 4, 2)
Partition 4 does not start on physical sector boundary.

Ha rákeresek a neten, találok egy cikket itt, ami szerint ez egy tipikus példája az MTP eszköznek. De nem annak tűnik:

mtp-detect:

libmtp version: 1.1.3

Listing raw device(s)
No raw devices found.

Érdekes, hogy egy Virtualboxban futó XP szerint VFAT32 file rendszer van rajta és mass storage drive. Tud is rá másolni.

Szerintetek mit csináljak vele ? Merjem particionálni Linuxról, vagy akkor kihúzhatom a talajt magam alól ?
Esetleg az zavarja össze a Linuxot, hogy a SerialNumber krix-krax ? Pl. a Disk identifier: 0x00000000 nem baj ?
A tippekhez lsz. azt is irjátok meg, mennyire vagytok biztosak benne :))

Hozzászólások

Mint azt írja, nincs rajta partíciós tábla.
Ez egy floppy. Jó nagy floppy.
Mountold az sdb-t.

"ez egy tipikus példája az MTP eszköznek. De nem annak tűnik:"

Dehát idézted is, miért nem olvasod el, amit beküldesz?

Oct 27 16:50:56 ... mtp-probe: checking bus 2, device 19: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-3"
Oct 27 16:50:56 ... mtp-probe: bus: 2, device: 19 was not an MTP device

Köszönöm, ezt én is láttam.

De: mivel ugyanezt a device-ot más MTP eszközként tudta elérni (ld. link), ezért ésszerű volt azt feltételezni, hogy nálam hiányzik valami a setuphoz.
(Vannak ám olyan USB cuccok, amik üzemmódválthatók pl. WLAN dongle meg pen drive között. Például.)