Talk:RAMdisks, creating under FreeBSD 5.x
From FreeBSDwiki
(Difference between revisions)
(Works Perfectly) |
|||
| Line 1: | Line 1: | ||
The "-t malloc" option seemed to break my ramdisk when I actually tried using it. I stumbled across the mdmfs way in the FreeBSD Handbook, so modified the existing script. It works very well now. | The "-t malloc" option seemed to break my ramdisk when I actually tried using it. I stumbled across the mdmfs way in the FreeBSD Handbook, so modified the existing script. It works very well now. | ||
| + | |||
| + | == Works Perfectly == | ||
| + | |||
| + | Great post! | ||
Revision as of 18:11, 2 September 2007
The "-t malloc" option seemed to break my ramdisk when I actually tried using it. I stumbled across the mdmfs way in the FreeBSD Handbook, so modified the existing script. It works very well now.
Works Perfectly
Great post!