From owner-freebsd-questions Sun Sep 29 3: 7:55 2002 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 21E2E37B401 for ; Sun, 29 Sep 2002 03:07:54 -0700 (PDT) Received: from pogo.caustic.org (caustic.org [64.163.147.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id C863943E3B for ; Sun, 29 Sep 2002 03:07:53 -0700 (PDT) (envelope-from jan@caustic.org) Received: from localhost (jan@localhost) by pogo.caustic.org (8.11.6/8.11.6) with ESMTP id g8TA7mB77166; Sun, 29 Sep 2002 03:07:48 -0700 (PDT) (envelope-from jan@caustic.org) Date: Sun, 29 Sep 2002 03:07:48 -0700 (PDT) From: "f.johan.beisser" To: iulian Cc: "questions@freebsd.org" Subject: Re: incorrect super block In-Reply-To: <3D96C4EA.A1B6D994@romtelecom.net> Message-ID: <20020929030541.V67581-100000@pogo.caustic.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 29 Sep 2002, iulian wrote: > I have tried this one but the message is "file exists". > I don't know what's happening! try this, then: umount -f /cdrom then: mount_cd9660 /dev/acd0c /cdrom after this, check your /etc/fstab, make sure it has an entry like: /dev/acd0c /cdrom cd9660 ro,noauto 0 0 if not, add that. from then on, as root, you can simply type mount /cdrom and it should "just work." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message