Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dcfs(7fs) [opensolaris man page]

dcfs(7FS)							   File Systems 							 dcfs(7FS)

NAME
dcfs - Compression file system SYNOPSIS
#include <sys/filio.h> #include <sys/fs/decomp.h> DESCRIPTION
The dcfs filesystem is a layered filesystem that you use to compress data when writing to a file and decompress upon read. The primary function of the dcfs filesystem is to compress individual files when constructing a boot archive and when reading or booting from the ar- chive. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------------------------------------+ |ATTRIBUTE TYPE ATTRIBUTE VALUE | |Interface Stability Uncommitted | +-----------------------------------------------------------+ SEE ALSO
boot(1M), bootadm(1M), fiocompress(1M), attributes(5), ufs(7FS) NOTES
The dcfs compression/decompression file system works only with UFS. SunOS 5.11 28 Nov 2007 dcfs(7FS)

Check Out this Related Man Page

objfs(7FS)							   File Systems 							objfs(7FS)

NAME
objfs - Kernel object filesystem DESCRIPTION
The objfs filesystem describes the state of all modules currently loaded by the kernel. It is mounted during boot at /system/object. The contents of the filesystem are dynamic and reflect the current state of the system. Each module is represented by a directory contain- ing a single file, 'object.' The object file is a read only ELF file which contains information about the object loaded in the kernel. The kernel may load and unload modules dynamically as the system runs. As a result, applications may observe different directory contents in /system/object if they repeatedly rescan the directory. If a module is unloaded, its associated /system/object files disappear from the hierarchy and subsequent attempts to open them, or to read files opened before the module unloaded, elicits an error. FILES
/system/object Mount point for objfs file system ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Private | +-----------------------------+-----------------------------+ SEE ALSO
vfstab(4) NOTES
The content of the ELF files is private to the implementation and subject to change without notice. SunOS 5.10 30 August 2004 objfs(7FS)
Man Page

5 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

UFS benifits

Hi, Can anyone tell me the benifits of having UFS filesystem Regards, Raja (5 Replies)
Discussion started by: RajaRC
5 Replies

2. Filesystems, Disks and Memory

difference between ExtX and UFS

hello all, i want to know the major differences between the unix filesystem and the linux ext filesystem i.e the datastructure or additional attributes that makes up the major difference. i would also like to know what operating systems currently use ufs1 and ufs2. help me thanx in advance (0 Replies)
Discussion started by: anwerreyaz
0 Replies

3. Filesystems, Disks and Memory

Compile a code for running on boot

How can I compile a code that can be runned on boot:?? (2 Replies)
Discussion started by: d4n1l0d
2 Replies

4. UNIX for Dummies Questions & Answers

mv and compress on the fly

I want to move and compress a big export file. Like mv file_exp /filesystem/file_exp |compress The file system is too small to compress and move with 2 steps. What is the best command for me. I'm running solaris. :confused: (1 Reply)
Discussion started by: simquest
1 Replies

5. AIX

Problem in /dev/hd1 and /dev/hd9var

Hello AIXians, I can't boot my AIX, it hangs and stops at the code error: 0518 After searching google, I knew the problem is due to problems in File Systems. So the solution is booting from any bootable media, then run these commands in maintenance mode: #fsck -y /dev/hd4 #fsck -y... (3 Replies)
Discussion started by: Mohannad
3 Replies