• fstab (after file systems table) is a system file commonly found in the directory /etc on Unix and Unix-like computer systems. In Linux, it is part of...
    11 KB (1,483 words) - 21:51, 17 July 2024
  • in fstab. Therefore, mtab is usually in a format similar to that of fstab. Most of the time it is possible to directly use lines from mtab in fstab. The...
    2 KB (251 words) - 00:52, 23 November 2020
  • same /etc/fstab file: file://localhost/etc/fstab file:///etc/fstab The KDE environment uses URIs without an authority field: file:/etc/fstab Here are some...
    9 KB (1,244 words) - 15:09, 17 August 2024
  • Thumbnail for Fish (Unix shell)
    test "$mnt" = "/"; then found="$dev" fi done < /etc/fstab Fish example: set found '' cat /etc/fstab | while read dev mnt rest if test "$mnt" = "/" set...
    15 KB (1,091 words) - 17:42, 3 September 2024
  • archive. The following example extracts the file /etc/fstab from the archive: $ cpio -i -d /etc/fstab < archive.cpio The files contained in a cpio archive...
    8 KB (936 words) - 23:16, 18 July 2024
  • Thumbnail for Mount (Unix)
    the root user. A file system can be defined as user mountable in the /etc/fstab file by the root user. To display all mounted partitions: $ mount proc on...
    7 KB (782 words) - 02:18, 20 February 2023
  • automation of the NFS mounting process may take place — perhaps using /etc/fstab and/or automounting facilities. During the development of the ONC protocol...
    23 KB (2,704 words) - 09:45, 3 September 2024
  • Thumbnail for Cygwin
    in the Unix file space. Initial mount points can be configured in /etc/fstab, which has a format very similar to Unix systems, except that Windows paths...
    17 KB (1,594 words) - 11:42, 10 September 2024
  • Thumbnail for REFInd
    including autodetecting EFI stub loader to boot Linux kernel directly and using fstab in lieu of rEFInd configuration file for boot order. Support for Secure...
    6 KB (482 words) - 02:43, 20 July 2024
  • System administrators define these file systems in the configuration file fstab (vfstab in Solaris), which also indicates options and mount points. In some...
    5 KB (714 words) - 00:39, 22 April 2024