Home
last modified time | relevance | path

Searched refs:fstab (Results 1 – 25 of 52) sorted by relevance

123

/third_party/e2fsprogs/install-utils/
Dconvfstab69 done </etc/fstab >/tmp/newfstab.$$
70 mv -f /etc/fstab /etc/fstab.bak
71 mv -f /tmp/newfstab.$$ /etc/fstab
/third_party/e2fsprogs/
DINSTALL.elfbin30 4) Make sure your /etc/fstab file is correct.
32 Some distributions install an /etc/fstab which is missing the
38 your /etc/fstab file look like this:
47 Michael Weller) that may help you correct your /etc/fstab file.
DINSTALL51 9) Make sure your /etc/fstab file is correct.
53 Some distributions install an /etc/fstab which is missing the
59 your /etc/fstab file look like this:
68 Michael Weller) that may help you correct your /etc/fstab file.
/third_party/e2fsprogs/doc/RelNotes/
Dv1.29.txt19 /etc/fstab, the -R option which skips the root filesystem will skip
22 entry in /etc/fstab!
Dv1.13.txt12 Fsck now parses the /etc/fstab file directly (instead of using
15 diskless workstations where all of the filesystems in /etc/fstab have
17 from a /etc/fstab file with missing pass numbers.
Dv1.14.txt4 Fix the fstab parsing code so that it can handle blank lines and
Dv1.15.txt61 /etc/fstab is given to it.
63 Fsck now understands the UUID=xxxx and LABEL=yyyy forms in /etc/fstab
Dv1.21.txt49 standard and non-standard device names are used in /etc/fstab.
Dv1.30.txt56 needing to specify them on the mount command line or in the /etc/fstab
Dv1.33.txt87 Fsck now supports backslash escapes in /etc/fstab so that \040 can be
Dv1.26.txt46 Fsck now supports fstab entries of the form "ext3,ext2". It will also
Dv1.19.txt80 /etc/fstab.
Dv1.20.txt87 based what is in the filesystem's fstab entry's option field. (Debian
Dv1.40.txt208 Suppress message about an old-style fstab if the fstab file is empty.
444 of the line in /etc/fstab. Otherwise fstabs for the fuse filesystem
529 Fix fsck to ignore /etc/fstab entries for bind mounts. (Addresses Red
/third_party/glib/gio/
Dgunixmounts.c1412 struct fstab *fstab = NULL; in _g_get_unix_mount_points() local
1453 while ((fstab = getfsent ()) != NULL) in _g_get_unix_mount_points()
1458 if (strcmp (fstab->fs_vfstype, "swap") == 0) in _g_get_unix_mount_points()
1461 if (strcmp (fstab->fs_type, "ro") == 0) in _g_get_unix_mount_points()
1468 if (stat (fstab->fs_file, &sb) == 0) in _g_get_unix_mount_points()
1476 mount_point = create_unix_mount_point (fstab->fs_spec, in _g_get_unix_mount_points()
1477 fstab->fs_file, in _g_get_unix_mount_points()
1478 fstab->fs_vfstype, in _g_get_unix_mount_points()
1479 fstab->fs_mntops, in _g_get_unix_mount_points()
/third_party/e2fsprogs/misc/
Dfsck.c1265 const char *fstab; in main() local
1283 fstab = getenv("FSTAB_FILE"); in main()
1284 if (!fstab) in main()
1285 fstab = _PATH_MNTTAB; in main()
1286 load_fs_info(fstab); in main()
/third_party/ltp/testcases/kernel/security/smack/
DREADME11 2) Include this line in the /etc/fstab file:
/third_party/e2fsprogs/tests/f_dup_de/
Dexpect.18 Duplicate entry 'fstab' in /etc (12) found. Clear? yes
Dexpect-nohtree.111 Duplicate entry 'fstab' in /etc (12) found. Clear? yes
/third_party/ltp/testscripts/
Dautofs1.sh104 floppy_dev=`grep floppy /etc/fstab | awk '{print $1}'`
Dautofs4.sh99 floppy_dev=`grep floppy /etc/fstab | awk '{print $1}'`
/third_party/toybox/www/doc/
Dmount.txt21 /etc/fstab for default options, and the options you specify on the command
37 default even if there's nothing in /etc/fstab. Some actions (such as --bind
43 in /etc/fstab are for the mount command (such as "user" which only does
/third_party/ltp/
DREADME.kernel_config253 You should also have made the following entries in your /etc/fstab file
261 2) Create the above entry in /etc/fstab file,
/third_party/ntfs-3g/
DREADME.md100 line at the END(!) of the /etc/fstab file:
/third_party/FreeBSD/
DUPDATING262 driver. Make sure to edit /boot/etc/kboot.conf and fstab to use the
1009 those disk's diskid device nodes. For example, if /etc/fstab
1955 cp /etc/fstab ${CURRENT_ROOT}/etc/fstab # if newfs'd
1956 <edit ${CURRENT_ROOT}/etc/fstab to mount "/" from the correct partition>

123