delphij's Chaos

选择chaos这个词是因为~~实在很难找到一个更合适的词来形容这儿了……

21 Jan 2004

GEOM kernel API Manual

Historically, the only translation performed on I/O requests after they they left the file-system layer were logical sub disk implementation done in the device driver. No universal standard for how sub disks are configured and implemented exists, in fact pretty much every single platform and operating system have done it their own way. As FreeBSD migrates to other platforms it needs to understand these local conventions to be able to co-exist with other operating systems on the same disk.

Recently a number of technologies like RAID have expanded the concept of “a disk” a fair bit and while these technologies initially were implemented in separate hardware they increasingly migrate into the operating systems as standard functionality.

Both of these factors indicate the need for a structured approach to systematic “geometry manipulation” facilities in FreeBSD.

GEOM-Gate is a new software announced in August last year, which is built upon the GEOM ‘stackable BIO subsystem’ which allows the remote mounting of disk devices across a network. (This functionality is not to be confused with NFS, used to remotely mount filesystems across a network.)

The manual could be downloaded here.