04/20/2011 3:40 AM
post85145
|
Hi Denniis,
Thanks for the tips. I'll give it a go.
Cheers.
> David-
>
> The requirement for qdb is for an underlying "posix" filesystem. It won't
> work on a simple link to /dev/shmem - so you are right looking for tmpfs.
> Apparently, tmpfs satisfies the posix requirement, but more efficiently than a
> full-blown ram filesystem.
>
> Short of having tmpfs, you can create a qnx4 filesystem in ram - more overhead
> but should work fine!
>
> Create 4M ramdisk - it will show up as /dev/hd1t77 or something similar...
>
> # devb-ram ram capacity=8192 &
>
> Then format and mount...
>
> # dinit -h /dev/hd1t77
> # mount /dev/hd1t77 /ram
>
> Denniis
|
|
|