Re: RAM disk size limit

2008-02-11 Thread Lowell Gilbert
"Xinyu Dong" <[EMAIL PROTECTED]> writes: > Hello: > RAM disk to root file system. > I would like to use in embedded FreeBSD, and the creation of a 64 MB memory > disk, and all normal, but 128 MB RAM disk at the time of always > automatically restart. > Loader in

RAM disk size limit

2008-02-08 Thread Xinyu Dong
Hello: RAM disk to root file system. I would like to use in embedded FreeBSD, and the creation of a 64 MB memory disk, and all normal, but 128 MB RAM disk at the time of always automatically restart. Loader in the configuration file, use or use md_image mfs_root? How to resolve this problem

Re: ram disk

2004-06-19 Thread Andy Harrison
On Sat, 19 Jun 2004 07:56:04 -0400, Paul Diaguila <[EMAIL PROTECTED]> wrote: > #mount -t -o -s1048576,noasync /dev/sd0s1b /var/spool/file > mount: exec mount_mfs not found in /sbin, /usr/sbin: No such file or > directory Instead of mount, you ought to use the mount_mfs command. It should als

ram disk

2004-06-19 Thread Paul Diaguila
Greetings Trying to create a ram disk with this command and seeing the error below. #mount -t -o -s1048576,noasync /dev/sd0s1b /var/spool/file mount: exec mount_mfs not found in /sbin, /usr/sbin: No such file or directory I'm googling and looking through archives, but nothing so far.