Searched refs:fstab (Results 1 – 25 of 56) sorted by relevance
123
69 done </etc/fstab >/tmp/newfstab.$$70 mv -f /etc/fstab /etc/fstab.bak71 mv -f /tmp/newfstab.$$ /etc/fstab
50 static bool open_fstab(Fstab* fstab) { in open_fstab() argument51 return ReadDefaultFstab(fstab) || ReadFstabFromFile("/fstab.device", fstab); in open_fstab()92 Fstab fstab; in open_partition() local93 if (!open_fstab(&fstab)) { in open_partition()96 auto record = GetEntryForMountPoint(&fstab, "/misc"); in open_partition()
30 4) Make sure your /etc/fstab file is correct.32 Some distributions install an /etc/fstab which is missing the38 your /etc/fstab file look like this:47 Michael Weller) that may help you correct your /etc/fstab file.
51 9) Make sure your /etc/fstab file is correct.53 Some distributions install an /etc/fstab which is missing the59 your /etc/fstab file look like this:68 Michael Weller) that may help you correct your /etc/fstab file.
55 struct fstab;56 int checkfstab(int, int (*)(struct fstab *),
19 /etc/fstab, the -R option which skips the root filesystem will skip22 entry in /etc/fstab!
12 Fsck now parses the /etc/fstab file directly (instead of using15 diskless workstations where all of the filesystems in /etc/fstab have17 from a /etc/fstab file with missing pass numbers.
4 Fix the fstab parsing code so that it can handle blank lines and
61 /etc/fstab is given to it.63 Fsck now understands the UUID=xxxx and LABEL=yyyy forms in /etc/fstab
20 echo 'debugfs /sys/kernel/debug debugfs defaults 0 0' | sudo tee -a $DIR/etc/fstab21 echo 'binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0' | sudo tee -a $DIR/etc/fstab
105 echo "debugfs /sys/kernel/debug debugfs defaults 0 0" | sudo tee -a disk.mnt/etc/fstab106 …ho 'binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0' | sudo tee -a disk.mnt/etc/fstab
64 echo "debugfs /sys/kernel/debug debugfs defaults 0 0" | sudo tee -a disk.mnt/etc/fstab65 …ho 'binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0' | sudo tee -a disk.mnt/etc/fstab
1265 const char *fstab; in main() local1283 fstab = getenv("FSTAB_FILE"); in main()1284 if (!fstab) in main()1285 fstab = _PATH_MNTTAB; in main()1286 load_fs_info(fstab); in main()
11 2) Include this line in the /etc/fstab file:
8 Duplicate entry 'fstab' in /etc (12) found. Clear? yes
11 Duplicate entry 'fstab' in /etc (12) found. Clear? yes
26 sudo sed -i '$ a\/swap none swap sw 0 0' /etc/fstab
18 cat << '___EOF___' | sudo dd of=/mnt/etc/fstab
104 floppy_dev=`grep floppy /etc/fstab | awk '{print $1}'`
99 floppy_dev=`grep floppy /etc/fstab | awk '{print $1}'`
21 /etc/fstab for default options, and the options you specify on the command37 default even if there's nothing in /etc/fstab. Some actions (such as --bind43 in /etc/fstab are for the mount command (such as "user" which only does
236 EXISTING_MOUNT=$(egrep "/.+[[:space:]]${AT_DIR}" /etc/fstab || /bin/true)
73 Then add the following line to `output/target/etc/fstab`:
35 Add 'iversion' in /etc/fstab as:
253 You should also have made the following entries in your /etc/fstab file261 2) Create the above entry in /etc/fstab file,