我正在尝试constraint_0_power_limit_uw
在/sys/class/powercap/intel-rapl/intel-rapl:0
. 当我尝试编辑它时,我得到
e514: write error (file system full?) in linux' error even if you file system is not full?
即使我的文件系统未满,也会收到消息。我附上df -h
.
我怎么解决这个问题?
输出df -h
:
我正在尝试constraint_0_power_limit_uw
在/sys/class/powercap/intel-rapl/intel-rapl:0
. 当我尝试编辑它时,我得到
e514: write error (file system full?) in linux' error even if you file system is not full?
即使我的文件系统未满,也会收到消息。我附上df -h
.
我怎么解决这个问题?
输出df -h
:
您不能在 /sys 中编辑文件,因为它是一个虚拟文件系统。
df -h /sys
表明该设备是“sysfs”,而不是 /dev/sda1 或类似的物理设备。这个虚拟文件系统 sysfs 暴露了内核对象。