Date: Mon, 23 Dec 2002 07:58:36 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: Alexander Popkov <voodoo_alex@mail.ru> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: IDE CD-RW and burncd Message-ID: <Pine.BSF.4.21.0212230751370.72912-100000@wonkity.com> In-Reply-To: <4727667834.20021223161555@mail.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 23 Dec 2002, Alexander Popkov wrote: > I have a trouble with writing CD-R(W) on FreeBSD 4.7 > > i am use IDE CD RW and `burncd` utility to write, but for any > operation `burncd` report error: > > scylla# burncd -f /dev/acd0c blank > burncd: open(/dev/acd0c): Operation not permitted > > What i do incorrectly ? > INFO: ls -lo /dev/acd* > crw-r----- 4 root operator - 117, 0 Dec 23 14:54 /dev/acd0c ^^^^^^^^^^ This says that only the owner (root) has write access to acd0c. So you can either log in as root or change the permissions on the device. -Warren Block * Rapid City, South Dakota USA 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?Pine.BSF.4.21.0212230751370.72912-100000>