From owner-freebsd-questions@FreeBSD.ORG Tue May 18 07:54:30 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 33B2E16A4D2 for ; Tue, 18 May 2004 07:54:30 -0700 (PDT) Received: from gldis.ca (constans.gldis.ca [66.11.169.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85DFB43D41 for ; Tue, 18 May 2004 07:54:26 -0700 (PDT) (envelope-from gldisater@gldis.ca) Received: from gldis.ca (localhost [127.0.0.1]) by gldis.ca (8.12.8p2/8.12.8) with ESMTP id i4IEvhcj001673; Tue, 18 May 2004 10:57:44 -0400 (EDT) (envelope-from gldisater@gldis.ca) Message-ID: <40AA2467.8040407@gldis.ca> Date: Tue, 18 May 2004 10:57:43 -0400 From: Jeremy Faulkner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031207 X-Accept-Language: en-us, en MIME-Version: 1.0 To: michael.hollmann@jawa.at References: <1428.81.223.108.202.1084888459.squirrel@secure.jawa.at:443> In-Reply-To: <1428.81.223.108.202.1084888459.squirrel@secure.jawa.at:443> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: freebsd-questions@freebsd.org Subject: Re: can =?iso-8859-1?q?=B4t_mount_dvd?= 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: Tue, 18 May 2004 14:54:30 -0000 Michael Hollmann wrote: > hi > > dmesg | more > acd1: DVD-R at ata1-master PIO4 Wow, you don't have much in your dmesg. Or you didn't actually type that command. > > cat /etc/fstab > /dev/acd1c /tmp/dvd cd9660 ro,noauto 0 0 Same as above. > > mdir /mnt/dvd > > cd /dev > sh MAKEDEV acd1 I assume this is on 4.x since you didn't supply the output of uname -a > > mount /mnt/dvd According to the above /etc/fstab you don't have a /mnt/dvd entry. > or > mount /dev/acd1c /mnt/dvd mount -t cd9660 /dev/acd1 /mnt/dvd > > give this error: > mount: /mnt/dvd: unknown special file or file system The disk doesn't have a UFS file system on it (the default when using mount). > > > why ??? Because. > > any ideas ????? Some. > > > thank´s michael You're welcome. -- Jeremy Faulkner http://www.gldis.ca