From owner-freebsd-questions@FreeBSD.ORG Thu Oct 19 02:06:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0141016A415 for ; Thu, 19 Oct 2006 02:06:42 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B28F43D66 for ; Thu, 19 Oct 2006 02:06:38 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout5.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id k9J26cEV020705 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 18 Oct 2006 19:06:38 -0700 X-Auth-Received: from [192.168.0.101] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id k9J26YhG009252 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 18 Oct 2006 19:06:37 -0700 Message-ID: <4536DD8A.9020003@u.washington.edu> Date: Wed, 18 Oct 2006 19:06:02 -0700 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.7 (X11/20060929) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4536377D.2020909@open-networks.net> <4536BFFB.1060303@open-networks.net> In-Reply-To: <4536BFFB.1060303@open-networks.net> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-PMX-Version: 5.2.0.266434, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2006.10.18.184443 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __LINES_OF_YELLING 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: can burn cd's, can't read once burnt 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: Thu, 19 Oct 2006 02:06:42 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Timothy Smith wrote: > Paul Schmehl wrote: > >> --On Thursday, October 19, 2006 00:17:33 +1000 Timothy Smith >> wrote: >> >>> i have an odd issue with 6.0 that i've been trying to solve for ages and >>> nobody seems to know how to answer. >>> >>> 1. i can mount any cd's or dvd's THAT I DIDN'T BURN. makes no difference >>> what media is used. >>> >>> 2. i burn a dvd like so >>> >>> growisofs -dvd-compat -Z /dev/cd0=bailes.iso >>> >> Are you sure this shouldn't be >> growisofs -dvd-compat -Z /dev/acd0=bailes.iso ? >> >> Paul Schmehl (pauls@utdallas.edu) >> Adjunct Information Security Officer >> The University of Texas at Dallas >> http://www.utdallas.edu/ir/security/ > > not unless the freebsd handbook is wrong. > it burns the dvd, i just can't mount it on this computer. i can mount > under windows. Not sure, but it's either UDF or ISO9660 format, and if you don't have the correct support built into your kernel or if you don't have the right fs mentioned in fstab, the kernel/mount will refuse to mount the DVD since it doesn't know how to interpret the contents. Try either mounting with -t udf or -t auto and see if you can mount the disk. Also, if the DVD is an audio DVD, you can't mount it; just use a program like xMMs to play it directly by setting up the CDROM plugin properly.. You need to be a part of the operator group, or set the permissions for the drive properly in order to mount it. - -Garrett -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFNt2K6CkrZkzMC68RAo81AKCH5B/4DDoETPxG9IIYpRYHyd/22ACfeShd 5Q1ndeKDiLmEqr8Ip7KgxPc= =XTP4 -----END PGP SIGNATURE-----