From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from walhalla.sjomar.eu ([141.105.125.198]:42744 "EHLO walhalla.sjomar.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751008AbbFMH15 (ORCPT ); Sat, 13 Jun 2015 03:27:57 -0400 Received: from hoefnix.localnet (a83-163-227-207.adsl.xs4all.nl [83.163.227.207]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: sjoerd@sjomar.eu) by walhalla.sjomar.eu (Postfix) with ESMTPSA id 77CEC1001A9 for ; Sat, 13 Jun 2015 09:20:14 +0200 (CEST) From: Sjoerd To: BTRFS Subject: btrfs filesystem show confused when label is same as mountpoint Date: Sat, 13 Jun 2015 09:20:12 +0200 Message-ID: <1791793.W1h8pBaUgj@hoefnix> In-Reply-To: <557ADBAE.9040407@oracle.com> References: <557ADBAE.9040407@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-btrfs-owner@vger.kernel.org List-ID: Hi, I've a btrfs partition with label 'MULTIMEDIA' (all capitals) and mounted it on /data/Multimedia (only M capital) and see the following when doing a btrfs fi show: for mountpoint: btrfs fi show /data/Multimedia Btrfs v3.17 versus for label: btrfs fi show MULTIMEDIA Label: 'MULTIMEDIA' uuid: ce5d23cd-73a4-4f7c-83cd-2c40d12f6697 Total devices 4 FS bytes used 5.04TiB devid 1 size 1.48TiB used 1.26TiB path /dev/sda2 devid 2 size 1.48TiB used 1.26TiB path /dev/sdc2 devid 3 size 1.48TiB used 1.26TiB path /dev/sdd2 devid 4 size 1.48TiB used 1.26TiB path /dev/sde2 So in the latter case I get the results I was looking for. It's not realy a question, but I couldn't find anything on the bugtracker (if it's a bug in the first place) or a known something, so just to let you know,cause I took me awhile to figure out why I didn't get results for this particular mountpoint, while for others I did ;) Cheers, Sjoerd