On Wed, Jun 16, 2010 at 03:42:05AM +0100, Ben Hutchings wrote:
> That is actually true for these options:
OK, I hope those are documented for the kernel and mount(8).
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas.
On Tue, 2010-06-15 at 09:07 +0800, jida...@jidanni.org wrote:
> Package: linux-2.6
> Version: 2.6.32-15
> Severity: minor
>
> For the same disk mounted more than once, it is impossible to tell the
> actual options in effect.
[...]
> Or it may seem to the user that different options apply according
Package: linux-2.6
Version: 2.6.32-15
Severity: minor
For the same disk mounted more than once, it is impossible to tell the
actual options in effect.
$ cat script
{ cat /proc/mounts;mount;}|perl -nwle '
next unless /sdb/;
print STDERR;
tr/()//d;
next unless /\S+exec\S+/;
$_=$&;tr/,/\n/;print;'|s
3 matches
Mail list logo