On Wed, 19 Mar 2003, Jameson C. Burt wrote:

> Perhaps you are beyond the following suggestions, but you might consider
> the following.
> From /opt/ltsp/i386/etc/rc.local, I see the following four lines,
>    echo "Creating ramdisk on /tmp"
>    RAMDISK_SIZE=`get_cfg RAMDISK_SIZE 1024`
>    /sbin/mke2fs -q -m0 /dev/ram1 ${RAMDISK_SIZE}
>    /bin/mount -n /dev/ram1 /tmp
> Once your diskless computer has largely started, 
> you might try entering these lines by hand, something like,
>    /sbin/mke2fs -v  /dev/ram2  1024
>    /bin/mount       /dev/ram2  /tmp
> This will merely verify that these commands (mke2fs and mount) work as expected.
> 
> I suspect your "mke2fs" is failing.
> Perhaps you compiled your own 2.4.20 kernel, although "2.4.20-ltsp-1"


If he's using 2.4.20-ltsp-1, he must have built that one himself,
or gotten it from someone else, because the newest official
LTSP kernel is 2.4.19-ltsp-1.


I'm guessing that he didn't include ramdisk functionality in
his custom kernel.

Jim McQuillan
[EMAIL PROTECTED]




-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to