LINSYSFS(5) | MidnightBSD File Formats Manual | LINSYSFS(5) |
linsysfs
— Linux
kernel objects file system
linsys /compat/linux/sys linsysfs rw 0 0
The Linux system file system, or linsysfs
,
emulates a subset of the Linux sys file system and is required for the
complete operation of some Linux binaries.
The linsysfs
provides a two-level view of
devices. At the highest level, PCI devices themselves are named, according
to their bus, slot and function in the system hierarchy. PCI storage devices
are listed in the scsi_host class with a device
symlink to the PCI directories of the devices.
Each device node is a directory containing some files and directories:
Each host node of scsi_host is a directory containing some files and directories:
linsysfs
.The most common usage follows:
mount -t linsysfs linsys
/compat/linux/sys
where /compat/linux/sys is a mount point.
The linsysfs
driver first appeared in
FreeBSD 6.2.
The linsysfs
driver was derived from
linprocfs
by Doug Ambrisko.
This manual page was edited by Doug Ambrisko, based
on the linprocfs(5)
manual page by Garrett Wollman.
November 13, 2019 | midnightbsd-3.1 |