sschrage,
This is the procedure used to set up ram filesystems : You won`t find any documentation on this......
To set up:
mkramdisk 16384 (# of 512K blocks = 8MB in this example)
mkfs -V jfs -o "log=nointegrity,nbpi=512" /dev/ramdisk0
mount -V jfs -o nointegrity /dev/ramdisk0 /mnt
to remove:
unmount /mnt
rmramdisk /dev/ramdisk0
Cheers
PSD
HACMP Specialist