zsh-workers
 help / color / mirror / code / Atom feed
From: Chmouel Boudjnah <chmouel@mandrakesoft.com>
To: zsh-workers@sunsite.auc.dk
Subject: mount and linux
Date: 08 Oct 2001 17:43:50 +0200	[thread overview]
Message-ID: <m3sncunnm1.fsf@giants.mandrakesoft.com> (raw)

Hi,

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..


             reply	other threads:[~2001-10-08 15:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-08 15:43 Chmouel Boudjnah [this message]
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
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=m3sncunnm1.fsf@giants.mandrakesoft.com \
    --to=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).