Re: File-Backed Memory Disks: Performance and Manipulation

2005-09-14 Thread Glenn Dawson
At 12:44 PM 9/14/2005, David Marshall wrote: Hi, Scenario: We have millions of little (almost all < 10 kB), about 30 GB total. It takes > 24 hours to either tar them up or then untar them. It finally occured to us to put them into a file-backed memory disk. Questions: 1. How does the performa

File-Backed Memory Disks: Performance and Manipulation

2005-09-14 Thread David Marshall
Hi, Scenario: We have millions of little (almost all < 10 kB), about 30 GB total. It takes > 24 hours to either tar them up or then untar them. It finally occured to us to put them into a file-backed memory disk. Questions: 1. How does the performance of a file-backed memory disk change as it

Re: Can file-backed memory disks act like slices?

2005-08-06 Thread Giorgos Keramidas
On 2005-08-07 02:13, Michael Dexter <[EMAIL PROTECTED]> wrote: > > Hello all, > I trust this is a Seldom Asked Question... A very good one though. > I am using file-backed memory disks (as in mdconfig -f) to prototype > filesystems. > > root.img gets mounted fir

Can file-backed memory disks act like slices?

2005-08-06 Thread Michael Dexter
Hello all, I trust this is a Seldom Asked Question... I am using file-backed memory disks (as in mdconfig -f) to prototype filesystems. root.img gets mounted first and usr.img, var.img and tmp.img get mounted below it and as such they are behaving as partitions. Is there any way to get a

Re: Can file-backed memory disks act like slices?

2005-08-06 Thread Glenn Dawson
At 04:13 PM 8/6/2005, Michael Dexter wrote: Hello all, I trust this is a Seldom Asked Question... I am using file-backed memory disks (as in mdconfig -f) to prototype filesystems. root.img gets mounted first and usr.img, var.img and tmp.img get mounted below it and as such they are

Re: Memory disks

2004-01-19 Thread Benjamin Walkenhorst
> Hi all > > I was just reading the man page for md > > I need to know how to create a 60mg memory disk that is RW > what is the cmds? > > Thankyou > > Jer Hello, For version 5.x the corresponding command is "mdmfs" (man 8 mdmfs). Towards the bottom of the man-page you find some examples that

Memory disks

2004-01-18 Thread Jer
Hi all I was just reading the man page for md I need to know how to create a 60mg memory disk that is RW what is the cmds? Thankyou Jer ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

memory disks in 4.5-stable

2002-12-12 Thread Marius M. Rex
worked fine on my 4.7 desktop, but following the same procedure on the servers at our data center, it fails every time. I thought that perhaps adding a number after md in the kernel would help so I did this and recompiled: pseudo-device md 3 # Memory disks But that had no effect at all

Re: Creating large memory disks

2002-09-23 Thread Lowell Gilbert
"Marcus I. Ryan" <[EMAIL PROTECTED]> writes: > I need to know how to create a large memory disk in FreeBSD 4.6x. I've > figured out how to create a 10M malloc-backed disk, but I want a > ramdrive more on the order of 128M. How can I do that? > > The md man page indicates it's possible, but tal

Creating large memory disks

2002-09-20 Thread Marcus I. Ryan
I need to know how to create a large memory disk in FreeBSD 4.6x. I've figured out how to create a 10M malloc-backed disk, but I want a ramdrive more on the order of 128M. How can I do that? The md man page indicates it's possible, but talks about preloading it in loader.conf. However the repl

Re: Using Memory Disks to Build World

2002-07-12 Thread Annelise Anderson
On 11 Jul 2002, Steve Wingate wrote: > On Thu, 2002-07-11 at 00:03, Annelise Anderson wrote: > > I would like to do a make world with /usr/obj and /usr/src > > on memory disks (this system has 2GB RAM, so I figure 512MB > > for each ought to be enough). This is a 4.6-stab

Re: Using Memory Disks to Build World

2002-07-11 Thread Annelise Anderson
On Thu, 11 Jul 2002, Roger 'Rocky' Vetterberg wrote: > Annelise Anderson wrote: > > I would like to do a make world with /usr/obj and /usr/src > > on memory disks (this system has 2GB RAM, so I figure 512MB > > for each ought to be enough). This is a 4.6-stable

Re: Using Memory Disks to Build World

2002-07-11 Thread Steve Wingate
On Thu, 2002-07-11 at 00:03, Annelise Anderson wrote: > I would like to do a make world with /usr/obj and /usr/src > on memory disks (this system has 2GB RAM, so I figure 512MB > for each ought to be enough). This is a 4.6-stable system. > > I created some md devices in /dev,

Re: Using Memory Disks to Build World

2002-07-11 Thread Roger 'Rocky' Vetterberg
Annelise Anderson wrote: > I would like to do a make world with /usr/obj and /usr/src > on memory disks (this system has 2GB RAM, so I figure 512MB > for each ought to be enough). This is a 4.6-stable system. > > I created some md devices in /dev, but can't make > mount_