From owner-freebsd-questions@FreeBSD.ORG Thu Nov 18 18:21:59 2004 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 60F4B16A4CE for ; Thu, 18 Nov 2004 18:21:59 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0C7E43D4C for ; Thu, 18 Nov 2004 18:21:54 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 18 Nov 2004 12:25:12 -0600 Message-ID: <419CE84A.6040503@daleco.biz> Date: Thu, 18 Nov 2004 12:22:02 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Cam References: <419B7143.9090409@hillsdale.edu> In-Reply-To: <419B7143.9090409@hillsdale.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Nov 2004 18:25:12.0852 (UTC) FILETIME=[F17FB540:01C4CD9B] cc: freebsd-questions@freebsd.org Subject: Re: Disk mounter panel utility in gnome 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: Thu, 18 Nov 2004 18:21:59 -0000 Cam wrote: > I've configured necessary files to allow user mounting > through the console, but the diskmounter still doesnt work. > This is the error message I get. It works as root, of course. > > *Cannot mount device > > *"mount /home/Orbo/Floppy 2>1&1" reported: > mount: /home/Orbo/Floppy: unknown special file or file system Command doesn't look right to me. What device node are you trying to mount onto /home/Orbo/Floppy? Looks as if the shell thinks your redirection is part of the mount(8) call. What else have you tried? Kevin Kinsey DaleCo, S.P. ------------------------------------------------------------------------------------------------------ MOUNT(8) FreeBSD System Manager's Manual NAME mount -- mount file systems SYNOPSIS mount [-adfpruvw] [-F fstab] [-o options] [-t ufs | external_type] mount [-dfpruvw] special | node mount [-dfpruvw] [-o options] [-t ufs | external_type] special node