技術文章

2019-03-15FreeBSD和固態硬碟

FreeBSD and Solid State Devices

John Kozubik


Copyright © 2001, 2009 The FreeBSD Documentation Project
Last modified on 2014-05-23 17:36:54 by bcr.

Abstract

This article covers the use of solid state disk devices in FreeBSD to create embedded systems.

Embedded systems have the advantage of increased stability due to the lack of integral moving parts (hard drives). Account must be taken, however, for the generally low disk space available in the system and the durability of the storage medium.

Specific topics to be covered include the types and attributes of solid state media suitable for disk use in FreeBSD, kernel options that are of interest in such an environment, the rc.initdiskless mechanisms that automate the initialization of such systems and the need for read-only filesystems, and building filesystems from scratch. The article will conclude with some general strategies for small and read-only FreeBSD environments.

[ Split HTML / Single HTML ]

Table of Contents

1. Solid State Disk Devices
2. Kernel Options
3. The rc Subsystem and Read-Only Filesystems
4. Building a File System from Scratch
5. System Strategies for Small and Read Only Environments

原文網址: FreeBSD

Top