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 ) id 1NpoGb-0003qy-BL for garchives@archives.gentoo.org; Thu, 11 Mar 2010 19:41:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD65BE07FB; Thu, 11 Mar 2010 19:41:17 +0000 (UTC) Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com [209.85.160.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 891DDE07FB for ; Thu, 11 Mar 2010 19:41:17 +0000 (UTC) Received: by gyg4 with SMTP id 4so207833gyg.40 for ; Thu, 11 Mar 2010 11:41:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=Y0rPziRQcKkSCx9GthKUxGLgKgql8pTfP3LFaD+/u2U=; b=vyDMCXdL3jALbsjEitp/qNY3zVbePLWY+UPLCJxDRT9Qtu1hJk0BTpUCH0EcYJzq7q BJh4g2UyhKIh3z1Z3/TyWBRkw6aFB1v9uHoD4pksX+WYjnw6rYQsMl2FABKvZXzsdiW3 g1q/vgRNPD5xv8WUEpFP9KqzPDEiFdJKB7exk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=R0bsPbALJcgpE+gOYDMarhm0E/L26AH3z1kuGPgH3I8BMXnHy63IYsbc5zz0K0Km3i 2Dh4iYMH9exLQX6fhKDoKOmZlWgeJisG2APDtJ5ZyfgnNaV5ng59HjvX1lJ6pQb72T1U D06YhUuN04CEtpkuFkfnBkPMlByfJh79hf/wU= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.150.48.23 with SMTP id v23mr4766050ybv.184.1268336476738; Thu, 11 Mar 2010 11:41:16 -0800 (PST) In-Reply-To: <87hbomek74.fsf@newsguy.com> References: <87hbomek74.fsf@newsguy.com> Date: Thu, 11 Mar 2010 13:41:16 -0600 X-Google-Sender-Auth: fc38b3c54416c6ff Message-ID: <58965d8a1003111141v53b1803j6d4d035fc5c4f9c@mail.gmail.com> Subject: Re: [gentoo-user] About mount with user rw From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 5fb679e5-d156-4f99-9cf5-27a7ccee9710 X-Archives-Hash: 7d010a5d824612fc3fafc1dae228d20e On Thu, Mar 11, 2010 at 1:23 PM, 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? Are the permissions set on /home/reader/spool (when mounted) so that the users can read and write to it?