/dev/cdrom é um link que aponta para /dev/hdb (hdc ou hdd, depende de onde está o seu cdrom). O link deve estar errado Léo -----Mensagem original----- De: guster [mailto:[EMAIL PROTECTED]] Enviada em: sábado, 7 de abril de 2001 22:39 Para: Linux-Br Assunto: Desafiando os sentidos....montar cdrom Ja ta me desafiando os sentidos este negocio do cdrom. # mount -t iso9660 /dev/cdrom /mnt/cdrom me devolve: mount: /dev/cdrom is not a block device Esta e a parte do arquivo /etc/fstab que se refere ao cdrom: # The 'noauto' option indicates that the file system should not be mounted # with 'mount -a'. 'user' indicates that normal users are allowed to mount # the file system. /dev/cdrom /mnt/cdrom iso9660 defaults,noauto,ro,user 0 0 /dev/fd0 /mnt/floppy auto defaults,noauto,user 0 0 #/dev/fd1 /mnt/floppy auto defaults,noauto,user 0 0 E se for de alguma utilidade, segue abaixo o arquivo fstab inteiro: # /etc/fstab: static file system information. Peanut-Linux Jul-01-00 # # The following is an example. Please see fstab(5) for further details. # Please refer to mount(1) for a complete description of mount options. # # Format: # <file system> <mount point> <type> <options> <dump> <pass> # # dump(8) uses the <dump> field to determine which file systems need # to be dumped. fsck(8) uses the <pass> column to determine which file # systems need to be checked--the root file system should have a 1 in # this field, other file systems a 2, and any file systems that should # not be checked (such as MS-initrd/mnt or NFS file systems) a 0. # This is a linux ext2 partition: /dev/hda5 / ext2 defaults,errors=remount-ro 0 1 # You only have to type 'mount /dev/hdxx' where xx is 1 of 4 below Hard Disks. # Or to comment out just put '#' at the begining of them or change /dev/hdxx. #/dev/hda1 /mnt/hda1 vfat defaults,noauto,user 0 0 #/dev/hda2 /mnt/hda2 vfat defaults,noauto,user 0 0 #/dev/hda3 /mnt/hda3 vfat defaults,noauto,user 0 0 #/dev/hdb1 /mnt/hdb1 vfat defaults,noauto,user 0 0 #/dev/hdc1 /mnt/hdc1 vfat defaults,noauto,user 0 0 # The 'bsdgroups' option indicates that the file system is to be mounted # with BSD semantics (files inherit the group ownership of the directory # in which they live). 'ro' can be used to mount a file system read-only. # This is a linux ext2 partition: #/dev/xxxx /mnt/linux ext2 defaults 0 2 # The 'noauto' option indicates that the file system should not be mounted # with 'mount -a'. 'user' indicates that normal users are allowed to mount # the file system. /dev/cdrom /mnt/cdrom iso9660 defaults,noauto,ro,user 0 0 /dev/fd0 /mnt/floppy auto defaults,noauto,user 0 0 #/dev/fd1 /mnt/floppy auto defaults,noauto,user 0 0 # If you have a ls-120 floppy drive, it could be on /dev/hda b c d etc. #/dev/hdd /mnt/ls120 auto defaults,noauto,user 0 0 # NFS file systems: #linux01.gwdg.de:/suse/6.1/i386.de /mnt/nfs nfs defaults 0 0 # Shared memory filesystem: #none /dev/shm shm defaults 0 0 # proc file system: proc /proc proc defaults 0 0 # Unix98 devpts filesystem: none /dev/pts devpts gid=5,mode=666 0 0 # For Dos partition use type: msdos # For Win95/98 fat16 or FAT32 partition use type: vfat /dev/hda1 /DOS vfat defaults,user,umask=002,gid=100,unhide,quiet 0 0 # The sw option indicates that the swap partition is to be activated # with swapon -a. # This is swap space on a partition. #/dev/hda3 none swap sw 0 0 # This is a loop device swap file. #/dev/loop1 none swap sw 0 0 # This is where you could place a swap file on the system. #/mnt/swap/swap.img none swap sw 0 0 # Swap file: Help me !!!!!! Assinantes em 08/04/2001: 2193 Mensagens recebidas desde 07/01/1999: 108329 Historico e [des]cadastramento: http://linux-br.conectiva.com.br Assuntos administrativos e problemas com a lista: mailto:[EMAIL PROTECTED]
