Hola: Los reyes me han traido un reproductor mp3, pero no consigo montarlo en mi Linux. Tengo un pen-drive que lo monto sin problemas.
Estos son los pasos que sigo para intentar montarlo: #cat /proc/scsi/scsi Attached devices: Host: scsi2 Channel: 00 Id: 00 Lun: 00 Vendor: Generic Model: STORAGE DEVICE Rev: 0128 Type: Direct-Access ANSI SCSI revision: 02 Host: scsi2 Channel: 00 Id: 00 Lun: 01 Vendor: Generic Model: STORAGE DEVICE Rev: 0128 Type: Direct-Access ANSI SCSI revision: 02 Host: scsi2 Channel: 00 Id: 00 Lun: 02 Vendor: Generic Model: STORAGE DEVICE Rev: 0128 Type: Direct-Access ANSI SCSI revision: 02 Host: scsi2 Channel: 00 Id: 00 Lun: 03 Vendor: Generic Model: STORAGE DEVICE Rev: 0128 Type: Direct-Access ANSI SCSI revision: 02 Host: scsi4 Channel: 00 Id: 00 Lun: 00 Vendor: USB2.0 Model: (FS) FLASH DISK Rev: 1.00 Type: Direct-Access ANSI SCSI revision: 02 (El último es el reproductor, lo otro es un lector de memorias que se conecta por USB que no da problemas) #cdrecord -scanbus Linux sg driver version: 3.5.31 Using libscg version 'schily-0.8'. scsibus2: 2,0,0 200) 'Generic ' 'STORAGE DEVICE ' '0128' Removable Disk 2,1,0 201) * 2,2,0 202) * 2,3,0 203) * 2,4,0 204) * 2,5,0 205) * 2,6,0 206) * 2,7,0 207) * scsibus4: 4,0,0 400) 'USB2.0 ' '(FS) FLASH DISK ' '1.00' Removable Disk 4,1,0 401) * 4,2,0 402) * 4,3,0 403) * 4,4,0 404) * 4,5,0 405) * 4,6,0 406) * 4,7,0 407) * #sg_scan -i /dev/sg0: scsi2 channel=0 id=0 lun=0 [em] Generic STORAGE DEVICE 0128 [rmb=1 cmdq=0 pqual=0 pdev=0x0] /dev/sg1: scsi2 channel=0 id=0 lun=1 [em] Generic STORAGE DEVICE 0128 [rmb=1 cmdq=0 pqual=0 pdev=0x0] /dev/sg2: scsi2 channel=0 id=0 lun=2 [em] Generic STORAGE DEVICE 0128 [rmb=1 cmdq=0 pqual=0 pdev=0x0] /dev/sg3: scsi2 channel=0 id=0 lun=3 [em] Generic STORAGE DEVICE 0128 [rmb=1 cmdq=0 pqual=0 pdev=0x0] /dev/sg4: scsi4 channel=0 id=0 lun=0 [em] USB2.0 (FS) FLASH DISK 1.00 [rmb=1 cmdq=0 pqual=0 pdev=0x0] (Con esto averiguo que esta en /dev/sg4) #sg_map /dev/sg0 /dev/sda /dev/sg1 /dev/sdb /dev/sg2 /dev/sdc /dev/sg3 /dev/sdd /dev/sg4 /dev/sde (y con esto la "verdadera" direccion,/dev/sde) #fdisk /dev/sde Command (m for help): p Disk /dev/sde: 522 MB, 522043904 bytes 17 heads, 59 sectors/track, 1016 cylinders Units = cylinders of 1003 * 512 = 513536 bytes This doesn't look like a partition table Probably you selected the wrong device. Device Boot Start End Blocks Id System /dev/sde1 ? 775809 1913904 570754815+ 72 Unknown Partition 1 has different physical/logical beginnings (non-Linux?): phys=(357, 116, 40) logical=(775808, 8, 13) Partition 1 has different physical/logical endings: phys=(357, 32, 45) logical=(1913903, 14, 4) Partition 1 does not end on cylinder boundary. /dev/sde2 ? 168185 2098423 968014120 65 Novell Netware 386 Partition 2 has different physical/logical beginnings (non-Linux?): phys=(288, 115, 43) logical=(168184, 16, 27) Partition 2 has different physical/logical endings: phys=(367, 114, 50) logical=(2098422, 8, 24) Partition 2 does not end on cylinder boundary. /dev/sde3 ? 1864289 3794527 968014096 79 Unknown Partition 3 has different physical/logical beginnings (non-Linux?): phys=(366, 32, 33) logical=(1864288, 10, 12) Partition 3 has different physical/logical endings: phys=(357, 32, 43) logical=(3794526, 1, 20) Partition 3 does not end on cylinder boundary. /dev/sde4 ? 1 3626348 1818613248 d Unknown Partition 4 has different physical/logical beginnings (non-Linux?): phys=(372, 97, 50) logical=(0, 0, 1) Partition 4 has different physical/logical endings: phys=(0, 10, 0) logical=(3626347, 7, 42) Partition 4 does not end on cylinder boundary. Partition table entries are not in disk order (Ahora he elegido p en el fdisk para que me muestre las particiones, pero intentando montar cada una de ellas me da error, no me deja montarlas) #mount -t vfat /dev/sde1 /mnt/mp3 mount: /dev/sde1 is not a valid block device Eso es lo que me dice cuando intento montar cada particion. ¿Alguna idea? -- TiNePaS http://www.agali.org Asociación de Gaditanos Linuxeros