2011/11/22 NN_il_Confusionario <[email protected]>: > On Tue, Nov 22, 2011 at 01:24:26PM +0100, Federico Bruni wrote: >> # wodim --devices >> wodim: Overview of accessible drives (1 found) : >> ------------------------------------------------------------------------- >> 0 dev='/dev/sg1' rwrw-- : 'TSSTcorp' 'CDDVDW SH-S203P' >> ------------------------------------------------------------------------- > > questo dice che per *scrivere* usera` /dev/sg1 (il il device Scsi Generico > numero 1) >
ok, capisco >> # mount -t iso9660 /dev/sg1 /media/cdrom >> mount: /dev/sg1 is not a block device > > che come ti dice mount non e` un block device (se fai ls vedi che e` a > caratteri). > Si montano solo i devices a blocchi. > >> # mount -t iso9660 /dev/sr0 /media/cdrom >> mount: block device /dev/sr0 is write-protected, mounting read-only >> mount: wrong fs type, bad option, bad superblock on /dev/sr0, >> missing codepage or helper program, or other error >> In some cases useful info is found in syslog - try >> dmesg | tail or so >> >> dmesg | tail mi dà: >> ISOFS: Unable to identify CD-ROM format. >> >> Forse ho sbagliato device? > > o hai sbagliato cd (supporto fisico) > ho un solo cd > cosa dice > > file -s /dev/sr0 > # file -s /dev/sr0 /dev/sr0: TIFF image data, little-endian infatti il cd contiene solo immagini TIFF direi che il device è giusto > per avere una idea di come si comporta quando trova un filesystem guarda > questo: > file -s /dev/sd* > > se il modulo del filesystem e` gia` caricato basta > > mount -t auto -o ro /dev/sr0 /mnt/cdrom/ > (o senza -t o senza mountpoint se appare in fstab) > # mount -t auto -o ro /dev/sr0 /mnt/cdrom/ mount: you must specify the filesystem type Se uso -t iso9660 ottengo l'errore che dicevo. Aspetta, mi mancavano questi pacchetti: libiso9660-7 fuseiso9660 Ma non cambia niente dopo averli installati. >> (come faccio a elencare solo i block device con ls?) > > ls -la /dev|grep ^b > già, le regexp grazie > sei nel gruppo cdrom quando monti, vero? (probabilmente sei addirittura > root, ma meglio chiedere) > sono root -- Per REVOCARE l'iscrizione alla lista, inviare un email a [email protected] con oggetto "unsubscribe". Per problemi inviare un email in INGLESE a [email protected] To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/capjdbppzbsyhcvmbgte+_ovpso_30yrsq0hecg2fzpch_cz...@mail.gmail.com

