From debugfs.txt, mount debugfs command is like this:
mount -t debugfs none /sys/kernel/debug
What is the function of none in this statement?
That argument is a description of the device to be mounted. Typically this is a filename like /dev/sda1, but for mounts not associated with a device you can use an arbitrary name. none is just a conventional choice, you could just as easily use bacon or this_is_not_the_device_you_are_looking_for.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With