MD(4) BSD Kernel Interfaces Manual MD(4)NAME
md -- memory disk driver
SYNOPSIS
pseudo-device md [count]
DESCRIPTION
The md driver enables use of system or user memory as a disk. Memory for the disk must be allocated within the kernel or with mdconfig(8)
before the md device may be used as a disk. Its behaviour is configured by the kernel options MEMORY_DISK_HOOKS, MEMORY_DISK_IS_ROOT,
MEMORY_DISK_ROOT_SIZE, MEMORY_DISK_DYNAMIC, and MEMORY_DISK_SERVER.
FILES
/dev/md?? block mode memory disk devices.
/dev/rmd?? raw mode memory disk devices.
SEE ALSO options(4), mdconfig(8), mdsetimage(8)BSD February 25, 2007 BSD
Check Out this Related Man Page
VND(4) BSD Kernel Interfaces Manual VND(4)NAME
vnd -- vnode disk driver
SYNOPSIS
pseudo-device vnd
options VND_COMPRESSION
DESCRIPTION
The vnd driver provides a disk-like interface to a file. This is useful for a variety of applications, including swap files and building
miniroot or floppy disk images.
This document assumes that you're familiar with how to generate kernels, how to properly configure disks and pseudo-devices in a kernel con-
figuration file.
In order to compile in support for the vnd, you must add a line similar to the following to your kernel configuration file:
pseudo-device vnd # vnode disk driver
To also compile in support for reading compressed disk images, add the following option to your kernel config file:
options VND_COMPRESSION # compressed vnd(4)
Compressed disk images are expected in the cloop2 format, they can be created from "normal" disk images by the vndcompress(1) program.
There is a run-time utility that is used for configuring both compressed and uncompressed vnds. See vnconfig(8) for more information.
FILES
/dev/{,r}vnd* vnd device special files.
SEE ALSO config(1), vndcompress(1), MAKEDEV(8), fsck(8), mount(8), newfs(8), vnconfig(8)HISTORY
The vnode disk driver was originally written at the University of Utah. The compression handling is based on code by Cliff Wright
<cliff@snipe444.org>.
BUGS
The vnd driver does not work if the file does not reside in a local filesystem.
The vnd driver does not work if the file is sparse.
BSD December 18, 2009 BSD
Dear Unix Gurus,
Here is my query.
If i start a script,it inturn calls many other scripts ..and most of them continue to run in parallel.
Suppose,if i want to stop my script for some reason,i need to kill -9 each of the processes running.It becomes clumsy if the sub processes r more.
... (15 Replies)
Hi All,
Plz tell me the cmd of viewing only directories. Suppose i am at bin directory and it contains another directory mails with lotz of files in it.
Now when ever I do ls -lt mails under bin directory it shows me all the files inside mails dir . But I just want to see only mails... (14 Replies)
Hi,
i am working in C in Fedora Eclipse 3.3.0 with gdb debugger. I am geting segmentation fault with an error message "mi_cmd_var_create: unable to create variable object" on debugging the program.
What should I do to solve this problem?
rgds,
Dona_m (14 Replies)
Hi,
I'd like to get the file timestamp by 'YYYYMMDD' on Solaris 9 9/05.
I can get it on the other UNIX distribution with the following command;
ls -d -l --time-style='+%Y%m%d'$FNAME | awk '{print $6; }'
but cannot get it on Solaris, it comes format error.
Could you give me any advice on this? (18 Replies)
Hi all, I am brand new to these forums and I am a brand new UNIX Administartor. Don't know any scripting yet :wall:, and would like to learn as my boss is slowly letting me understand everything about being a Sys/*Nix Admin. He created this script which I am trying to replicate because I lost it... (54 Replies)
Hi there im totally new to shell scripting and i find it very interesting. I come from java programming background.
Basically what i need is to loop a string of say all possible permutations of 20 displayable characters and md5 hash the string till it produces a 128 bit hash value with say 4... (17 Replies)
Hello,
I would like to make a script that searches through a SRC folder and copies only files it's never seen before to a DEST folder.
SRC = /user/.phonesync/photos-backup
DST = /usr/.phonesync/photos-new
So basically, I'd start with a:
md5sum /user/.phonesync/photos-backup/* >... (29 Replies)
Hi,
I am trying to get the hash values of md5 of a string. I am on Redhat Linux. using the 25-27 field in the file I need to generate the md5 and append it at the end of the record as a new field.
I have tried the below code but its painfully slow. can you please suggest any alternatives or... (21 Replies)
Hello everybody.
There is a small trouble with Solaris 10 (SPARC) workstation.
The system finds every time non-existent rmdisk and issues Media Format window which offers to format that device.
There are not any connected usb device in usb ports (with the exception of keyboard + mouse).
... (16 Replies)
Instead of the slow and not readable tooltips with the preview of the thread content in forum view, I have added the preview with mouseover (see attached movie).
Let me know if you want a different kind of preview (animation, duration font-color, size, etc,)
Thanks.
<script>... (29 Replies)