Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: mount and linux
- X-seq: zsh-workers 16001
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "'Chmouel Boudjnah'" <chmouel@xxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx
- Subject: RE: mount and linux
- Date: Wed, 10 Oct 2001 13:03:37 +0400
- Importance: Normal
- In-reply-to: <m3sncunnm1.fsf@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
>
> 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 ...).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author