Changeset View
Changeset View
Standalone View
Standalone View
usr.sbin/fstyp/fstyp.8
| Show All 36 Lines | |||||
| .Op Fl l | .Op Fl l | ||||
| .Op Fl s | .Op Fl s | ||||
| .Op Fl u | .Op Fl u | ||||
| .Ar special | .Ar special | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Nm | .Nm | ||||
| utility is used to determine the filesystem type on a given device. | utility is used to determine the filesystem type on a given device. | ||||
| It can recognize ISO-9660, exFAT, Ext2, FAT, NTFS, and UFS filesystems. | It can recognize BeFS (BeOS), ISO-9660, exFAT, Ext2, FAT, NTFS, and UFS filesystems. | ||||
rpokala: s/BFS/BeFS/ | |||||
| When the | When the | ||||
| .Fl u | .Fl u | ||||
| flag is specified, | flag is specified, | ||||
| .Nm | .Nm | ||||
| also recognizes certain additional metadata formats that cannot be | also recognizes certain additional metadata formats that cannot be | ||||
| handled using | handled using | ||||
| .Xr mount 8 , | .Xr mount 8 , | ||||
| such as | such as | ||||
| .Xr geli 8 | .Xr geli 8 | ||||
| providers, and | providers, and | ||||
| ZFS pools. | ZFS pools. | ||||
| .Pp | .Pp | ||||
| The filesystem name is printed to the standard output | The filesystem name is printed to the standard output | ||||
| as, respectively: | as, respectively: | ||||
| .Bl -item -offset indent -compact | .Bl -item -offset indent -compact | ||||
| .It | |||||
| befs | |||||
| .It | .It | ||||
| cd9660 | cd9660 | ||||
| .It | .It | ||||
| exfat | exfat | ||||
| .It | .It | ||||
| ext2fs | ext2fs | ||||
| .It | .It | ||||
| geli | geli | ||||
| ▲ Show 20 Lines • Show All 66 Lines • Show Last 20 Lines | |||||
s/BFS/BeFS/