Path: utzoo!attcan!uunet!pride386!terry From: terry@pride386.UUCP (Terry Lyons) Newsgroups: comp.unix.xenix Subject: Re: ramdisk help Summary: answer Keywords: ramdisks Message-ID: <198@pride386.UUCP> Date: 12 Feb 90 21:31:57 GMT References: <16073@well.sf.ca.us> Organization: Pride Plastics Inc., Buena Park, CA Lines: 21 In article <16073@well.sf.ca.us>, whofan@well.sf.ca.us (Brian Lawrence Dear) writes: > We use SCO XENIX 386 version 2.2.3. We'd like to set up a RAM disk > of 1 MB for storing a bunch of small support programs that get called > > -- brian > coconut computing, inc. > la jolla, ca This is what I did only mine is 512K. 1. mknod /dev/ram_meg b 31 178 2. mkfs /dev/ram_meg 1024 3. ( create a mount point for the ramdisk e.g.: /mnt ) 4. mount /dev/ram_meg /mnt 5. copy the files you want to access to /mnt ( or whatever you call your mount point) 6. put /mnt into your PATH >>>>AHEAD OF EVERYTHING ELSE<<<< you must load the ramdisk every time you reboot but that's the way it goes! terry @ pride386!