Re: Why I haven't device /dev/cd0

2006-01-18 Thread Malachi de Ælfweald
If you look at /etc/fstab it should show you which device is assigned to /cdrom in my case (DVD+RW-DL), it is /dev/acd0 Since you have that device, that is probably yours as well. I wouldn't be surprised if you could simply: mount /cdrom Malachi On 1/18/06, cblasius <[EMAIL PROTECTED]> wrote:

Re: Why I haven't device /dev/cd0

2006-01-18 Thread Mike Jeays
On Wed, 2006-01-18 at 21:53 +0100, cblasius wrote: > Hello ! > > I want to use DVD+RW. I looked in handbook and I saw there: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-dvds.html > > >>16.7.5 Using a DVD+RW > >> > >>Unlike CD-RW, a virgin DVD+RW needs to be formatted b

Re: Why I haven't device /dev/cd0

2006-01-18 Thread Fabian Keil
cblasius <[EMAIL PROTECTED]> wrote: > I want to use DVD+RW. I looked in handbook and I saw there: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-dvds.html > > >>16.7.5 Using a DVD+RW > >> > >>Unlike CD-RW, a virgin DVD+RW needs to be formatted before first > >>use. The g

Why I haven't device /dev/cd0

2006-01-18 Thread cblasius
Hello ! I want to use DVD+RW. I looked in handbook and I saw there: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-dvds.html >>16.7.5 Using a DVD+RW >> >>Unlike CD-RW, a virgin DVD+RW needs to be formatted before first use. >>The growisofs(1) program will take care of it aut