Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: mount and linux



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