From owner-freebsd-questions@FreeBSD.ORG Tue Feb 11 20:22:42 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26889A03 for ; Tue, 11 Feb 2014 20:22:42 +0000 (UTC) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F0E121D29 for ; Tue, 11 Feb 2014 20:22:41 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id lf10so8100247pab.18 for ; Tue, 11 Feb 2014 12:22:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tzvt2rUviMLUAGtmEP/WH+YYQR25rHRVDJV2dzzB14o=; b=gayBVc3wAnqFwEHW65oiiIIi/yM+HTxAOoXhSANv55tEyArSvYpnworSxdBQdDNukX xTMnwtOl6oPvT/I9X1OzdzwtnYrvFRsrcS59ZTxm/s4gKXpVz6rqyLNJjZFwnaFhkSiU +yzh0SJXq31MHQHyzpM5lOGe9kyOlw0nUsGKJhrDWsobCxw7JNaDy3DNFRqoqEwKfB03 ZYSxWs3NQz6Gd3ZRM53tpb+CwLwOrZmkGuUkEkC8aXjFwfJNtIxcbB5SovNOa4uY7zj7 JlEYAXHD7UmRItIpA3rdDN7yiOidGovCYV/h4ewQ5XCJkL91N57+WuqnYFP2enKzPAPp 7cmQ== MIME-Version: 1.0 X-Received: by 10.66.228.201 with SMTP id sk9mr34512080pac.134.1392150161565; Tue, 11 Feb 2014 12:22:41 -0800 (PST) Received: by 10.68.204.105 with HTTP; Tue, 11 Feb 2014 12:22:41 -0800 (PST) In-Reply-To: References: Date: Tue, 11 Feb 2014 15:22:41 -0500 Message-ID: Subject: Re: burncd no longer in 10.0? From: "illoai@gmail.com" To: Volker Nebel Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 20:22:42 -0000 On 11 February 2014 14:59, Volker Nebel wrote: > Hi everybody! > > Since this year, my macmini is running under FreeBSD 10.0 :) > Now I wanted to burn a CD, hoping not to run into technical difficulties > with the CD drive connected via USB... But I already fail when I want to > issu [CMD]burncd ...[\CMD] - this program seems not to exist at all! I have > installed cdrtools-3.00_2 for [CMD]mkisofs[\CMD], but burncd does not exist, > so the handbook says, it should be part of the basesystem! > Any ideas? I believe burncd is entirely deprecated, & in any case it doesn't work with SCSI, or any drives under cam compatibility. I don't think you could ever use it with a USB CD-recorder, given that they're accessed through the cam layer. Since you have cdrtools installed, use cdrecord. http://www.freebsd.org/doc/en/books/handbook/creating-cds.html#ATAPICAM -- --