117. .proc.filesystems

SCR Agent for reading /proc/filesystems

117.1. Description

Returns a map of filesystems. The fs-type is the key, the value is the additional info from /proc/filesystems, usually "\t" or "nodev".

Access type: read-only

File Name: /usr/share/YaST2/scrconf/proc_filesystems.scr

See: anyagent libscr

117.2. Usage

Example 47. 

  Read(.proc.filesystems)
  ($["autofs":"nodev", 
     "devpts":"nodev", 
     "ext2":"\t", 
     "iso9660":"\t", 
     "minix":"\t", 
     "msdos":"\t", 
     "nfs":"nodev", 
     "proc":"nodev", 
     "reiserfs":"\t", 
     "umsdos":"\t", 
     "vfat":"\t"
   ])