On Thu, 12 Jul 2007, Angel Rodriguez wrote:
> Hi all,
>
> I am using a TS-7260 with a Debian on the SD card. I am running a
> program that writes to a buffer continuously. In order to not trash the
> cards I would like to use a ramdisk, or tmpfs or ramfs.
>
> Can this be done on the 7260. I can see in dmsg that where is says
>
> RAMDISK driver intialized: 16 RAM disk of 12288K size 1024 blocksize
>
> But I can not find how to mount, format and use any sort of memory based
> disk. I have search the list message base and there are some
> references for the 7250, but nothing I can make heads or tail of.
>
>
> Angel
why not make it write to /dev/null? If you hand it a tmpfs, it'll
eventually fill up all your ram and the kernel's oom-killer will kill
everything.
mount -t tmpfs -o size=8m randomword /mount/point should work fine if you
want to go this route anyway
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|