Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simply-static domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6121
树莓派挂载SSD注意事项

树莓派挂载SSD注意事项

执行chown命令时一直报错“chown: 正在更改’/home/pi/myssd/abc/’ 的所有者: 不允许的操作”的解决方法

关键是文件格式一定要格式化为ext4,如果格式化为vfat则使用chown命令时一直报错

sudo chown -R pi:pi myssd

磁盘格式化等操作参考

https://www.shuzhiduo.com/A/GBJr0KZqd0/