I am trying to edit file constraint_0_power_limit_uw
under /sys/class/powercap/intel-rapl/intel-rapl:0
. When I try to edit it, I get
e514: write error (file system full?) in linux' error even if you file system is not full?
message even if my file system is not full. I attach the output of df -h
.
How can I solve this problem?
Output of df -h
:
You can't edit files in/sys because it is a virtual filesystem.
df -h /sys
shows that the device is "sysfs", not a physical one as /dev/sda1 or similar.This virtual filesystem sysfs exposes kernel objects.