Date: Fri, 27 Jul 2007 02:07:47 +0000 From: Pollywog <lists-fbsd@shadypond.com> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Can't burn cds Message-ID: <200707270207.47197.lists-fbsd@shadypond.com> In-Reply-To: <20070726225901.GA12734@tcbug.org> References: <2C3AFA6026995677B921EC78@utd59514.utdallas.edu> <20070726225901.GA12734@tcbug.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I had trouble getting CD burning to work, but the FreeBSD Handbook had the info I needed to get it to work. I had to modify my fstab and in order to use k3b, I had to mount the CD on the command line first. It won't work if the CD is not mounted first, it's not as easy as it is in Linux, but it works. The pertinent sections of my fstab: /dev/acd0 /cdrom cd9660 ro,noauto 0 0 /dev/cd0 /usr/home/pollywog/cdrom cd9660 ro,noauto,nodev,nosuid 0 0 I also had to add myself (my username) to the operator group. To make it more convenient, I added an alias in my ~/.bash_aliases: alias mountcd='mount -t cd9660 /dev/acd0 ~/cdrom'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707270207.47197.lists-fbsd>