Searched refs:fstab (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-current/include/
H A Dfstab.h36 * File system table, see fstab(5).
46 #define _PATH_FSTAB "/etc/fstab"
47 #define FSTAB "/etc/fstab" /* deprecated */
55 struct fstab { struct
68 struct fstab *getfsent(void);
69 struct fstab *getfsspec(const char *);
70 struct fstab *getfsfile(const char *);
/freebsd-current/usr.sbin/autofs/autofs/
H A Dspecial_noauto6 sed 's/#.*//' /etc/fstab | awk '$4 ~ /noauto/ { print $2 }'
14 sed 's/#.*//' /etc/fstab | awk '
/freebsd-current/sbin/fsck/
H A Dfsutil.h29 struct fstab;
30 int checkfstab(int, int (*)(struct fstab *),
32 int getfsopt(struct fstab *, const char *);
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dfsck.zfs.in32 awk '!/^([[:space:]]*#.*)?$/ && $1 == "'"$dataset"'" && $3 == "zfs" {exit 1}' /etc/fstab || \
/freebsd-current/libexec/rc/rc.d/
H A Dgrowfs_fstab33 # to /etc/fstab if none exists, and add as dumpdev.
38 desc="Add new swap partition to /etc/fstab"
50 ' < /etc/fstab
52 printf "/dev/label/growfs_swap\tnone\t\tswap\tsw\t\t0\t0\n" >>/etc/fstab
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c34 #include <fstab.h>
162 if (md->fstab != NULL) {
163 free(md->fstab->fs_spec);
164 free(md->fstab->fs_file);
165 free(md->fstab->fs_vfstype);
166 free(md->fstab->fs_mntops);
167 free(md->fstab->fs_type);
168 free(md->fstab);
259 if (md->fstab != NULL) {
260 free(md->fstab
347 FILE *fstab; local
587 struct fstab *fstab; local
[all...]
H A Dpartedit.h34 #include <fstab.h>
48 struct fstab *fstab; /* fstab data for this partition */ member in struct:partition_metadata
H A Dgpart_ops.c645 if (md->fstab != NULL)
646 items[2].init = md->fstab->fs_file;
767 if (md->fstab != NULL) {
768 free(md->fstab->fs_spec);
769 free(md->fstab->fs_file);
770 free(md->fstab->fs_vfstype);
771 free(md->fstab->fs_mntops);
772 free(md->fstab->fs_type);
773 free(md->fstab);
774 md->fstab
[all...]
/freebsd-current/tools/tools/nanobsd/pcengines/
H A Dcommon.conf67 echo "fs:/usr/ports /usr/ports nfs rw,noauto,noatime,bg,soft,intr,nfsv3 0 0" >> etc/fstab
68 echo "fs:/mnt/Backup /mnt/Backup nfs rw,noauto,noatime,bg,soft,intr,nfsv3 0 0" >> etc/fstab
69 echo "fs:/mnt/Ablage /mnt/Ablage nfs rw,noauto,noatime,bg,soft,intr,nfsv3 0 0" >> etc/fstab
70 echo "/dev/ad1s1a /z/scratch ufs rw,noauto,noatime 0 0" >> etc/fstab
/freebsd-current/tools/tools/nanobsd/Files/root/
H A Dupdatep253 # Update the /etc/fstab
56 sed -i "" "s/${NANO_DRIVE}s1/${NANO_DRIVE}s2/" /mnt/conf/base/etc/fstab
57 sed -i "" "s/${NANO_DRIVE}s1/${NANO_DRIVE}s2/" /mnt/etc/fstab
H A Dchange_password33 cfgslice=`grep '/cfg' /etc/fstab | cut -d \ -f 1`
/freebsd-current/tools/tools/nanobsd/pcengines/Files/root/
H A Dupdatep253 # Update the /etc/fstab
56 sed -i "" "s/${NANO_DRIVE}s1/${NANO_DRIVE}s2/" /mnt/conf/base/etc/fstab
57 sed -i "" "s/${NANO_DRIVE}s1/${NANO_DRIVE}s2/" /mnt/etc/fstab
H A Dchange_password33 cfgslice=`grep '/cfg' /etc/fstab | cut -d \ -f 1`
/freebsd-current/contrib/smbfs/examples/
H A Dsmbfs.sh.sample8 # It assumes that all mount points described in fstab file and password
15 vols=`awk -- '/^\/.*[[:space:]]+smbfs[[:space:]]+/ { print $2 }' /etc/fstab`
/freebsd-current/tools/test/stress2/misc/
H A Dquota5.sh33 if ! grep /tmp /etc/fstab | grep -q quota ; then
H A Dquota4.sh48 /etc/fstab
53 sed -i -e "/md$mdstart/d" /etc/fstab # clean up before any panics
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dumount35 TMP_FSTAB=${TMPDIR:-"/tmp"}/bsdinstall-tmp-fstab
/freebsd-current/usr.sbin/periodic/etc/daily/
H A D400.status-disks27 if ! [ -f /etc/fstab ]; then
/freebsd-current/release/riscv/
H A Dmake-memstick.sh45 echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > ${BASEBITSDIR}/etc/fstab
50 echo "./etc/fstab type=file uname=root gname=wheel mode=0644" >> ${metalogfilename}
55 rm ${BASEBITSDIR}/etc/fstab
/freebsd-current/release/i386/
H A Dmake-memstick.sh42 echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > ${BASEBITSDIR}/etc/fstab
47 echo "./etc/fstab type=file uname=root gname=wheel mode=0644" >> ${metalogfilename}
52 rm ${BASEBITSDIR}/etc/fstab
/freebsd-current/release/arm64/
H A Dmake-memstick.sh45 echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > ${BASEBITSDIR}/etc/fstab
50 echo "./etc/fstab type=file uname=root gname=wheel mode=0644" >> ${metalogfilename}
55 rm ${BASEBITSDIR}/etc/fstab
/freebsd-current/release/amd64/
H A Dmake-memstick.sh45 echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > ${BASEBITSDIR}/etc/fstab
50 echo "./etc/fstab type=file uname=root gname=wheel mode=0644" >> ${metalogfilename}
55 rm ${BASEBITSDIR}/etc/fstab
/freebsd-current/usr.sbin/quotaon/
H A Dquotaon.c43 #include <fstab.h>
58 static int quotaonoff(struct fstab *fs, int, int);
64 struct fstab *fs;
124 warnx("%s not found in fstab", argv[i]);
141 quotaonoff(struct fstab *fs, int offmode, int type)
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create.kshlib96 typeset fstab="/etc/fstab"
97 typeset tmpfile="$TMPDIR/fstab.tmp"
102 $CAT $fstab | $GREP "^/dev" >$tmpfile
/freebsd-current/sbin/fsck_ffs/
H A Dutilities.c42 #include <fstab.h>
54 struct fstab *fsinfo;

Completed in 216 milliseconds

1234