how to mount ramdisk at boot?
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Matt Alexander at
2001-12-22 19:06
Attachments:
Message as email
(text/plain)
Author:
Eric
Date:
2001-12-22 19:53
UTC
Subject:
how to mount ramdisk at boot?
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