Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!uunet!math.ohio-state.edu!caen!saimiri.primate.wisc.edu!usenet.coe.montana.edu!netnews.nwnet.net!news.u.washington.edu!carson.u.washington.edu!ganter From: ganter@carson.u.washington.edu (Mark Ganter) Newsgroups: comp.os.386bsd.questions Subject: Re: [NetBSD] /: write failed, file system is full Date: 1 Jun 1993 18:43:29 GMT Organization: University of Washington Lines: 25 Message-ID: <1ug80hINN7p5@news.u.washington.edu> References: <1u3tqlINNner@news.u.washington.edu> NNTP-Posting-Host: carson.u.washington.edu Keywords: [NetBSD] file system full ganter@carson.u.washington.edu (Mark Ganter) writes: >I'm running NetBSD on a 486dx/33 with 340MB and 20MB Ram. I'm >compiling a big program and I get the following message: >/: write failed, file system is full >I believe that my root directory is getting full. The /tmp >directory is part of my root directory. My root partition is about >8 MB with about 2.2 MB free. So I renamed /tmp /tmp2. Mkdir /usr/tmp >then ln -s /usr/tmp /tmp to set a linked directory on the other >partition i.e. usr. ... Thanks to all who replied! The summary for everyones information: 1.) Yes, gcc does write to /var/tmp so... I renamed /var/tmp to /var/tmp2 then linked /var/tmp to /usr/tmp and everythings just fine... 2.) If your installing NetBSD, you might consider making your root partition ALITTLE bit bigger than I did try 15 plus MB. Making it 8 MB (as suggested in the install doc) leaves only 2.2 MB free which is TOO TIGHT for development. Again Thanks to all who responded. :) ....Mark