From: Andries Brouwer <aebr@win.tue.nl>
To: Paulo Moura Guedes <pmg@netcabo.pt>
Cc: hirofumi@mail.parknet.co.jp, linux-kernel@vger.kernel.org
Subject: Re: test9 - USB and fat32 not working
Date: Fri, 7 Nov 2003 00:41:14 +0100 [thread overview]
Message-ID: <20031106234114.GA14739@win.tue.nl> (raw)
In-Reply-To: <200311062110.45986.pmg@netcabo.pt>
On Thu, Nov 06, 2003 at 09:10:45PM +0000, Paulo Moura Guedes wrote:
> FAT: Unrecognized mount option "owner=mojo" or missing value
>From mount(8):
(iii) Normally, only the superuser can mount file systems.
However, when fstab contains the "user" option on a line,
anybody can mount the corresponding system.
Thus, given a line
/dev/cdrom /cd iso9660 ro,user,noauto,unhide
any user can mount the iso9660 file system found on his
CDROM using the command
mount /dev/cdrom
or
mount /cd
... The owner option is similar to the
user option, with the restriction that the user must be
the owner of the special file. This may be useful e.g. for
/dev/fd if a login script makes the console user owner of
this device.
That is: the syntax is "owner", not "owner=...".
Also, this is an option handled by mount, so kernel version
should play no role.
However, 2.6 does more strict option checking, and complains
about unknown options, while 2.4 in many places just ignores them.
next prev parent reply other threads:[~2003-11-06 23:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-06 21:10 test9 - USB and fat32 not working Paulo Moura Guedes
2003-11-06 23:41 ` Andries Brouwer [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-11-06 12:48 Paulo Moura Guedes
2003-11-06 14:53 ` OGAWA Hirofumi
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=20031106234114.GA14739@win.tue.nl \
--to=aebr@win.tue.nl \
--cc=hirofumi@mail.parknet.co.jp \
--cc=linux-kernel@vger.kernel.org \
--cc=pmg@netcabo.pt \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.