From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-108825-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Npp5r-0002SJ-PV
	for garchives@archives.gentoo.org; Thu, 11 Mar 2010 20:34:57 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AF5F6E0DE0;
	Thu, 11 Mar 2010 20:34:10 +0000 (UTC)
Received: from mail-bw0-f219.google.com (mail-bw0-f219.google.com [209.85.218.219])
	by pigeon.gentoo.org (Postfix) with ESMTP id 5B09FE0DE0
	for <gentoo-user@lists.gentoo.org>; Thu, 11 Mar 2010 20:34:10 +0000 (UTC)
Received: by bwz19 with SMTP id 19so456918bwz.26
        for <gentoo-user@lists.gentoo.org>; Thu, 11 Mar 2010 12:34:09 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:from:to:subject:date
         :user-agent:references:in-reply-to:mime-version:content-type
         :content-transfer-encoding:message-id;
        bh=bdEy9f8PzlUy6IPr8rR/VpkYjo7HxTM4vNX2Gm0iWLg=;
        b=dXimWiTw81Owg4GLHEYZOdlMnQEVn0p5nP6wAIPaSUtllhq1U6TGmTg/481Eabh4WY
         fE8Q98PD5khN0G0rvpKuYcXB68ddSmJxQGyG8hKv37SS6ZT47109nSAisTkIcAv1T8aa
         7xh6IUumR8o4ZQSCsb4hn5hcjsxpQMjR8UCwo=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=from:to:subject:date:user-agent:references:in-reply-to:mime-version
         :content-type:content-transfer-encoding:message-id;
        b=DSUl6Mp7b+0CTsTKkA8MMknU70pWQFd2pyApZSUTh3PtXteDKudm9YdFjDjlaWR0g/
         iVanNRugTndfZ3Oy0wCOtu9N3qVahO2iQFnvFDoZQhTriOEtVDwl+sKGLwlP8/cacOB3
         FqzxoPeO/JQsTZvAklc5nVZJ34KOOlz4ZrEAA=
Received: by 10.204.33.195 with SMTP id i3mr2190802bkd.143.1268339649651;
        Thu, 11 Mar 2010 12:34:09 -0800 (PST)
Received: from nazgul.localnet (196-215-2-122.dynamic.isadsl.co.za [196.215.2.122])
        by mx.google.com with ESMTPS id 24sm1421961bkr.18.2010.03.11.12.34.08
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Thu, 11 Mar 2010 12:34:08 -0800 (PST)
From: Alan McKinnon <alan.mckinnon@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] About mount with user rw
Date: Thu, 11 Mar 2010 22:31:20 +0200
User-Agent: KMail/1.13.1 (Linux/2.6.32-zen6; KDE/4.4.1; x86_64; ; )
References: <87hbomek74.fsf@newsguy.com>
In-Reply-To: <87hbomek74.fsf@newsguy.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: Text/Plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <201003112231.20794.alan.mckinnon@gmail.com>
X-Archives-Salt: a39f9d23-b352-46c8-a603-4f62535787b6
X-Archives-Hash: d3c1a865a44abf663999d7d95faec96f

On Thursday 11 March 2010 21:23:43 Harry Putnam wrote:
> I've done this before but have lost my notes about I guess.
> 
> I want to mount a device /dev/hdd7 so that my users can read/write
> freely there.
> 
> This line, does not do it:
> 
> grep hdd7 /etc/fstab
> /dev/hdd7  /home/reader/spool  reiserfs  noatime,exec,users,rw  0 2
> 
> (using the singular `user' didn't help either.
> 
> What is the syntax I need?

You can't.

It's a reiserfs file system, it has Unix owners and permissions. It doe snot 
matter how you mount it, those permissions will be used. If the user does not 
have permissions, then they can't use it. Same as /

By your post I can see you are confused with vfat and ntfs. Not being Unix 
filesystems, the kernel has to fudge something to use, and you can make them 
whatever you want.

Stop fooling around with fstab and mount options.
The commands you want are chown and chmod


-- 
alan dot mckinnon at gmail dot com