Searched refs:fstab (Results 1 – 25 of 52) sorted by relevance
123
/third_party/e2fsprogs/install-utils/ |
D | convfstab | 69 done </etc/fstab >/tmp/newfstab.$$ 70 mv -f /etc/fstab /etc/fstab.bak 71 mv -f /tmp/newfstab.$$ /etc/fstab
|
/third_party/e2fsprogs/ |
D | INSTALL.elfbin | 30 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.
|
D | INSTALL | 51 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/ |
D | v1.29.txt | 19 /etc/fstab, the -R option which skips the root filesystem will skip 22 entry in /etc/fstab!
|
D | v1.13.txt | 12 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.
|
D | v1.14.txt | 4 Fix the fstab parsing code so that it can handle blank lines and
|
D | v1.15.txt | 61 /etc/fstab is given to it. 63 Fsck now understands the UUID=xxxx and LABEL=yyyy forms in /etc/fstab
|
D | v1.21.txt | 49 standard and non-standard device names are used in /etc/fstab.
|
D | v1.30.txt | 56 needing to specify them on the mount command line or in the /etc/fstab
|
D | v1.33.txt | 87 Fsck now supports backslash escapes in /etc/fstab so that \040 can be
|
D | v1.26.txt | 46 Fsck now supports fstab entries of the form "ext3,ext2". It will also
|
D | v1.19.txt | 80 /etc/fstab.
|
D | v1.20.txt | 87 based what is in the filesystem's fstab entry's option field. (Debian
|
D | v1.40.txt | 208 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/ |
D | gunixmounts.c | 1412 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/ |
D | fsck.c | 1265 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/ |
D | README | 11 2) Include this line in the /etc/fstab file:
|
/third_party/e2fsprogs/tests/f_dup_de/ |
D | expect.1 | 8 Duplicate entry 'fstab' in /etc (12) found. Clear? yes
|
D | expect-nohtree.1 | 11 Duplicate entry 'fstab' in /etc (12) found. Clear? yes
|
/third_party/ltp/testscripts/ |
D | autofs1.sh | 104 floppy_dev=`grep floppy /etc/fstab | awk '{print $1}'`
|
D | autofs4.sh | 99 floppy_dev=`grep floppy /etc/fstab | awk '{print $1}'`
|
/third_party/toybox/www/doc/ |
D | mount.txt | 21 /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/ |
D | README.kernel_config | 253 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/ |
D | README.md | 100 line at the END(!) of the /etc/fstab file:
|
/third_party/FreeBSD/ |
D | UPDATING | 262 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