MESSAGE
DATE | 2003-06-08 |
FROM | Billy
|
SUBJECT | Re: [hangout] Permission Change to a Mount Point?
|
From owner-hangout-desteny-at-mrbrklyn.com Sun Jun 8 14:25:15 2003 Received: from www2.mrbrklyn.com (localhost [127.0.0.1]) by mrbrklyn.com (8.12.3/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id h58IPF9Y016278 for ; Sun, 8 Jun 2003 14:25:15 -0400 Received: (from mdom-at-localhost) by www2.mrbrklyn.com (8.12.3/8.12.3/Submit) id h58IPFCT016277 for hangout-desteny; Sun, 8 Jun 2003 14:25:15 -0400 X-Authentication-Warning: www2.mrbrklyn.com: mdom set sender to owner-hangout-at-www2.mrbrklyn.com using -f Received: from mail.dadadada.net (MAIL.DADADADA.NET [209.48.2.106]) by mrbrklyn.com (8.12.3/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id h58IPF9Y016272 for ; Sun, 8 Jun 2003 14:25:15 -0400 Received: from billy by mail.dadadada.net with local (Exim 3.35 #1 (Debian)) id 19P4lK-0004kz-00 for ; Sun, 08 Jun 2003 14:19:26 -0400 Date: Sun, 8 Jun 2003 14:19:26 -0400 From: Billy To: hangout-at-mrbrklyn.com Subject: Re: [hangout] Permission Change to a Mount Point? Message-ID: <20030608181926.GA18230-at-mail.dadadada.net> References: <3EE35E26.90300-at-pipeline.com> <20030608155902.GB17570-at-mail.dadadada.net> <3EE3755C.60304-at-pipeline.com> <1055095074.11096.5.camel-at-linux.box> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1055095074.11096.5.camel-at-linux.box> User-Agent: Mutt/1.3.28i Sender: owner-hangout-at-mrbrklyn.com Precedence: bulk Reply-To: Billy List: New Yorker GNU Linux Scene Admin: To unsubscribe send unsubscribe name-at-domian.com in the body to hangout-request-at-www2.mrbrklyn.com X-Evolution: 00000613-0000 X-Keywords: X-UID: 13457 Status: RO Content-Length: 915 Lines: 26
> On Sun, 2003-06-08 at 13:41, Joe Villari wrote: > > OK, I umounted the partition and was able to change the group and then > > chmod it to make it writeable: > > > > [root-at-localhost /]# ls -al > > drwxrwxr-x 2 root joev 4096 Jan 10 05:20 mac > > > > Now when I remount the partition if goes back to root as owner and group: > > > > [root-at-localhost /]# mount mac > > [root-at-localhost /]# ls -al > > drwxr-xr-x 43 root root 79 Jun 7 10:07 mac
This makes sense.. Because hfs doesn't have useful file ownership info, everything in there gets the same uid/gid.. The uid/gid chosen by Linux is root unless you tell it otherwise.
Add the uid=joev,gid=joev options to your fstab for that volume and you should be okay.
____________________________ NYLXS: New Yorker Free Software Users Scene Fair Use - because it's either fair use or useless.... NYLXS is a trademark of NYLXS, Inc
|
|