2ND
Rootfs
Initializing search
    • Home
    • TODO
    • Tech Watchlist
    • Java: Basics
      • Database Pooling
      • N+1 Query
      • Android cost reduction
      • Caching
      • Database
      • Mysql collation errors
      • Copy or Move S3 Data Cross account
      • HTTPS on BeanStalk
      • deploy to EBS from github
      • Graphs
      • Josephus Problem
      • Linear Search Algorithm
      • Basics
      • HTTP Client
      • Observable
      • Templates
      • Analysis of Algorithms
      • System Design Basics
      • Code review
      • Pre-Commit: Format Code
      • JavaScript Object Prototype
      • React Native Notes
      • Singleton Pattern
      • URL Schema: Blob
      • fstab
      • Initramfs
      • Complete Ethical Hacking
      • Limit internet bandwidth
      • Rootfs
      • Intro to Rust
      • Slice Type
      • Structures
      • Structures: Method Syntax
      • Enum
      • Match Control flow
      • Concise Control Flow with if-let
      • Package Management
      • Vector in Rust
      • String in Rust
      • HashMaps in Rust
      • Cargo
      • Handling Errors
      • Guessing Game
      • Variables and Mutablity
      • Data Types
      • Functions
      • Control Flow
      • Ownership
      • References and Borrowing
      • Grep
      • Resume Writing
      • FFmpeg
      • Make and Makefile
      • MITMProxy
      • Regular Expression
      • Registers in Vim
      • Some Notes on Vim
      • SEO

    Rootfs

    Rootfs is a special instance of ramfs, which is always present in Linux 2.6 systems. It's used as a placeholder inside the Linux kernel, as the place to start and stop searching the doubly-linked list of ?mount_points.

    Most systems just mount another filesystem over it and ignore it. The amount of space an empty instance of ramfs takes up is tiny.

    Previous Limit internet bandwidth
    Next Intro to Rust
    Made with Material for MkDocs