Home
last modified time | relevance | path

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

123

/external/e2fsprogs/install-utils/
Dconvfstab69 done </etc/fstab >/tmp/newfstab.$$
70 mv -f /etc/fstab /etc/fstab.bak
71 mv -f /tmp/newfstab.$$ /etc/fstab
/external/avb/libavb_user/
Davb_ops_user.cpp50 static bool open_fstab(Fstab* fstab) { in open_fstab() argument
51 return ReadDefaultFstab(fstab) || ReadFstabFromFile("/fstab.device", fstab); in open_fstab()
92 Fstab fstab; in open_partition() local
93 if (!open_fstab(&fstab)) { in open_partition()
96 auto record = GetEntryForMountPoint(&fstab, "/misc"); in open_partition()
/external/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.
/external/fsck_msdos/
Dfsutil.h55 struct fstab;
56 int checkfstab(int, int (*)(struct fstab *),
/external/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
/external/syzkaller/tools/
Dcreate-image.sh20 echo 'debugfs /sys/kernel/debug debugfs defaults 0 0' | sudo tee -a $DIR/etc/fstab
21 echo 'binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0' | sudo tee -a $DIR/etc/fstab
Dcreate-gce-image.sh105 echo "debugfs /sys/kernel/debug debugfs defaults 0 0" | sudo tee -a disk.mnt/etc/fstab
106 …ho 'binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0' | sudo tee -a disk.mnt/etc/fstab
/external/syzkaller/pkg/build/
Dlinux_generated.go64 echo "debugfs /sys/kernel/debug debugfs defaults 0 0" | sudo tee -a disk.mnt/etc/fstab
65 …ho 'binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0' | sudo tee -a disk.mnt/etc/fstab
/external/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()
/external/ltp/testcases/kernel/security/smack/
DREADME11 2) Include this line in the /etc/fstab file:
/external/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
/external/grpc-grpc/tools/gce/
Dlinux_worker_init.sh26 sudo sed -i '$ a\/swap none swap sw 0 0' /etc/fstab
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt18 cat << '___EOF___' | sudo dd of=/mnt/etc/fstab
/external/ltp/testscripts/
Dautofs1.sh104 floppy_dev=`grep floppy /etc/fstab | awk '{print $1}'`
Dautofs4.sh99 floppy_dev=`grep floppy /etc/fstab | awk '{print $1}'`
/external/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
/external/autotest/site_utils/
Dsetup_dev_autotest.sh236 EXISTING_MOUNT=$(egrep "/.+[[:space:]]${AT_DIR}" /etc/fstab || /bin/true)
/external/syzkaller/docs/linux/
Dsetup_linux-host_qemu-vm_arm-kernel.md73 Then add the following line to `output/target/etc/fstab`:
/external/ltp/testcases/kernel/security/integrity/ima/
DREADME35 Add 'iversion' in /etc/fstab as:
/external/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,

123