On Sun, 7 Apr 2002, Kenny Simpson wrote:
> I chose to use tmpfs instead of a ramdisk as the doc
> for tmpfs suggested that it is a better fit for /tmp.
>
> In rc.local, I removed:
> 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
>
> and replaced it with:
> /bin/mount -n -t tmpfs none /tmp
>
> This gets the system up and running just fine, but for
> some reason /oldroot will not unmount. It says it is
> still in use. Any ideas?
hi Kenny,
oldroot is used by dhclient.
You'll have to terminate that process in order to free the space used by
the initial ram disk.
Wolfgang
_____________________________________________________________________
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.openprojects.net