/******************************************************************************
* 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. sql查询结果本身要被使用两次

    一.问题 查询用户所有的错题数目到前端展示,要求展示的时候要有错题的编号,从1开始递增.如果删除了第5题,则将后面的题编号均向前挪. 二.分析 错题是在用户每次做题过程中插入到错题表中的,或者将题目推 ...

  2. 奇异值分解(We Recommend a Singular Value Decomposition)

    奇异值分解(We Recommend a Singular Value Decomposition) 原文作者:David Austin原文链接: http://www.ams.org/samplin ...

  3. MySQL 5.7原生JSON格式支持

    在MySQL与PostgreSQL的对比中,PG的JSON格式支持优势总是不断被拿来比较.其实早先MariaDB也有对非结构化的数据进行存储的方案,称为dynamic column,但是方案是通过BL ...

  4. PE文件结构详解(二)可执行文件头

    在PE文件结构详解(一)基本概念里,解释了一些PE文件的一些基本概念,从这篇开始,将详细讲解PE文件中的重要结构. 了解一个文件的格式,最应该首先了解的就是这个文件的文件头的含义,因为几乎所有的文件格 ...

  5. LoadRunner 11 安装及破解(转)

    前提条件: 内存:2G,硬盘空闲空间10G,安装完成后实际只占不到2G 支持winXP  SP3;32位与64位win7浏览器支持IE6-8,IE9,firefox3 若以前安装过LoadRunner ...

  6. Unity3D WP8发布解决方案名 DefaultPackageName 修改问题

    原地址:http://blog.csdn.net/w337198302/article/details/16960661 在对Unity3D游戏进行Windows phone 8 发布的时候,首先是需 ...

  7. 设置Eclipse智能提示

    原地址:http://blog.csdn.net/sz_bdqn/article/details/4956162 今天有点时间,研究了一下MyEclispse的智能感知的功能.刚开始使用它时总是感觉如 ...

  8. A Step-by-Step Guide to Your First AngularJS App

    What is AngularJS? AngularJS is a JavaScript MVC framework developed by Google that lets you build w ...

  9. POJ 1922 Ride to School(贪心+模拟)

    题意:起点与终点相隔4500米.现Charley 需要从起点骑车到终点.但是,他有个习惯,沿途需要有人陪伴,即以相同的速度, 与另外一个人一起骑.而当他遇到以更快的速度骑车的人时,他会以相应的速度跟上 ...

  10. HDU 1227 Fast Food (DP)

    题目链接 题意 : 有n个饭店,要求建k个供应点,要求每个供应点一定要建造在某个饭店的位置上,然后饭店都到最近的供应点拿货,求出所有饭店到最近的供应点的最短距离. 思路 : 一开始没看出来是DP,后来 ...