Home | History | Annotate | Line # | Download | only in conf
filesystems.config revision 1.1
      1  1.1  matt # $NetBSD: filesystems.config,v 1.1 2014/09/19 09:05:23 matt Exp $
      2  1.1  matt file-system 	FFS		# UFS
      3  1.1  matt file-system	MFS		# memory file system
      4  1.1  matt file-system 	NFS		# Network File System client
      5  1.1  matt file-system	TMPFS		# Efficient memory file-system
      6  1.1  matt file-system	EXT2FS		# second extended file system (linux)
      7  1.1  matt file-system	LFS		# log-structured file system
      8  1.1  matt file-system	NTFS		# Windows/NT file system (experimental)
      9  1.1  matt file-system	CD9660		# ISO 9660 + Rock Ridge file system
     10  1.1  matt file-system	MSDOSFS		# MS-DOS file system
     11  1.1  matt file-system	FDESC		# /dev/fd
     12  1.1  matt file-system	KERNFS		# /kern
     13  1.1  matt file-system	NULLFS		# loopback file system
     14  1.1  matt file-system	OVERLAY		# overlay file system
     15  1.1  matt file-system	PROCFS		# /proc
     16  1.1  matt file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
     17  1.1  matt pseudo-device	putter
     18  1.1  matt file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
     19  1.1  matt pseudo-device	nsmb
     20  1.1  matt file-system	UMAPFS		# NULLFS + uid and gid remapping
     21  1.1  matt file-system	UNION		# union file system
     22  1.1  matt file-system	CODA		# Coda File System; also needs vcoda (below)
     23  1.1  matt pseudo-device	vcoda
     24  1.1  matt file-system	PTYFS		# /dev/ptm support
     25  1.1  matt #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
     26  1.1  matt #file-system	HFS		# experimental - Apple HFS+ (read-only)
     27  1.1  matt #file-system	NILFS		# experimental - NTT's NiLFS(2)
     28  1.1  matt 
     29