From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 14:37:25 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 DA0AB16A4CE for ; Sun, 1 Aug 2004 14:37:25 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6985943D31 for ; Sun, 1 Aug 2004 14:37:25 +0000 (GMT) (envelope-from henrik.w.lund@broadpark.no) Received: from [10.0.0.3] (52.80-202-129.nextgentel.com [80.202.129.52]) by mail.broadpark.no (Postfix) with ESMTP id AE6013205; Sun, 1 Aug 2004 16:37:56 +0200 (MEST) Message-ID: <410D7E99.7080705@broadpark.no> Date: Sun, 01 Aug 2004 16:36:57 -0700 From: Henrik W Lund User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: nb, en-us, en MIME-Version: 1.0 To: DK References: <20040801111805.3398.qmail@web41013.mail.yahoo.com> In-Reply-To: <20040801111805.3398.qmail@web41013.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installerpackage like this ??? 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: Sun, 01 Aug 2004 14:37:26 -0000 DK wrote: >Floppy & CD mount OK now, however even though the floppy mounts OK, when I >mount the floppy, I get: > >127# mount -v -t msdos /dev/fd0 /mnt >/dev/fd0 on /mnt (msdos, local, reads: sync 2 async 0) > >floppy: mount -v -t msdos /dev/fd0c /mnt >CDROM: mount -t cd9660 /dev/acd0c /cdrom > > >However, I can't seem to unmount them. I get "Command not found". >127# unmount /cdrom >unmount: Command not found. > > Greetings! The command to use is umount, not unmount. umount /cdrom Don't ask me why they left out the first 'n' there. -Henrik W Lund