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

123

/freebsd-10.1-release/include/
H A Dfstab.h29 * @(#)fstab.h 8.1 (Berkeley) 6/2/93
37 * File system table, see fstab(5).
47 #define _PATH_FSTAB "/etc/fstab"
48 #define FSTAB "/etc/fstab" /* deprecated */
56 struct fstab { struct
69 struct fstab *getfsent(void);
70 struct fstab *getfsspec(const char *);
71 struct fstab *getfsfile(const char *);
/freebsd-10.1-release/release/amd64/
H A Dmkisoimages.sh43 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > $1/etc/fstab
45 rm $1/etc/fstab
H A Dmake-memstick.sh31 echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > ${1}/etc/fstab
37 rm ${1}/etc/fstab
H A Dmake-uefi-memstick.sh31 echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > ${1}/etc/fstab
37 rm ${1}/etc/fstab
H A Dmkisoimages-uefi.sh57 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > $1/etc/fstab
59 rm $1/etc/fstab
/freebsd-10.1-release/release/i386/
H A Dmkisoimages.sh43 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > $1/etc/fstab
45 rm $1/etc/fstab
H A Dmake-memstick.sh31 echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > ${1}/etc/fstab
37 rm ${1}/etc/fstab
/freebsd-10.1-release/release/pc98/
H A Dmkisoimages.sh43 echo "/dev/iso9660/$LABEL / cd9660 ro 0 0" > $1/etc/fstab
45 rm $1/etc/fstab
/freebsd-10.1-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c35 #include <fstab.h>
147 if (md->fstab != NULL) {
148 free(md->fstab->fs_spec);
149 free(md->fstab->fs_file);
150 free(md->fstab->fs_vfstype);
151 free(md->fstab->fs_mntops);
152 free(md->fstab->fs_type);
153 free(md->fstab);
241 if (md->fstab != NULL) {
242 free(md->fstab
309 FILE *fstab; local
476 struct fstab *fstab; local
[all...]
H A Dpartedit.h34 #include <fstab.h>
46 struct fstab *fstab; /* fstab data for this partition */ member in struct:partition_metadata
/freebsd-10.1-release/sbin/fsck/
H A Dfsutil.h48 struct fstab;
49 int checkfstab(int, int (*)(struct fstab *),
/freebsd-10.1-release/etc/rc.d/
H A Dgbde33 fstab="/etc/fstab"
36 fstab=$(mktemp /tmp/mtab.XXXXXX)
37 mount -p >${fstab}
68 done <${fstab}
72 rm -f ${fstab}
H A Dfsck20 elif [ ! -r /etc/fstab ]; then
21 echo "Warning! No /etc/fstab: skipping disk checks."
/freebsd-10.1-release/tools/tools/nanobsd/rescue/
H A Dcommon70 echo "/dev/ufs/${NANO_LABEL}s1a / ufs ro,noatime 0 0" > etc/fstab
71 echo "tmpfs /boot/zfs tmpfs rw,size=1048576,mode=777 0 0" >> etc/fstab
72 echo "ports:/usr/ports /usr/ports nfs rw,noauto,noatime,bg,soft,intr,nfsv3 0 0" >> etc/fstab
73 # echo "/dev/ad1s1a /scratch ufs rw,noauto,noatime 0 0" >> etc/fstab
95 echo "/dev/iso9660/${NANO_LABEL} / cd9660 ro,noatime 0 0" > etc/fstab
96 echo "tmpfs /boot/zfs tmpfs rw,size=1048576,mode=777 0 0" >> etc/fstab
97 echo "ports:/usr/ports /usr/ports nfs rw,noauto,noatime,bg,soft,intr,nfsv3 0 0" >> etc/fstab
98 # echo "/dev/ad1s1a /scratch ufs rw,noauto,noatime 0 0" >> etc/fstab
H A Dmerge.sh13 sed -i "" -e 's/rescues1/rescues2/' ${D1}/_.mnt/conf/base/etc/fstab
14 sed -i "" -e 's/rescues1/rescues2/' ${D1}/_.mnt/etc/fstab
/freebsd-10.1-release/tools/tools/nanobsd/pcengines/
H A Dcommon.conf72 echo "fs:/usr/ports /usr/ports nfs rw,noauto,noatime,bg,soft,intr,nfsv3 0 0" >> etc/fstab
73 echo "fs:/mnt/Backup /mnt/Backup nfs rw,noauto,noatime,bg,soft,intr,nfsv3 0 0" >> etc/fstab
74 echo "fs:/mnt/Ablage /mnt/Ablage nfs rw,noauto,noatime,bg,soft,intr,nfsv3 0 0" >> etc/fstab
75 echo "/dev/ad1s1a /z/scratch ufs rw,noauto,noatime 0 0" >> etc/fstab
/freebsd-10.1-release/usr.sbin/bsdinstall/scripts/
H A Dumount29 TMP_FSTAB=/tmp/bsdinstall-tmp-fstab
/freebsd-10.1-release/release/powerpc/
H A Dmake-memstick.sh35 echo '/dev/da0s3 / ufs ro,noatime 1 1' > ${1}/etc/fstab
42 rm ${1}/etc/fstab
/freebsd-10.1-release/tools/tools/nanobsd/Files/root/
H A Dupdatep254 # Update the /etc/fstab
57 sed -i "" "s/${NANO_DRIVE}s1/${NANO_DRIVE}s2/" /mnt/conf/base/etc/fstab
58 sed -i "" "s/${NANO_DRIVE}s1/${NANO_DRIVE}s2/" /mnt/etc/fstab
H A Dchange_password34 cfgslice=`grep '/cfg' /etc/fstab | cut -d \ -f 1`
/freebsd-10.1-release/tools/tools/nanobsd/gateworks/Files/root/
H A Dupdatep254 # Update the /etc/fstab
57 sed -i "" "s/${NANO_DRIVE}s1/${NANO_DRIVE}s2/" /mnt/conf/base/etc/fstab
58 sed -i "" "s/${NANO_DRIVE}s1/${NANO_DRIVE}s2/" /mnt/etc/fstab
/freebsd-10.1-release/tools/tools/nanobsd/pcengines/Files/root/
H A Dupdatep254 # Update the /etc/fstab
57 sed -i "" "s/${NANO_DRIVE}s1/${NANO_DRIVE}s2/" /mnt/conf/base/etc/fstab
58 sed -i "" "s/${NANO_DRIVE}s1/${NANO_DRIVE}s2/" /mnt/etc/fstab
H A Dchange_password34 cfgslice=`grep '/cfg' /etc/fstab | cut -d \ -f 1`
/freebsd-10.1-release/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-10.1-release/etc/periodic/daily/
H A D400.status-disks23 if ! [ -f /etc/fstab ]; then

Completed in 181 milliseconds

123