From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 14:26:47 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 4DA0816A4CE for ; Wed, 19 Jan 2005 14:26:47 +0000 (GMT) Received: from mail9.messagelabs.com (mail9.messagelabs.com [194.205.110.133]) by mx1.FreeBSD.org (Postfix) with SMTP id A2BCB43D2D for ; Wed, 19 Jan 2005 14:26:45 +0000 (GMT) (envelope-from Michael.Walker2@capita.co.uk) X-VirusChecked: Checked X-Env-Sender: Michael.Walker2@capita.co.uk X-Msg-Ref: server-26.tower-9.messagelabs.com!1106144800!16310432!1 X-StarScan-Version: 5.4.5; banners=-,-,- X-Originating-IP: [193.130.89.132] Received: (qmail 16695 invoked from network); 19 Jan 2005 14:26:41 -0000 Received: from unknown (HELO ems-capmime.enterprise.capita.zone) (193.130.89.132) by server-26.tower-9.messagelabs.com with SMTP; 19 Jan 2005 14:26:41 -0000 Received: from capitawemnt04.central.ad.capita.co.uk (unverified) by ems-capmime.enterprise.capita.zone ; Wed, 19 Jan 2005 14:26:49 +0000 Received: by CAPITAWEMNT04.central.ad.capita.co.uk with Internet Mail Service (5.5.2657.72) id ; Wed, 19 Jan 2005 14:26:39 -0000 Message-ID: From: "Walker, Michael" To: Ali Farhan , freebsd-questions@FreeBSD.org Date: Wed, 19 Jan 2005 14:26:37 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" Subject: RE: PLEASE SIR 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: Wed, 19 Jan 2005 14:26:47 -0000 > SIR KINDLY TELL ME HOW CAN I MOUNT CDROM AND FLOPPY IN FREEBSD 5.1 > ..OR TELL ME THE SPECIFIC SITE AT WHICH I SEARCH.PLZ SIR.KINDLY > REPLY ME AS SOON AS POSSIBLE. man mount For the cdrom, put it and try (as root, unless you have changed mount permissions via sysctl) mount /cdrom (If the above doesn't work, than you do not have a valid entry for your cdrom in /etc/fstab) As for the floppy, assuming it is a msdos formatted floppy add the following to your /etc/fstab file /dev/fd0 /mnt/floppy msdos rw,noauto 0 0 then mount /mnt/floppy Remember to create /mnt/floppy first however. HTH Mick Walker NAAFI Finance International ********************************************************************************** This email and any files transmitted with it are confidential, and may be subject to legal privilege, and are intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error or think you may have done so, you may not peruse, use, disseminate, distribute or copy this message. Please notify the sender immediately and delete the original e-mail from your system. Computer viruses can be transmitted by e-mail. Recipients should check this e-mail for the presence of viruses. The Capita Group and its subsidiaries accept no liability for any damage caused by any virus transmitted by this e-mail. ***********************************************************************************