[775] in netbsd-help mailing list archive

home help back first fref pref prev next nref lref last post

Re: MATLAB on netbsd

daemon@ATHENA.MIT.EDU (Greg Hudson)
Thu Feb 8 12:25:57 1996

To: Farnaz Haghseta <farnaz@MIT.EDU>
Cc: netbsd-help@MIT.EDU
In-Reply-To: Your message of "Thu, 08 Feb 1996 12:16:28 EST."
             <199602081716.MAA00269@moonie.MIT.EDU> 
Date: Thu, 08 Feb 1996 12:21:42 EST
From: Greg Hudson <ghudson@MIT.EDU>

> Do you know the easiest way which I can partition more space to /tmp
> on netbsd, so that I can run MATLAB?

I should first note that we're working to get the unwrap program to
use /var/tmp instead of /tmp, at least under Linux and NetBSD.  This
has been taking a long time, though.

In the meantime, to add more space to /tmp, you can edit your
/etc/fstab to give more space to /tmp by increasing the number in the
/tmp line, and then reboot your system.

Alternatively, you can put /tmp on your /u1 partition as follows:

	Log in as root on a virtual console while you're not logged in
		via xlogin
	Remove /tmp from your /etc/fstab
	umount /tmp
	mkdir /u1/roottmp
	chmod 1777 /u1/roottmp
	rm -rf /tmp
	ln -s u1/roottmp /tmp

Then restart your X server (ctrl-alt-backspace) and you should be able
to log in again.


home help back first fref pref prev next nref lref last post