O'Reilly Network: Dividing Your Data | Linux Today

O’Reilly Network: Dividing Your Data

Written By
Web Webster
Web Webster
Mar 4, 2001

“In the next few articles, I’ll look at how FreeBSD stores data
on your hard disk. To store data on a hard drive, the drive must
first be divided into logical storage units, and each unit must be
assigned an address. The file system will save data to these
storage units and keep track of which storage units contain which
files.

“Like any other version of Unix, FreeBSD uses “inode” (index
number) tables to record where files are physically located on
disk. Before any inode tables can be created, the disk storage
units must be created and given addresses. Let’s summarize the
steps involved in this process:

  • The fdisk utility is used to view and create the BIOS partition
    table which defines up to four disk “slices.”
  • The disklabel utility is used to view and create the Unix
    partition table which defines up to eight Unix “partitions.”
  • The newfs utility is used to actually create a “filesystem” on
    each Unix partition.
  • Every filesystem will then maintain its own inode table.”


Complete Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.