查询和清除文件系统缓存

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

2021-03-30 · 2 min · 280 words · Garlic Space

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

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

2021-03-06 · 3 min · 456 words · Garlic Space

mount操作导致磁盘数据丢失

cenos7X86_64 + openssh

2021-03-02 · 2 min · 308 words · Garlic Space

python语言学习

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

2021-02-17 · 5 min · 928 words · Garlic Space

docker安装 zookeeper, dubbo-admin

1 . 环境:

2020-12-23 · 1 min · 85 words · Garlic Space

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 stores the attributes and disk

2020-09-16 · 12 min · 2356 words · Garlic Space

Understanding Linux filesystems: ext4 and beyond

这篇文章Understanding Linux filesystems: ext4 and beyond

2020-09-16 · 1 min · 148 words · Garlic Space

查看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 attributes and disk

2020-09-15 · 2 min · 298 words · Garlic Space

close-on-exec

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

2020-09-09 · 4 min · 710 words · Garlic Space

Tiny Core Linux 安装配置

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

2020-09-01 · 5 min · 873 words · Garlic Space