From owner-freebsd-questions@FreeBSD.ORG Sat Dec 27 10:10:07 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E28E416A4CE for ; Sat, 27 Dec 2003 10:10:07 -0800 (PST) Received: from qsmtp5.america.net (qsmtp5.america.net [69.60.160.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0326843D5E for ; Sat, 27 Dec 2003 10:10:07 -0800 (PST) (envelope-from trey@thesizemores.net) Received: from [65.82.45.189] (helo=[192.168.1.100]) by qsmtp5.america.net with esmtp (Exim 4.10) id 1AaIt4-000183-00 for freebsd-questions@freebsd.org; Sat, 27 Dec 2003 13:10:06 -0500 From: Trey Sizemore To: freebsd-questions@freebsd.org In-Reply-To: <200312271826.59956.ajacoutot@lphp.org> References: <1072544352.1281.1.camel@localhost> <1072546294.1281.7.camel@localhost> <200312271826.59956.ajacoutot@lphp.org> Content-Type: text/plain Message-Id: <1072548930.1281.13.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Sat, 27 Dec 2003 13:15:33 -0500 Content-Transfer-Encoding: 7bit Subject: Re: Can't find k3b setup program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Dec 2003 18:10:08 -0000 On Sat, 2003-12-27 at 12:26, Antoine Jacoutot wrote: > On Saturday 27 December 2003 18:31, Trey Sizemore wrote: > > If that's the case, any pointers on getting k3b setup correctly on my > > machine. I have atapicam enabled in my kernel for my CD drives. > > The port has a pkg-message file for it. One last question. I assume the following line in the pkg-message means that I need to edit the two lines in my /etc/fstab file: 2. Your CD and DVD drives must have a mount point in /etc/fstab. They have to be accessed through their atapicam device. I.e. the drives have to be addressed by /dev/cd0c instead of /dev/acd0c. to read: /dev/cd0 /cdrom cd9660 ro,noauto 0 0 /dev/cd1 /cdrom1 cd9660 ro,noauto 0 0 I notice there is currently no 'slice' for the CD drives in my fstab (for example, mine is /dev/acd0 and not /dev/acd0c) Thanks.