zsh-workers
 help / color / mirror / code / Atom feed
From: Chmouel Boudjnah <chmouel@mandrakesoft.com>
To: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
Cc: zsh-workers@sunsite.auc.dk
Subject: Re: mount and linux
Date: 10 Oct 2001 15:45:05 +0200	[thread overview]
Message-ID: <m3669nip7i.fsf@giants.mandrakesoft.com> (raw)
In-Reply-To: <001c01c1516a$72a84c60$21c9ca95@mow.siemens.ru> (Borsenkow Andrej's message of "Wed, 10 Oct 2001 13:03:37 +0400")

Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru> writes:

> > This is wrong in case of fully modular system (75% of users) since it
> > only register to /proc/filesystems at module insertion.
> > 
> > The best way would be to combine that with /etc/filesystems..
> 
> On up-to-date cooker:
> 
> [root@cooker root]# cat /etc/filesystems
> ext2
> nodev proc
> nodev devpts
> iso9660
> reiserfs
> vfat
> 
> not overly usesful (ext3, xfs, supermount, jfs, nfs ...).

yes but that the only file that give you the ability to force the auto
type, or at least make it that by default is purposing (from
util-linux/mount/mount_guess_fstype.c) :

static char
*magic_known[] = {
	"adfs", "bfs", "cramfs", "ext", "ext2", "ext3",
	"hfs", "hpfs", "iso9660", "minix", "ntfs",
	"qnx4", "reiserfs", "romfs", "swap", "udf", "ufs",
	"vxfs", "xfs", "xiafs"
};

since they are auto detected by magic number....


  parent reply	other threads:[~2001-10-10 13:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-08 15:43 Chmouel Boudjnah
2001-10-10  9:03 ` Borsenkow Andrej
2001-10-10 10:13   ` Oliver Kiddle
2001-10-11  0:41     ` Clint Adams
2001-10-11  5:02     ` Borsenkow Andrej
2001-10-10 13:45   ` Chmouel Boudjnah [this message]
2001-10-10 19:25     ` Clint Adams

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=m3669nip7i.fsf@giants.mandrakesoft.com \
    --to=chmouel@mandrakesoft.com \
    --cc=Andrej.Borsenkow@mow.siemens.ru \
    --cc=zsh-workers@sunsite.auc.dk \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).