Modifying caches in ExaGear: Difference between revisions

Jump to navigation Jump to search
Line 42: Line 42:
In a terminal, mount the /dev, /proc, and /sys virtual file systems by issuing the following commands:
In a terminal, mount the /dev, /proc, and /sys virtual file systems by issuing the following commands:


# <code>sudo mount proc - proc ./proc</code>
# <code>sudo mount proc -t proc ./proc</code>
# <code>sudo mount sys -t sysfs ./sys</code>
# <code>sudo mount sys -t sysfs ./sys</code>
# <code>sudo mount --bind /dev ./dev</code>
# <code>sudo mount --bind /dev ./dev</code>
2

edits

Navigation menu