| /freebsd-12.1/usr.sbin/pc-sysinstall/examples/ |
| H A D | pcinstall.cfg.zfs | 26 # 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 D | pcinstall.cfg.geli | 27 # 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 D | pcinstall.cfg.restore | 16 # 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 D | pcinstall.cfg.rsync | 16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP 17 disk0-part=UFS 2000 / 19 disk0-part=UFS 0 /usr
|
| H A D | pcinstall.cfg.gmirror | 18 # 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 D | pcinstall.cfg.netinstall | 16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP 17 disk0-part=UFS 1000 / 19 disk0-part=UFS 0 /usr
|
| H A D | pcinstall.cfg.fbsd-netinstall | 16 # Avail FS Types, UFS, UFS+S, UFS+J, ZFS, SWAP 17 disk0-part=UFS 1000 / 19 disk0-part=UFS 0 /usr
|
| H A D | README | 187 # 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 D | functions-unmount.sh | 103 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 D | functions-mountdisk.sh | 175 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 D | functions-newfs.sh | 174 UFS) 190 UFS+S) 205 UFS+SUJ) 224 UFS+J)
|
| /freebsd-12.1/sys/ufs/ufs/ |
| H A D | README.extattr | 3 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 D | README.acls | 3 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 D | ufs.subr | 51 # 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 D | 10.t | 16 FreeBSD:UFS) 42 FreeBSD:UFS)
|
| H A D | 11.t | 16 FreeBSD:UFS) 43 FreeBSD:UFS)
|
| H A D | 09.t | 16 FreeBSD:UFS) 48 FreeBSD:UFS)
|
| /freebsd-12.1/contrib/pjdfstest/tests/mkfifo/ |
| H A D | 10.t | 16 FreeBSD:UFS) 48 FreeBSD:UFS)
|
| /freebsd-12.1/contrib/pjdfstest/tests/mkdir/ |
| H A D | 08.t | 16 FreeBSD:UFS) 48 FreeBSD:UFS)
|
| /freebsd-12.1/contrib/pjdfstest/tests/rmdir/ |
| H A D | 09.t | 16 FreeBSD:UFS) 47 FreeBSD:UFS)
|
| H A D | 10.t | 16 FreeBSD:UFS) 48 FreeBSD:UFS)
|
| /freebsd-12.1/contrib/pjdfstest/tests/unlink/ |
| H A D | 09.t | 16 FreeBSD:UFS) 47 FreeBSD:UFS)
|
| H A D | 10.t | 16 FreeBSD:UFS) 48 FreeBSD:UFS)
|
| /freebsd-12.1/contrib/pjdfstest/tests/symlink/ |
| H A D | 09.t | 16 FreeBSD:UFS) 48 FreeBSD:UFS)
|
| /freebsd-12.1/contrib/pjdfstest/tests/mknod/ |
| H A D | 09.t | 13 FreeBSD:UFS) 46 FreeBSD:UFS)
|