04 2018 档案

Linux中硬盘物理扇区与文件系统文件对应关系(转)
摘要:1 概述 系统读写文件过程中,如下面内核打印信息,报告读写某个扇区错误。那么我们如何能够通过sector找到读写哪个文件错误? kernel: end_request: I/O error, dev sdb, sector 41913499 2 物理扇区与文件对应关系计算 以下面打印信息为例。 ke 阅读全文

posted @ 2018-04-20 22:21 xihong 阅读(1744) 评论(0) 推荐(0) 编辑

EXT4 超级块介绍(转)
摘要:https://blog.csdn.net/sunlei0625/article/details/79011946 The superblock records various information about the enclosing filesystem, such as block cou 阅读全文

posted @ 2018-04-18 17:30 xihong 阅读(719) 评论(0) 推荐(0) 编辑

深入解析 ext2 文件系统 (转)
摘要:http://blog.chinaunix.net/uid-24774106-id-3266816.html 很久以来,就想写一篇关于ext 家族文件系统的文章,源于我刚工作的时候,曾经一不小心rm -rf,误删除了很多文件,当时真想有个数据恢复软件能帮我把数据回复了。当然学习数据恢复,首先要学习文 阅读全文

posted @ 2018-04-18 13:25 xihong 阅读(422) 评论(0) 推荐(0) 编辑

makedepend: command not found(转)
摘要:makedepend: command not found 解决方案: 修改Makefile MAKEDEPEND=$(CC) -M 参考: When I set CROSS_COMPILE, `MAKEDEPEND=makedepend` breaks. To fix it, I open the 阅读全文

posted @ 2018-04-16 17:18 xihong 阅读(740) 评论(0) 推荐(0) 编辑

makeinfo is missing on your system(转)
摘要:ubunut14.04 make install 提示 makeinfo is missing on your system; 输入makeinfo后,提示没有安装该命令,然后提示可以安装texinfo; sudo apt-get install texinfo 注意不是texTinfo,而是tex 阅读全文

posted @ 2018-04-11 20:34 xihong 阅读(868) 评论(0) 推荐(0) 编辑

petalinux--执行子进程“oe-gnome-terminal-phonehome”失败(没有那个文件或目录)(转)
摘要:简介 使用petalinux配置kernel时候提示 “Failed to execute child process “oe-gnome-terminal-phonehome” (No such file or directory)” stackoverflow上说是ubuntu14.04特有的问 阅读全文

posted @ 2018-04-08 13:23 xihong 阅读(803) 评论(0) 推荐(0) 编辑

读懂 PetaLinux:让 Linux 在 Zynq 上轻松起“跑”(转)
摘要:对于Zynq这样一个“ARM+可编程逻辑”异构处理系统我们已经不陌生,其创新性大家也有目共睹。不过想要让更多的应用享受到这一“创新”带来的红利,让其真正“落地”则需要大量系统性的工作,去营造一个完善的生态系统。从之前几篇文章中,我们已经看到Xilinx在这方面做出的努力,特别是不断迭代的先进的硬件开 阅读全文

posted @ 2018-04-05 18:45 xihong 阅读(1834) 评论(0) 推荐(0) 编辑

ubuntu 客户机安装VMware tools时出现编译错误,无法与主机共享文件(转)
摘要:主机:win7旗舰版 vmware workstation 10.0.7 (其他10.x版本也有这个问题) 客户机:Ubuntu14.04.4-16.x 安装vmware tools时出现下列编译错误,共享文件夹的功能不能实现,剪贴板等正常。 下面是部分错误代码: [cpp] view plain 阅读全文

posted @ 2018-04-02 16:58 xihong 阅读(851) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示