On Tue, 9 Jun 1998, Jann Linder wrote:

> what filesystem do i use...i tried the following:L
> 
> i created ram under /mnt and typed:
> 
> mount /dev/ramdisk /mnt/ram
> 
> and it said "can't find valid MSDOS filesystem on dev 01:00
> 
> how do i create a ramdis for use with my data files

It's a fairly simple two step process (assuming your kernel already
supports it):

1) Make a filesystem on the ramdisk (i.e. mkfs.ext2 /dev/ramdisk).
2) Mount it (i.e. mount -t ext2 /dev/ramdisk /mnt/ram).

It is important that you make the filesystem at least the first time you
try to use it after a reboot, since the contents get dumped when you shut
down, and it won't have any valid filesystem until you make one.

+-----------------------------+--------------------------------+
| Jakob 'Sparky' Kaivo        |          [EMAIL PROTECTED] |
| NoDomainName Networks       |    http://www.nodomainname.net |
+-----------------------------+--------------------------------+



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to