From owner-freebsd-questions@FreeBSD.ORG Tue Feb 22 03:44:26 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09B9F16A4CF for ; Tue, 22 Feb 2005 03:44:26 +0000 (GMT) Received: from smtp104.rog.mail.re2.yahoo.com (smtp104.rog.mail.re2.yahoo.com [206.190.36.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 41B4A43D53 for ; Tue, 22 Feb 2005 03:44:25 +0000 (GMT) (envelope-from Mike.Jeays@rogers.com) Received: from unknown (HELO ?192.168.2.150?) (mjeays2551@24.114.152.139 with plain) by smtp104.rog.mail.re2.yahoo.com with SMTP; 22 Feb 2005 03:44:24 -0000 From: Mike Jeays To: "E. J. Cerejo" In-Reply-To: <20050222003445.31656.qmail@web61001.mail.yahoo.com> References: <20050222003445.31656.qmail@web61001.mail.yahoo.com> Content-Type: text/plain Message-Id: <1109043863.21317.9.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 21 Feb 2005 22:44:23 -0500 Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Subject: Re: Mounting iomega zip drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2005 03:44:26 -0000 On Mon, 2005-02-21 at 19:34, E. J. Cerejo wrote: > I use to be able to mount my paralell zip drive with > the following command under Fbsd 4.x: > > mount -t msdos /dev/da0s4 /zip > > now I'm running 5.3 I can't, what changed? > > I noticed that there is only da0 in my /dev directory, > I have this in my kernel: > > # SCSI peripherals > device scbus # SCSI bus (required for SCSI) > #device ch # SCSI media changers > device da # Direct Access (disks) > #device sa # Sequential Access (tape etc) > device atapicam # emulate ATAPI devices as SCSI > ditto via CAM > device cd # CD > device pass # Passthrough device (direct SCSI > access) > #device ses # SCSI Environmental Services (and > SAF-TE) > > do I need anything else? > > __________________________________________________ > Converse com seus amigos em tempo real com o Yahoo! Messenger > http://br.download.yahoo.com/messenger/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Try running "cdrecord -scanbus", and see if the device number is different. This sounds somewhat similar to a problem I was having with a flash drive and DVD-burner.