이 콘텐츠는 선택한 언어로 제공되지 않습니다.
E.2.9. /proc/filesystems
				This file displays a list of the file system types currently supported by the kernel. Sample output from a generic 
/proc/filesystems file looks similar to the following:
			
				The first column signifies whether the file system is mounted on a block device. Those beginning with 
nodev are not mounted on a device. The second column lists the names of the file systems supported.
			
				The 
mount command cycles through the file systems listed here when one is not specified as an argument.