Date: Wed, 8 Nov 2000 22:18:19 -0600 (CST) From: Mike Meyer <mwm@mired.org> To: "S. Douglas Smith Sr." <sdsmithsr@earthlink.net> Cc: questions@freebsd.org Subject: Re: DVDRAM - mount, use etc Message-ID: <14858.9611.15788.242110@guru.mired.org> In-Reply-To: <110102535@toto.iv>
next in thread | previous in thread | raw e-mail | index | archive | help
S. Douglas Smith Sr. <sdsmithsr@earthlink.net> 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. <mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14858.9611.15788.242110>