Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
文件系统
ulog文件后端生成的文件无法删除的问题
发布于 2022-09-13 16:56:59 浏览:708
订阅该版
硬件:STM32F429IGT6核心板 操作系统:RTT V4.1.0 分区情况 ```c [I/FAL] ==================== FAL partition table ==================== [I/FAL] | name | flash_dev | offset | length | [I/FAL] ------------------------------------------------------------- [I/FAL] | bootloader | onchip_flash_16k | 0x00000000 | 0x00010000 | [I/FAL] | param | onchip_flash_64k | 0x00000000 | 0x00010000 | [I/FAL] | app | onchip_flash_128k | 0x00000000 | 0x00060000 | [I/FAL] | factory | onchip_flash_128k | 0x00000003 | 0x00080000 | [I/FAL] | download | W25Q128 | 0x00000000 | 0x00100000 | [I/FAL] | easyflash | W25Q128 | 0x00100000 | 0x00100000 | [I/FAL] | filesystem | W25Q128 | 0x00200000 | 0x00e00000 | [I/FAL] ============================================================= ``` 使用虚拟文件系统,启用littlefs文件系统挂载filesystem分区。 启用romfs。用来挂载多个目录 根目录如下 ```c Directory /: flash
readme.txt 52 ``` flash目录如下 ```c Directory /flash: logs
``` 启用ulog 文件后端输出到/flash/logs文件夹中,logs目录如下 ```c Directory /flash/logs: ulog.log 2986 ``` msh使用命令rm -rf ulog.log无法删除文件。此目录下创建hello.txt可以删除。 该文件可以使用功能mv命令移动至flash文件夹中使用rm -rf删除。 这是为什么?使用操作如下 ```c msh /flash/logs>echo "hello world!" hello.txt msh /flash/logs>ls Directory /flash/logs: hello.txt 12 ulog.log 2986 msh /flash/logs>cat h msh /flash/logs>cat hello.txt hello world! msh /flash/logs>rm h msh /flash/logs>rm hello.txt msh /flash/logs>ls Directory /flash/logs: ulog.log 2986 msh /flash/logs>rm u msh /flash/logs>rm ulog.log cannot remove 'ulog.log' msh /flash/logs>rm -rf u msh /flash/logs>rm -rf ulog.log msh /flash/logs>ls Directory /flash/logs: ulog.log 2986 msh /flash/logs> ``` ```c msh /flash/logs>mv u msh /flash/logs>mv ulog.log /f msh /flash/logs>mv ulog.log /flash ulog.log => /flash msh /flash/logs>ls Directory /flash/logs: msh /flash/logs>cd / flash readme.txt msh /flash/logs>cd /f msh /flash/logs>cd /flash msh /flash>rm u msh /flash>rm ulog.log msh /flash>ls Directory /flash: logs
msh /flash>cd l msh /flash>cd logs msh /flash/logs>ls Directory /flash/logs: ```
查看更多
crystal266
2022-09-14
嵌入式
在你的日志文件夹下面的 ulog.log 文件是 ulog 组件生成的,系统在一直写日志到这个文件中,如果定义了日志的个数和大小的限制,当 ulog.log 文件到达大小的上限后就会把这个文件拷贝为 ulog.log.0 然后继续将新的日志存储在 ulog.log 文件中,因此直接在这个文件夹中删除是不可以的(系统打开该文件并且一直写入)。拷贝到别的文件夹下,文件没有被占用就可以删除了。 你可以直接格式化日志文件的分区或者把 ulog 组件的功能关闭之后再删除。
2
个回答
默认排序
按发布时间排序
JonasWen
2022-09-13
这家伙不懒,但是什么也不想写!
文件被打开了,所以没法删吧
撰写答案
登录
注册新账号
关注者
0
被浏览
708
关于作者
用户名由3_15位
这家伙很懒,什么也没写!
提问
62
回答
228
被采纳
32
关注TA
发私信
相关问题
1
【文件系统】目录查询
2
文件系统Posix 接口 的close API疑问
3
dfs_mount挂载文件系统路径的路径必须为‘/’才能成功
4
SD卡连续读写文件报错
5
文件系统挂载断言机制
6
文件系统是否支持挂载NFS网络文件系统
7
文件系统挂载失败!!!
8
dfs_filesystem_lookup() 返回NULL
9
webnet 是否可以做全动态网页,使用内存池来加快速度
10
“文件系统装在表”报错
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
TinyUSB Demo运行教程
2
RT-Thread学习大礼包一键带走!
3
freemodbus从机调试说明
4
【1024】瑞萨 RA 系列 BSP 制作与适配最新版本的 Keil 、 RSC、固件,较新的 FSP
5
基于 RT-Thread 星火一号开发板的俄罗斯方块
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
ART-Pi
FinSH
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
WIZnet_W5500
ota在线升级
UART
cubemx
PWM
flash
packages_软件包
freemodbus
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
keil_MDK
rt_mq_消息队列_msg_queue
ulog
C++_cpp
at_device
本月问答贡献
用户名由3_15位
10
个答案
1
次被采纳
KunYi
4
个答案
1
次被采纳
踩姑娘的小蘑菇
2
个答案
1
次被采纳
bernard
1
个答案
1
次被采纳
rv666
1
个答案
1
次被采纳
本月文章贡献
出出啊
1
篇文章
2
次点赞
小小李sunny
1
篇文章
1
次点赞
张世争
1
篇文章
4
次点赞
crystal266
2
篇文章
2
次点赞
whj467467222
2
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部