查询和清除文件系统缓存

为了减少磁盘I/O,加快读写速度,Linux内核使用文件系统的Cache,Page Cache。

2021-03-30 · 2 分钟

Linux跨文件系统的文件夹和文件映射关系

Everything is a file 是Unix的设计理念,由其派生的Linux也如此。

2021-03-06 · 5 分钟

mount操作导致磁盘数据丢失

cenos7X86_64 + openssh

2021-03-02 · 2 分钟

python语言学习

最新学习极客时间物联网课程中,老师使用的语言是python。之前也没有系统学习过,利用假期,跟着两个极客时间专栏学习了一下python 。

2021-02-17 · 9 分钟

docker安装 zookeeper, dubbo-admin

1 . 环境: - cenos7(X86\_64) + openssh . 安装 - 配置镜像加速器, 尝试从Docker Hub下载, 速度太慢 /etc/docker/daemon.json - 抓取zookeeper镜像 - 抓取dubbo-admin镜像 - 启动zookeeper容器 - 启动duboo-…

2020-12-23 · 1 分钟

Ext4 布局及inode,block信息统计

The inode index node is a data structure in a Unix-style file system that describes a file-system object such as a file or a directory. Each inode store

2020-09-16 · 8 分钟

Understanding Linux filesystems: ext4 and beyond

这篇文章Understanding Linux filesystems: ext4 and beyond

2020-09-16 · 2 分钟

查看inode相关信息

The inode index node is a data structure in a Unix-style file system that describes a file-system object such as a file or a directory. Each inode stores the…

2020-09-15 · 2 分钟

close-on-exec

Donald E. Porter 教授的 CSE 506: Operating Systems 教材 VFS 部分中提到Linux文件操作使用的一个标识

2020-09-09 · 3 分钟

Tiny Core Linux 安装配置

Tiny Core Linux是一个mini Linux操作系统,基于 BusyBox和FLTK提供基本功能。 其发行版本在11M-16M 官网上也提供Plus版本也只有106M。它很精致。

2020-09-01 · 4 分钟