Mounting Sysfs

Linux Drivers

Release Date
2023-07-22

The root file system being used may not have sysfs mounted and it cannot be used if it's not mounted. The directory /sys is also needed to mount the sysfs on. The root file system must be writable to do the following steps.

> mkdir /sys
> mount -t sysfs sysfs /sys