Home
last modified time | relevance | path

Searched refs:UFS (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd-12.1/usr.sbin/pc-sysinstall/examples/
H A Dpcinstall.cfg.zfs26 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
27 # UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
39 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
40 # UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
H A Dpcinstall.cfg.geli27 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
28 # UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
29 disk0-part=UFS 500 /boot
30 disk0-part=UFS.eli 500 /
31 disk0-part=UFS.eli 500 /usr
H A Dpcinstall.cfg.restore16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
17 # UFS.eli, UFS+S.eli, UFS+J.eli, ZFS.eli, SWAP.eli
18 disk0-part=UFS+S 500 /
20 disk0-part=UFS+S 0 /usr
H A Dpcinstall.cfg.rsync16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
17 disk0-part=UFS 2000 /
19 disk0-part=UFS 0 /usr
H A Dpcinstall.cfg.gmirror18 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
19 disk0-part=UFS+S 500 /
21 disk0-part=UFS+S 0 /usr
H A Dpcinstall.cfg.netinstall16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
17 disk0-part=UFS 1000 /
19 disk0-part=UFS 0 /usr
H A Dpcinstall.cfg.fbsd-netinstall16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP
17 disk0-part=UFS 1000 /
19 disk0-part=UFS 0 /usr
H A DREADME187 # disk0-part=UFS+S 500 / (-n -o time)
189 # disk0-part=UFS.eli 500 /usr
191 # disk0-part=UFS+J 500 /tmp
203 UFS - Standard UFS2 FileSystem
204 UFS+S - UFS2 + Softupdates enabled
205 UFS+SUJ - UFS2 + Soft Updates + Journaling enabled
206 UFS+J - UFS2 + Journaling through gjournal
212 (UFS.eli, UFS+S.eli, UFS+SUJ.eli, UFS+J.eli, ZFS.eli, SWAP.eli)
222 When using "UFS" and its various types, it is possible to specify custom options
224 disk0-part=UFS+SUJ 1000 / (-o time)
/freebsd-12.1/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-unmount.sh103 UFS) glabel label ${PARTLABEL} ${PARTDEV}${EXT} ;;
104 UFS+S) glabel label ${PARTLABEL} ${PARTDEV}${EXT} ;;
105 UFS+SUJ) glabel label ${PARTLABEL} ${PARTDEV}${EXT} ;;
106 UFS+J) glabel label ${PARTLABEL} ${PARTDEV}${EXT}.journal ;;
118 UFS) ROOTRELABEL="glabel label ${PARTLABEL} ${PARTDEV}${EXT}" ;;
119 UFS+S) ROOTRELABEL="glabel label ${PARTLABEL} ${PARTDEV}${EXT}" ;;
120 UFS+SUJ) ROOTRELABEL="glabel label ${PARTLABEL} ${PARTDEV}${EXT}" ;;
121 UFS+J) ROOTRELABEL="glabel label ${PARTLABEL} ${PARTDEV}${EXT}.journal" ;;
H A Dfunctions-mountdisk.sh175 UFS) mount_partition ${PARTDEV}${EXT} ${PARTFS} ${PARTMNT} "noatime" ;;
176 UFS+S) mount_partition ${PARTDEV}${EXT} ${PARTFS} ${PARTMNT} "noatime" ;;
177 UFS+SUJ) mount_partition ${PARTDEV}${EXT} ${PARTFS} ${PARTMNT} "noatime" ;;
178 UFS+J) mount_partition ${PARTDEV}${EXT}.journal ${PARTFS} ${PARTMNT} "async,noatime" ;;
212 UFS) mount_partition ${PARTDEV}${EXT} ${PARTFS} ${PARTMNT} "noatime" ;;
213 UFS+S) mount_partition ${PARTDEV}${EXT} ${PARTFS} ${PARTMNT} "noatime" ;;
214 UFS+SUJ) mount_partition ${PARTDEV}${EXT} ${PARTFS} ${PARTMNT} "noatime" ;;
215 UFS+J) mount_partition ${PARTDEV}${EXT}.journal ${PARTFS} ${PARTMNT} "async,noatime" ;;
H A Dfunctions-newfs.sh174 UFS)
190 UFS+S)
205 UFS+SUJ)
224 UFS+J)
/freebsd-12.1/sys/ufs/ufs/
H A DREADME.extattr3 UFS Extended Attributes Copyright
5 The UFS Extended Attributes implementation is copyright Robert Watson, and
8 About UFS Extended Attributes
13 of a filename, and value is a binary blob of zero or more bytes. The UFS
25 Using UFS Extended Attributes
27 Support for UFS extended attributes is natively available in UFS2, and
32 Support for UFS extended attributes may be enabled for UFS1 by adding:
36 to your kernel configuration file. This allows UFS-based filesystems to
70 additional kernel option may be defined to auto-start EAs on a UFS file
75 If this option is defined, UFS will search for a ".attribute"
[all …]
H A DREADME.acls3 UFS Access Control Lists Copyright
5 The UFS Access Control Lists implementation is copyright Robert Watson,
8 About UFS Access Control Lists (ACLs)
17 Using UFS Access Control Lists (ACLs)
19 Support for UFS access control lists may be enabled by adding:
/freebsd-12.1/usr.sbin/bsdconfig/share/media/
H A Dufs.subr51 # Return success if we both found and set the media type to be a UFS partition.
55 # Path to a UFS character device node to be used with mount(8) in
56 # mounting a UFS formatted partition. Valid examples include:
113 # Initializes the UFS media device. Returns success if able to mount the UFS
122 f_dprintf "Init routine called for UFS device. devname=[%s]" \
126 f_dprintf "UFS device already mounted."
155 # Returns data from $file on a mounted UFS partition device. Similar to cat(1).
174 # Shuts down the UFS device using umount(8). Return status should be ignored.
/freebsd-12.1/contrib/pjdfstest/tests/open/
H A D10.t16 FreeBSD:UFS)
42 FreeBSD:UFS)
H A D11.t16 FreeBSD:UFS)
43 FreeBSD:UFS)
H A D09.t16 FreeBSD:UFS)
48 FreeBSD:UFS)
/freebsd-12.1/contrib/pjdfstest/tests/mkfifo/
H A D10.t16 FreeBSD:UFS)
48 FreeBSD:UFS)
/freebsd-12.1/contrib/pjdfstest/tests/mkdir/
H A D08.t16 FreeBSD:UFS)
48 FreeBSD:UFS)
/freebsd-12.1/contrib/pjdfstest/tests/rmdir/
H A D09.t16 FreeBSD:UFS)
47 FreeBSD:UFS)
H A D10.t16 FreeBSD:UFS)
48 FreeBSD:UFS)
/freebsd-12.1/contrib/pjdfstest/tests/unlink/
H A D09.t16 FreeBSD:UFS)
47 FreeBSD:UFS)
H A D10.t16 FreeBSD:UFS)
48 FreeBSD:UFS)
/freebsd-12.1/contrib/pjdfstest/tests/symlink/
H A D09.t16 FreeBSD:UFS)
48 FreeBSD:UFS)
/freebsd-12.1/contrib/pjdfstest/tests/mknod/
H A D09.t13 FreeBSD:UFS)
46 FreeBSD:UFS)

1234