From owner-freebsd-current@FreeBSD.ORG Thu Jan 8 12:41:43 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3309316A4CE for ; Thu, 8 Jan 2004 12:41:43 -0800 (PST) Received: from eve.nldesign.com (db.nldesign.com [65.173.133.16]) by mx1.FreeBSD.org (Postfix) with SMTP id 25BEB43D70 for ; Thu, 8 Jan 2004 12:41:38 -0800 (PST) (envelope-from fabrizio@nldesign.com) Received: (qmail 91095 invoked from network); 8 Jan 2004 20:41:37 -0000 Received: from unknown (HELO homer) (198.68.180.80) by db.nldesign.com with SMTP; 8 Jan 2004 20:41:37 -0000 Message-ID: <002401c3d627$d019b480$50b444c6@homer> From: "Fabry" To: "Kevin Oberman" References: <20040108185550.ED6E25D04@ptavv.es.net> Date: Thu, 8 Jan 2004 15:41:37 -0500 Organization: NightLight Design MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: Ryan Sommers cc: current@freebsd.org Subject: Re: mount / umount X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2004 20:41:43 -0000 ops :p!! anyway.. now I can mount the floppy disk, but I still have a problem/question!! I am able to mount the floppy only if the folder (in my case /mnt/floppy) is owned by the user that is mounting the floppy, I have problems also if the permissions are sets 777... this is my fstab: # Device Mountpoint FStype Options Dump Pass# /dev/ad0s2b none swap sw 0 0 /dev/ad0s2a / ufs rw 1 1 /dev/ad0s2e /tmp ufs rw 2 2 /dev/ad0s2f /usr ufs rw 2 2 /dev/ad0s2d /var ufs rw 2 2 /dev/acd0 /mnt/cdrom cd9660 ro,noauto 0 0 /dev/ad0s1 /mnt/win ntfs ro 0 0 /dev/fd0 /mnt/floppy msdos rw,noauto 0 0 and this is my folder /mnt/ # ls -l total 4 drwxrwxrwx 2 root wheel 512 Jan 8 15:05 cdrom drwxrwxrwx 2 root wheel 512 Jan 8 15:04 floppy drwxr-xr-x 1 root wheel 0 Apr 22 2009 win fabry ----- Original Message ----- From: "Kevin Oberman" To: "Fabrizio Parrella" Cc: "Ryan Sommers" ; Sent: Thursday, January 08, 2004 1:55 PM Subject: Re: mount / umount > > From: Fabrizio Parrella > > Date: Thu, 8 Jan 2004 13:45:24 -0500 > > > > ok, in my case I did this: > > > > > su > > Password: > > # cd /dev > > # link fd0 floppy > > link: floppy: Operation not supported > > > > I think with perm you mean chmod... sorry, not a lot FreeBSD (and english :-p) > > letterate!! > > I think you are confused. What I send was the contents (or apart of the > contents) of my /etc/devfs.conf file. They were not shell commands and, > as you note, they will not work as such. > -- > R. Kevin Oberman, Network Engineer > Energy Sciences Network (ESnet) > Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) > E-mail: oberman@es.net Phone: +1 510 486-8634 > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"