From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2934 invoked from network); 10 Oct 2001 09:03:55 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 10 Oct 2001 09:03:55 -0000 Received: (qmail 21772 invoked by alias); 10 Oct 2001 09:03:50 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 16001 Received: (qmail 21748 invoked from network); 10 Oct 2001 09:03:44 -0000 From: Borsenkow Andrej To: "'Chmouel Boudjnah'" , zsh-workers@sunsite.auc.dk Subject: RE: mount and linux Date: Wed, 10 Oct 2001 13:03:37 +0400 Message-ID: <001c01c1516a$72a84c60$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: Importance: Normal > > 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=( ${$( > > 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 ...).