From owner-freebsd-questions Wed Nov 8 20:18:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-149-77.mmcable.com [24.27.149.77]) by hub.freebsd.org (Postfix) with SMTP id DB6B637B479 for ; Wed, 8 Nov 2000 20:18:19 -0800 (PST) Received: (qmail 1734 invoked by uid 100); 9 Nov 2000 04:18:19 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14858.9611.15788.242110@guru.mired.org> Date: Wed, 8 Nov 2000 22:18:19 -0600 (CST) To: "S. Douglas Smith Sr." Cc: questions@freebsd.org Subject: Re: DVDRAM - mount, use etc In-Reply-To: <110102535@toto.iv> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG S. Douglas Smith Sr. types: > Hello! > Can someone show me how to mount and use a dvdram disk? Not exactly. But the general process is: 1) Find the documentation on the dvdram hardware and file systems. 2) Write drivers to talk to the hardware. 3) Write a file system to read files from the disk. 4) Install those, then do: # mkdir /dvd # mount -t your_dvd_fs /dev/your_dvd_device /dvd In short, there isn't support for them yet.