/******************************************************************************
* buildroot linux filesystem 初探
* 声明:
* 在自己做文件系统的时候发现了这个buildroot,可以用来直接做文件系统,于是
* 下载下来自己编译了一下,发现确实是这样的,于是简单尝试一下,先看看效果如何。
*
* 2016-2-1 深圳 南山平山村 曾剑锋
*****************************************************************************/ 一、参考文档:
. 使用buildroot搭建linux文件系统
http://www.wfuyu.com/technology/24705.html
. The Buildroot user manual
https://buildroot.org/downloads/manual/manual.html 二、buildroot下载:
https://buildroot.org/ 三、文件系统:
Qt@zengjf:~/rootfs/buildroot/buildroot-2015.11./output/target$ ls -al
total
drwxr-xr-x Qt Qt Jan : .
drwxr-xr-x Qt Qt Jan : ..
drwxr-xr-x Qt Qt Jan : bin
drwxr-xr-x Qt Qt Jan : dev
drwxr-xr-x Qt Qt Jan : etc
drwxr-xr-x Qt Qt Jan : lib
lrwxrwxrwx Qt Qt Jan : lib32 -> lib
lrwxrwxrwx Qt Qt Jan : linuxrc -> bin/busybox
drwxr-xr-x Qt Qt Dec : media
drwxr-xr-x Qt Qt Dec : mnt
drwxr-xr-x Qt Qt Dec : opt
drwxr-xr-x Qt Qt Dec : proc
drwx------ Qt Qt Dec : root
drwxr-xr-x Qt Qt Dec : run
drwxr-xr-x Qt Qt Jan : sbin
drwxr-xr-x Qt Qt Dec : sys
-rw-r--r-- Qt Qt Jan : THIS_IS_NOT_YOUR_ROOT_FILESYSTEM
drwxrwxrwt Qt Qt Jan : tmp
drwxr-xr-x Qt Qt Jan : usr
drwxr-xr-x Qt Qt Jan : var
Qt@zengjf:~/rootfs/buildroot/buildroot-2015.11./output/target$ 四、etc目录:
Qt@zengjf:~/rootfs/buildroot/buildroot-2015.11./output/target/etc$ ls -al
total
drwxr-xr-x Qt Qt Jan : .
drwxr-xr-x Qt Qt Jan : ..
-rw-r--r-- Qt Qt Dec : fstab
-rw-r--r-- Qt Qt Dec : group
-rw-r--r-- Qt Qt Jan : hostname
-rw-r--r-- Qt Qt Jan : hosts
drwxr-xr-x Qt Qt Feb : init.d
-rw-r--r-- Qt Qt Jan : inittab
-rw-r--r-- Qt Qt Dec : inputrc
-rw-r--r-- Qt Qt Jan : issue
-rw-r--r-- Qt Qt Jan : ld.so.cache
-rw-r--r-- Qt Qt Jan : ld.so.conf
drwxr-xr-x Qt Qt Dec : ld.so.conf.d
-rw-r--r-- Qt Qt Jan : mdev.conf
lrwxrwxrwx Qt Qt Dec : mtab -> /proc/mounts
drwxr-xr-x Qt Qt Jan : network
-rw-r--r-- Qt Qt Jan : nsswitch.conf
-rw-r--r-- Qt Qt Jan : os-release
-rw-r--r-- Qt Qt Dec : passwd
-rw-r--r-- Qt Qt Dec : profile
drwxr-xr-x Qt Qt Dec : profile.d
-rw-r--r-- Qt Qt Dec : protocols
lrwxrwxrwx Qt Qt Dec : resolv.conf -> ../tmp/resolv.conf
-rw-r--r-- Qt Qt Dec : services
-rw------- Qt Qt Jan : shadow
Qt@zengjf:~/rootfs/buildroot/buildroot-2015.11./output/target/etc$

