<<On Sat, 13 Jan 2001 01:46:46 +1030, Matthew Thyer <[EMAIL PROTECTED]> said: > No I want mfs to grow and shrink its filesystem dynamically. MFS has never done so. MFS is simply a UFS which uses (swap-backed) memory instead of a physical disk; it relies on the filesystem to avoid touching blocks that it doesn't need, and on the VM system to avoid wasting memory on allocated-but-untouched address space. Historically, MFS would waste time copying disk blocks twice on their way to the user, but I think this may have been fixed by Matt Dillon. -GAWollman To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- Re: /boot/kernel/kernel: swap_pager_getswapspace: failed Sheldon Hearn
- Re: /boot/kernel/kernel: swap_pager_getswapspace: f... Matthew Thyer
- Re: /boot/kernel/kernel: swap_pager_getswapspac... Sheldon Hearn
- Re: /boot/kernel/kernel: swap_pager_getswap... Matthew Thyer
- Re: /boot/kernel/kernel: swap_pager_get... Sheldon Hearn
- Re: /boot/kernel/kernel: swap_page... Matthew Thyer
- Re: /boot/kernel/kernel: swap_page... Sheldon Hearn
- Re: /boot/kernel/kernel: swap_page... Matthew Thyer
- Re: /boot/kernel/kernel: swap_page... David O'Brien
- Re: /boot/kernel/kernel: swap_page... Sheldon Hearn
- Re: /boot/kernel/kernel: swap_pager_get... Garrett Wollman
- Re: /boot/kernel/kernel: swap_page... Matt Dillon
- Re: /boot/kernel/kernel: swap_page... Poul-Henning Kamp
- Re: /boot/kernel/kernel: swap_pager_getswapspace: f... Matthew Thyer