Function fstab::parse_fstab [] [src]

pub fn parse_fstab<T: BufRead>(file: T) -> Result<Vec<FsEntry>, Error>

Takes the location to the fstab and parses it. On linux variants this is usually /etc/fstab. On SVR4 systems store block devices and mount point information in /etc/vfstab file. AIX stores block device and mount points information in /etc/filesystems file.