From owner-freebsd-questions@FreeBSD.ORG Tue Sep 4 00:59:35 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A29116A418 for ; Tue, 4 Sep 2007 00:59:35 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id 65DBB13C45B for ; Tue, 4 Sep 2007 00:59:35 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1ISMls-0000kR-8V for questions@freebsd.org; Mon, 03 Sep 2007 18:00:01 -0700 Received: from 71-220-146-155.tcsn.qwest.net ([71.220.146.155] helo=oko.kicks-ass.net) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1ISMls-0000kK-3N for questions@freebsd.org; Mon, 03 Sep 2007 18:00:00 -0700 Message-ID: <46DCADF1.1040508@math.arizona.edu> Date: Mon, 03 Sep 2007 17:59:29 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: questions@freebsd.org References: <958730.1188863505624.JavaMail.tjw43@drexel.edu> <46DCAD27.8060200@math.arizona.edu> In-Reply-To: <46DCAD27.8060200@math.arizona.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting oko.kicks-ass.net is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: how to access dvdrom drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Sep 2007 00:59:35 -0000 Predrag Punosevac wrote: > Terrence Wilson wrote: >> I have just installed free bsd and trying to access my dvdrom drive. >> I issued the command: "mount /dev/acd0 /cdrom" but I got a message >> stating "incorrect super block." What is the correct method for >> accessing the files on my dvd rom. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > You did not specify the file type? > > If you are mounting let say data file command will be > mount -t cd9660 /dev/acd0 /mnt >