On Tue, Jul 16, 2002 at 08:35:49AM -0300, Mauricio Mori wrote: > ola pessoal > por favor tenho um Zip Drive Paralelo e nao consigo monta-lo. > alguem poderia me ajudar... > agradeco antecipadamente qq ajuda
o que vc já fez? se algo está errado, quais são as msgs? que versão de kernel vc usa? recompilou ou é o padrão? sem detalhes deste tipo fica difícil ajudar. eu tenho um ZIP 250MB Paralelo funcionando sem problemas. para adiantar, fiz basicamente o seguinte: 1. recompilei o meu kernel, incluindo suporte a porta paralela: --------- # Parallel port support # CONFIG_PARPORT=m CONFIG_PARPORT_PC=m CONFIG_PARPORT_PC_CML1=m CONFIG_PARPORT_SERIAL=m CONFIG_PARPORT_PC_FIFO=y CONFIG_PARPORT_PC_SUPERIO=y # CONFIG_PARPORT_AMIGA is not set # CONFIG_PARPORT_MFC3 is not set # CONFIG_PARPORT_ATARI is not set # CONFIG_PARPORT_GSC is not set # CONFIG_PARPORT_SUNBPP is not set # CONFIG_PARPORT_OTHER is not set CONFIG_PARPORT_1284=y 2. também inclui suporte a dispositivos de bloco na porta paralela: # Block devices # CONFIG_BLK_DEV_FD=y # CONFIG_BLK_DEV_XD is not set CONFIG_PARIDE=m CONFIG_PARIDE_PARPORT=m CONFIG_PARIDE_PD=m CONFIG_PARIDE_PCD=m CONFIG_PARIDE_PF=m CONFIG_PARIDE_PT=m CONFIG_PARIDE_PG=m 3. suporte a dispositivo de bloco IDESCSI CONFIG_BLK_DEV_IDEFLOPPY=m CONFIG_BLK_DEV_IDESCSI=m 4. suporte SCSI # SCSI support # CONFIG_SCSI=m CONFIG_BLK_DEV_SD=m CONFIG_SD_EXTRA_DEVS=40 # low level drivers CONFIG_SCSI_PPA=m CONFIG_SCSI_IMM=m 5. carregar os módulos parport parport_pc ide-scsi scsi_mod imm não necessariamente nesta ordem; o modprobe deve tomar conta da ordem correta. depois é só montar; no meu /etc/fstab tenho a seguinte linha: /dev/sda4 /zip auto defaults,user,noauto,nosuid 0 0 então monto, como usuário normal, $ mount /zip espero que ajude. -- Mario O.de Menezes, Ph.D. "Many are the plans in a man's heart, but IPEN-CNEN/SP is the Lord's purpose that prevails" http://curiango.ipen.br/~mario Prov. 19.21 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]