X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=JyiXzLmErNMUMI8NtBE5WNK+vCARIiq2/+GKGC7W2AT ss+U0KC0s/tEzIj2y3qKc5Y0cpf/iiSAbvOZuXKcf3v6GNXsKvYTtBQWfYwz6wPJ V5ajnvutu7fo7Kl4R3iuQkWvOfi2hKzznH6UsnUBiSXZ4FSJAtiKfcPB/Ur9SPNE = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=N7p4/4j+Azsah7CBGHVDXat4I5I=; b=ZEOFqtHfjkmVkhfOp h/8Y47CyHbYycxuSCE55iUJ9lOi3FYDubTBpI4EYAOQNWCn6+gbe3V9sQXMm528N WCf7OnbgHLbvt68zHJrm6EVudxcYoH6hYdmiK/yGPp52lmKq7wbt/FM2U4txUoQM RHObrR40hIf082+VtkZSDFNFU8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mailout12.t-online.de Message-ID: <5488BD32.9090502@t-online.de> Date: Wed, 10 Dec 2014 22:37:54 +0100 From: Christian Franke User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0 SeaMonkey/2.31 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: fdisk -l is mute References: <9D9AC45310887B40A7245734E850FBE11192AEE0 AT FS-MX02 DOT frontier DOT local> In-Reply-To: <9D9AC45310887B40A7245734E850FBE11192AEE0@FS-MX02.frontier.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Fergus Daly wrote: > If util-linux is installed then > $ /usr/sbin/fdisk > returns a list of options as expected; but choosing one of them > $ /usr/sbin/fdisk -l > is mute. > In the past this has returned filesystem summaries as expected. > Windows 7, all up to date. > Anybody else? Could reproduce this. The option -l still works if a device is specified: # fdisk -l /dev/sdX ... Disk /dev/sda: 1.8 TiB, ... Is this probably because the format of /proc/partitions has changed due to the new (& useful!) win-mounts column? Christian -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple