![]() |
![]() |
| ||||||||||||||||||||||
Improved mkfs PerformanceThe mkfs command now has improve performance when you create file systems. Improved mkfs performance is often 10 times faster than in previous Solaris releases. Performance improvements occur on systems when you create both large and small file systems. However, the biggest performance improvements occur when creating file systems on systems with high-capacity disks or high-speed disks. New labelit Options for UDF File SystemsThe labelit command provides new options for use with Universal Disk Format (UDF) file systems. You can use the new labelit command options to identify the author name, organization, and contact information for a UDF volume. There was no mechanism to update this information, which is part of general UDF file systems, in previous Solaris releases. The new UDF specific options for the labelit command, specified with the -o option, are the following:
The maximum length for each option is 35 bytes. For more information, see labelit_udfs(1M). Where to Find File System Management TasksUse these references to find step-by-step instructions for the management of file systems.
Overview of File SystemsA file system is a structure of directories that is used to organize and store files. The term file system is used to describe the following:
Usually, you can tell from the context which meaning is intended. The Solaris operating system uses the virtual file system (VFS) architecture, which provides a standard interface for different file system types. The VFS architecture enables the kernel to handle basic operations, such as reading, writing, and listing files, and makes it easier to add new file systems. Types of File SystemsThe Solaris operating system supports three types of file systems:
To identify the file system type, see Determining a File System's Type. Disk-Based File SystemsDisk-based file systems are stored on physical media such as hard disks, CD-ROMs, and diskettes. Disk-based file systems can be written in different formats. The available formats are the following:
Each type of disk-based file system is customarily associated with a particular media device, as follows:
These associations are not, however, restrictive. For example, CD-ROMs and diskettes can have UFS file systems created on them. Network-Based File SystemsNetwork-based file systems can be accessed from the network. Typically, network-based file systems reside on one system, typically a server, and are accessed by other systems across the network. With NFS, you can administer distributed resources (files or directories) by exporting them from a server and mounting them on individual clients. For more information, see The NFS Environment. Virtual File SystemsVirtual file systems are memory-based file systems that provide access to special kernel information and facilities. Most virtual file systems do not use file system disk space. However, the CacheFS file system uses a file system on the disk to contain the cache. Also, some virtual file systems, such as the temporary file system (TMPFS), use the swap space on a disk. | ||||||||||||||||||||||
| ||||||||||||||||||||||