From owner-freebsd-questions@freebsd.org Fri Mar 17 20:10:09 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 805BCD0F7D8 for ; Fri, 17 Mar 2017 20:10:09 +0000 (UTC) (envelope-from holindho@saunalahti.fi) Received: from vs25.mail.saunalahti.fi (vs25.mail.saunalahti.fi [62.142.117.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vs25.mail.saunalahti.fi", Issuer "vs25.mail.saunalahti.fi" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 41C0014D6 for ; Fri, 17 Mar 2017 20:10:08 +0000 (UTC) (envelope-from holindho@saunalahti.fi) Received: from vs25.mail.saunalahti.fi (localhost [127.0.0.1]) by vs25.mail.saunalahti.fi (Postfix) with ESMTP id 462672007D for ; Fri, 17 Mar 2017 22:10:06 +0200 (EET) Received: from gw02.mail.saunalahti.fi (gw02.mail.saunalahti.fi [195.197.172.116]) by vs25.mail.saunalahti.fi (Postfix) with ESMTP id 3B57A20073 for ; Fri, 17 Mar 2017 22:10:06 +0200 (EET) Received: from [10.0.0.7] (62-78-248-13.bb.dnainternet.fi [62.78.248.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by gw02.mail.saunalahti.fi (Postfix) with ESMTPSA id 2D4EE4001B for ; Fri, 17 Mar 2017 22:10:05 +0200 (EET) Subject: Re: eject not working References: <876a39d9-b968-54af-519c-60d0f507ab64@saunalahti.fi> <20170317203955.7ab8a02f@kalimero.tijl.coosemans.org> Cc: freebsd-questions@freebsd.org From: Heikki Lindholm Message-ID: <5442bb80-8493-b277-0daa-ce1db0a2761c@saunalahti.fi> Date: Fri, 17 Mar 2017 22:09:52 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170317203955.7ab8a02f@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2017 20:10:09 -0000 On 17.03.2017 21:39, Tijl Coosemans wrote: > On Fri, 17 Mar 2017 20:24:13 +0200 Heikki Lindholm wrote: >> Hi, >> >> eject says: >> $ eject /dev/cd0 >> eject: Device not configured >> >> Kind of irksome because there's no eject button that could be reached on >> the DVD drive without taking something apart. Is there an alternative? I >> think this happens only when the drive is empty. Eject works on Linux as >> expected. >> >> (FreeBSD 11 / eject-1.5_4) > > Try "cdcontrol eject". Works, thanks!