Lines Matching +full:sw +full:- +full:mode
85 (Exception: the FFS cannot currently be demand-loaded.)
118 .Bd -literal -offset indent
119 -o sync -o noatime -m 644 -M 755 -u foo -g bar
123 .Bd -literal -offset indent
124 sync,noatime,-m=644,-M=755,-u=foo,-g=bar
152 .Bd -literal -offset indent
160 which would otherwise cause the system to drop into single user mode.
194 This allows, for example, file systems mounted read-only to be upgraded
195 read-write and vice-versa.
231 field is normally mounted read-write or read-only on the
237 .Dq sw
257 For vnode-backed swap spaces,
267 .Pq Do md Dc or Do md[0-9]* Dc
323 .Ql INT_MAX Ns -1 .
382 .Bd -literal
385 #define FSTAB_RO "ro" /* read-only device */
386 #define FSTAB_SW "sw" /* swap device */
393 char *fs_mntops; /* Mount options ala -o */
409 .Bl -tag -width /etc/fstab -compact
417 .Bd -literal
424 /dev/da0p1 none swap sw 0 0
429 /dev/da1p2.eli none swap sw 0 0
432 tmpfs /tmp tmpfs rw,size=1g,mode=1777 0 0
434 # UFS file system on a swap-backed md(4). /dev/md10 is
437 md10 /scratch mfs rw,-s1g 0 0
439 # Swap space on a vnode-backed md(4).
440 md11 none swap sw,file=/swapfile 0 0
446 # NFS-exported file system. "serv" is an NFS server name