how to mount ramdisk at boot?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Matt Alexander
Date:  
Subject: how to mount ramdisk at boot?
Oops. The correct /etc/fstab entry should be:

/dev/ram0   /tmp/ramdisk0    ramfs   defaults   0 0


My bad.

__
If you're not part of the solution, you're part of the precipitate.

On Sat, 22 Dec 2001, Matt Alexander wrote:

>
> /dev/ram0   /tmp/ramdisk0    ext2    defaults    0 1

>
>
>
> On Sat, 22 Dec 2001, Eric wrote:
>
> >
> > Hi,
> >
> > I made a ramdisk thus,
> > mkdir /tmp/ramdisk0
> > mke2fs /dev/ram0
> > mount /dev/ram0 /tmp/ramdisk0
> >
> > What syntax should I use in fstab to remount it at boot? Anything else I
> > should do?
> >
> > thx,
> >
> > Eric
> >
> >
> > ________________________________________________
> > See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
> >
> > PLUG-discuss mailing list -
> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> >
>
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
>
> PLUG-discuss mailing list -
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>