From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludwig Nussel Subject: [PATCH 0/2] implement uid mount option for ext2 and ext3, try 3 Date: Tue, 28 Jul 2009 13:01:41 +0200 Message-ID: <1248778903-3596-1-git-send-email-ludwig.nussel@suse.de> References: <1248348991-849-1-git-send-email-ludwig.nussel@suse.de> Cc: linux-kernel@vger.kernel.org To: linux-fsdevel@vger.kernel.org Return-path: Received: from cantor.suse.de ([195.135.220.2]:54126 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750848AbZG1LBn (ORCPT ); Tue, 28 Jul 2009 07:01:43 -0400 In-Reply-To: <1248348991-849-1-git-send-email-ludwig.nussel@suse.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: As suggested by Andreas Dilger, map _all_ files to the specified uid and also store the specified uid on disk instead of using root. Optionally the uid used on disk can be specified. Additionally the gid can be changed too now in the same way as the uid.