From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com (ext-mx05.extmail.prod.ext.phx2.redhat.com [10.5.110.29]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t68CVIn2028278 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 8 Jul 2015 08:31:18 -0400 Received: from gw.citecs.de (gw.citecs.de [212.9.189.66]) by mx1.redhat.com (Postfix) with ESMTP id E7BC83A80F1 for ; Wed, 8 Jul 2015 12:31:16 +0000 (UTC) Date: Wed, 8 Jul 2015 14:31:15 +0200 From: chris Message-ID: <20150708123115.GA21941@app.citecs> References: <20150707171904.GA24344@app.citecs> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20150707171904.GA24344@app.citecs> Subject: [linux-lvm] [solved] resize2fs results in "permission denied" Reply-To: chris , LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-lvm@redhat.com Cc: chris /dev/mapper contains device nodes, e.g.: brw-rw---- 1 root disk 254, 73 Apr 11 23:15 vg_phoesrv2b-lvsnap those should be symlinks ( except for/dev/mapper/control ): vg_phoesrv2b-lvsnap -> ../dm-31 solution: rm /dev/mapper/vg_phoesrv2b-lvsnap udevadm trigger