Filesystem Hierarchy Standard (FHS)

This article was first written in January 2006 for the BeezNest technical
website (http://glasnost.beeznest.org/articles/322).
The Filesystem Hierarchy Standard (FHS) is meant to be a reference on how to manage a Unix filesystem or directory hierarchy. It enables:
  • software to predict the location of installed files and directories, and
  • users to predict the location of installed files and directories.
Achieving this by:
  • specifying guiding principles for each area of the filesystem,

HOWTO Add journalization on a filesystem in Solaris

This article was first written in January 2005 for the BeezNest technical
website (http://glasnost.beeznest.org/articles/202).
Solaris supports journalization (aka logging) on UFS filesystems which allows for shorter reboot times after a crash. To activate it, it is really simple: Go edit /etc/vfstab and add the term logging in the last column (mount options) for the UFS filesystems you want.