zsh-workers
 help / color / mirror / code / Atom feed
* mount and linux
@ 2001-10-08 15:43 Chmouel Boudjnah
  2001-10-10  9:03 ` Borsenkow Andrej
  0 siblings, 1 reply; 7+ messages in thread
From: Chmouel Boudjnah @ 2001-10-08 15:43 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-10-11  7:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-08 15:43 mount and linux 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
2001-10-10 19:25     ` Clint Adams

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