buildroot linux filesystem 初探的更多相关文章

  1. 转载--linux filesystem structures

    In this article, let us review the Linux filesystem structures and understand the meaning of individ ...

  2. RH033读书笔记(15)-Lab 16 The Linux Filesystem

    Lab 16 The Linux Filesystem Goal: Develop a better understanding of Linux filesystem essentials incl ...

  3. 阿里云Linux服务器初探

    阿里云Linux服务器初探 阿里云Linux服务器初探 因为钱包的关系,本人买了一个660元2年的1核1GB的小服务器(centos是Linux的发行版),在当初是用2核4GB(内存)的时候使用的是w ...

  4. Linux系统初探过程总结

    Linux系统初探的过程大约用了一周的时间,这周基本将Linux系统安装,PostgreSQL安装,Nginx服务器安装,ASP.NET Core应用部署都走了一遍.由于以前没有怎么接触和使用过Lin ...

  5. Linux & Filesystem Hierarchy Standard

    Linux & Filesystem Hierarchy Standard The Filesystem Hierarchy Standard of Linux https://zhuanla ...

  6. Linux内核初探 之 进程(三) —— 进程调度算法

    一.基本概念 抢占 Linux提供抢占式多任务,基于时间片和优先级对进程进行强制挂起 非抢占的系统需要进程自己让步(yielding) 进程类型 IO消耗型 经常处于可运行态,等待IO操作过程会阻塞 ...

  7. Linux filesystem structures.

    1. / – Root Every single file and directory starts from the root directory. Only root user has write ...

  8. Linux filesystem

    文件系统的运作与操作系统的文件数据有关.较新的操作系统的文件数据除了文件实际内容外,通常含有非常多的属性,例如Linux操作系统的文件权限(rwx)与文件属性(属主.属组.时间参数等).文件系统通常会 ...

  9. linux驱动初探之杂项设备(控制两个GPIO口)

    关键字:linux驱动.杂项设备.GPIO 此驱动程序控制了外接的两个二极管,二极管是低电平有效. 上一篇博客中已经介绍了linux驱动程序的编写流程,这篇博客算是前一篇的提高篇,也是下一篇博客(JN ...

随机推荐

  1. 把eclipse"中文版"变成"英文版"

    在Eclipse.exe当前路径下,直接新建快捷方式,右键属性,添加如下参数即可 eclipse.exe -nl en

  2. JS内存管理测试

    打开调试器,切换到timer,点击左下角的record按钮开始,切换到memory视图,在文档中点击鼠标左右键,看股价走势图 function Allocate(kbs){ this.mem = ne ...

  3. Unity3D脚本中文系列教程(十一)

    http://dong2008hong.blog.163.com/blog/static/4696882720140313058768/ BoxCollider 类,继承自Collider 一个盒状的 ...

  4. oracle RAC--归档日志的开启方法

    oracle RAC--归档日志的开启方法 2011-10-07 15:53:04 分类: Oracle oracle RAC--归档日志的开启方法   ======================= ...

  5. Properties --- C++读配置信息的类

    http://blog.csdn.net/billow_zhang/article/details/4304980 在开发实践中,积累了一些通用的C++ 类库,在此写出来给大家分享.也希望能给出更好的 ...

  6. ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2 JDWP exit error AGENT_ERROR_NO_JNI_ENV(183):

    eclipse中进行java debug调试时出现上述问题. solution:请在代码最后加入以下语句:System.exit(0)即可.

  7. 谈谈WCF中的Data Contract(3):WCF Data Contract对Collection & Dictionary的支持

    谈谈WCF中的Data Contract(3):WCF Data Contract对Collection & Dictionary的支持 在本篇文章上一部分Order Processing的例 ...

  8. UVA 10246 Asterix and Obelix

    题意:每个城市举办庆祝有一定的花费,A在路径上会选择庆祝花费最大的城市 让你求,A回家所花的路费和庆祝费最少,也就是说并不是最短路径就是结果, 还有可能就是路费比最短路径的多,但是庆祝费就比它的少,总 ...

  9. Oracle安装后,服务中没有监听器怎么处理?

    运行中输入netca 回车运行oracle net configuration assistant, 选择监听程序配置->下一步->接下来的步骤可以都选默认一直下一步到最后,即可.

  10. mysql InnoDB 索引小记

    0.索引结构 1).MyISAM与InnoDB索引结构比较,如下: 2).MyISAM的索引结构 主键索引和二级索引结构很像,叶子存储的都是索引以及数据存储的物理地址,其他节点存储的仅仅是索引信息.其 ...