摘要: 使用debugfs命令需要root权限 mount -t debugfs none /sys/kernel/debug #挂载命令,需要先挂载才能使用 debugfs #命令行输入debugfs,回车 open -w /dev/sda8 #打开文件系统(filesysytem) -w代表(读)写打开 阅读全文
posted @ 2024-05-03 23:14 UNkey 阅读(927) 评论(0) 推荐(0)