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

> 
> Looking at the _mount function i see :
> 
>     fss=( minix ext ext2 xiafs hpfs msdos umsdos vfat proc nfs iso9660
>           smbfs ncpfs affs ufs romfs sysv adfs autofs coda devpts efs
>           hfs ntfs qnx4 smbfs udf ext3 xfs reiserfs )
>     [[ -r /proc/filesystems ]] &&
>         fss=( ${$(</proc/filesystems)#nodev} )
> 
> 
> if i undertstand correctly it purpose fs according of what he found in
> /proc/filesystems,
> 
> 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 ...).


  reply	other threads:[~2001-10-10  9:03 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 [this message]
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
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='001c01c1516a$72a84c60$21c9ca95@mow.siemens.ru' \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=chmouel@mandrakesoft.com \
    --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).