Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

coda(4) [debian man page]

CODA(4) 						   BSD Kernel Interfaces Manual 						   CODA(4)

NAME
coda -- Coda Distributed File System SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: options CODA Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): coda_load="YES" To load as a kernel loadable module after boot: kldload coda DESCRIPTION
The coda kernel module allows the experimental, third-party Coda distributed file system client to be used with FreeBSD. The module allows the userspace Coda client daemon, Venus, to present the Coda distributed file system namespace via the local /coda file system mountpoint via the /dev/cfs0 special device. To use Coda, the Coda client software package must also be installed; more information on Coda may be found in the Coda documentation dis- tributed with that package. SEE ALSO
loader.conf(5), kldload(8) HISTORY
Support for coda first appeared in FreeBSD 3.0. AUTHORS
This manual page was written by Robert Watson <rwatson@FreeBSD.org>. BUGS
The Coda distributed file system is considered experimental, and production deployment should occur only after careful consideration of the risks of deploying experimental software. BSD
January 21, 2008 BSD

Check Out this Related Man Page

UDBP(4) 						   BSD Kernel Interfaces Manual 						   UDBP(4)

NAME
udbp -- USB Double Bulk Pipe driver SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device udbp Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): udbp_load="YES" DESCRIPTION
The udbp driver provides support for host-to-host cables that contain at least two bulk pipes (one for each direction), for example the EzLink cable and the NetChip 1080 chip. It requires netgraph(4) to be available. This can be done either by adding options NETGRAPH to your kernel configuration file, or alterna- tively loading netgraph(4) as a module, either from /boot/loader.conf or from the command line, before the udbp module. EXAMPLES
options NETGRAPH device udbp Add the udbp driver to the kernel. kldload netgraph kldload udbp Load the netgraph(4) module and then the udbp driver. ngctl mkpeer udbp0: iface data inet ifconfig ng0 10.0.0.1 10.0.0.2 Create a new network interface node and connect its inet hook to the data hook of the udbp node. ifconfig(8) configures the resulting net- work interface ng0 with a local IP address of 10.0.0.1 and a remote IP address of 10.0.0.2. On the remote host, the two IP addresses should of course be reversed. SEE ALSO
netgraph(4), ng_iface(4), ohci(4), uhci(4), usb(4), ngctl(8) HISTORY
The udbp driver first appeared in FreeBSD 5.0. AUTHORS
The udbp driver was written by Doug Ambrisko <ambrisko@whistle.com>, Julian Elischer <julian@FreeBSD.org> and Nick Hibma <n_hibma@FreeBSD.org>. This manual page was written by Nick Hibma <n_hibma@FreeBSD.org>. BSD
November 22, 2006 BSD
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

how to unset the readonly variable

Hi All, May be this is a very simple question... $ b=8 $ readonly b $ echo $b 8 $ b=90 -bash: b: readonly variable $ unset b -bash: unset: b: cannot unset: readonly variable I m not able to change the readonly mode of variable b Please help me out.. Thanks Nidhi (2 Replies)
Discussion started by: Nidhi2177
2 Replies

2. BSD

FreeBSD - Kernel Queries/Issues

All, I am a bit of a BSD newbie and haven't really played with it for years, but I have had a recent situation whereby someone attempted to load a custom kernel module and ended up breaking my BSD server. I managed to fix it by doing the following: Booting into loader mode: unload set... (3 Replies)
Discussion started by: drbabbers
3 Replies

3. UNIX for Dummies Questions & Answers

Custom kernel compiling, won't boot, and errors.

First of all, I'd like to preface this post by relaying that I have considerable experience with FreeBSD but I'm a Linux newb. I've been attempting to compile linux-2.6.29.3 from source and I'm having some problems and have a few newb questions... a) First of all, my kernel won't boot, it fails... (0 Replies)
Discussion started by: urbanriot
0 Replies

4. AIX

HPOV : coda is aborted

the service coda is aborted in HPOV the OS is AIX 6.1 , i reinstall it but its give me the same message , i remove coda files under /var/opt/OV/datafiles and i restart the service but its aborted agine . ./ovc -status ovcd OV Control CORE (44302556) Running agtrep OV Discovery Agent... (8 Replies)
Discussion started by: thecobra151
8 Replies