Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
mount and linux
- X-seq: zsh-workers 15985
- From: Chmouel Boudjnah <chmouel@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: mount and linux
- Date: 08 Oct 2001 17:43:50 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author