public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
To: "Udo A. Steinberg" <us15@os.inf.tu-dresden.de>
Cc: Linux-Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: VFAT mount (bug or feature?)
Date: Thu, 14 Nov 2002 00:03:25 +0900	[thread overview]
Message-ID: <874ralldfm.fsf@devron.myhome.or.jp> (raw)
In-Reply-To: <20021113014704.780a3e4a.us15@os.inf.tu-dresden.de>

"Udo A. Steinberg" <us15@os.inf.tu-dresden.de> writes:

> Hello,
> 
> In my /etc/fstab I have the following entry:
> 
> /dev/hda1  /win   vfat   defaults,umask=022  1 1
> 
> Why does 2.5.47 have user/group restricted permissions on the mount
> point and all its subdirectories, despite the umask setting?

The dmask option was added at 2.5.43. It's umask for directory, and
default is umask of process when mounting.  Please use it.

eg.
    # mount -t vfat /dev/xxx /xxx -o dmask=022

Regards
-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

  reply	other threads:[~2002-11-13 14:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-13  0:47 VFAT mount (bug or feature?) Udo A. Steinberg
2002-11-13 15:03 ` OGAWA Hirofumi [this message]
2002-11-13 15:36 ` Andries Brouwer
  -- strict thread matches above, loose matches on Subject: below --
2002-11-16 15:52 VFAT mount (bug or feature? Jeff Chua
2002-11-16 20:19 ` Andries Brouwer
2002-11-17  1:47   ` Jeff Chua
2002-11-17  2:21     ` Jeff Chua

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874ralldfm.fsf@devron.myhome.or.jp \
    --to=hirofumi@mail.parknet.co.jp \
    --cc=linux-kernel@vger.kernel.org \
    --cc=us15@os.inf.tu-dresden.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox