From owner-freebsd-questions@FreeBSD.ORG Tue Jul 5 15:19:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7596816A41C for ; Tue, 5 Jul 2005 15:19:47 +0000 (GMT) (envelope-from albi@scii.nl) Received: from post-23.mail.nl.demon.net (post-23.mail.nl.demon.net [194.159.73.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E40543D5C for ; Tue, 5 Jul 2005 15:19:47 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:10013 helo=mail.aseed.antenna.nl) by post-23.mail.nl.demon.net with esmtp (Exim 4.43) id 1DppD8-000NvS-AP; Tue, 05 Jul 2005 15:19:46 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id D660D154476; Tue, 5 Jul 2005 17:21:24 +0200 (CEST) Received: from localhost.localdomain (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id DCF6C58C606; Tue, 5 Jul 2005 17:19:46 +0200 (CEST) Date: Tue, 5 Jul 2005 17:19:44 +0200 From: "albi@scii.nl" To: Andreas =?ISO-8859-1?Q?Wider=F8e?= Andersen Message-Id: <20050705171944.7799f047.albi@scii.nl> In-Reply-To: <6.1.2.0.2.20050705171023.038c2ec0@malibu.wideroe.net> References: <6.1.2.0.2.20050705171023.038c2ec0@malibu.wideroe.net> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Trouble mounting Zip drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2005 15:19:47 -0000 On Tue, 05 Jul 2005 17:14:50 +0200 Andreas Wider=F8e Andersen wrote: > Hi, > I'm having problems mounting a SCSI Iomega 100 Zip drive on my 4.11 > RELEASE system: >=20 > -> From boot, this is what I see: >=20 > da0 at ncr0 bus 0 target 5 lun 0 > da0: Removable Direct Access SCSI-2 device > da0: 3.300MB/s transfers > da0: 96MB (196608 512 byte sectors: 64H 32S/T 96C) >=20 > -> In my /etc/fstab i have this line: >=20 > /dev/da0s4 /zip ufs rw,noauto 0 =20 > 0 >=20 > I have mkdir a /zip directory >=20 > This is the problem: >=20 > $ mount /zip > mount: /dev/da0s4: Operation not permitted did you try mounting it as root ? (and what does /var/log/messages /var/log/dmesg say about it ?)