Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!newshost.telstra.net!asstdc.scgt.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!qns3.qns.com!imci4!newsfeed.internetmci.com!news.mathworks.com!zombie.ncsc.mil!admaix.sunydutchess.edu!ub!newserve!rebecca!lilith.albany.edu!tc0200 From: COVERT THADDEUS J <tc0200@csc.albany.edu> Newsgroups: comp.unix.bsd.netbsd.misc Subject: help! Date: Tue, 2 Apr 1996 15:46:17 -0500 Organization: The University at Albany Lines: 84 Message-ID: <Pine.SOL.3.91.960402151803.1378A-100000@lilith.albany.edu> NNTP-Posting-Host: lilith.albany.edu Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: tc0200@lilith.albany.edu I don't know where the most appropriate place to post this is so I am trying here. I have just installed NetBSD1.1 on my A3000/50MHz ECS graphics 8M fast 2M chip, scsi drisk driver(whatever comes in the 3000). I got it to install and run, I put X-windows, emacs19.30 and kermit-5A on it. I'm trying to install gcc2.7.2 on it but i run into errors: /usr: write failed, file system is full tar: couldn't write to file /usr/local/gcc272/lib/g++-include/std/ldcomplex.h :no space left on device usr/local/gcc272/lib/g++-include/std/sinst.h I get this all the time. So I added another partition of 100M, and it didn't get any farther in the installition process, in fact then I got a : sd0(ahsc0:2:0):non-media hardware failure, data = 00 00 00 00 44 90 00 .... I'm not sure how to check if I am actually out of space(which I think is unlikely) or if there is another problem. This is what I did. du / returned : 232883 / ----that includes ados disklabel sd0 returned: /dev/rsd0c: type:scsi disk: SCSI disk label: swap flags: bytes/sector: 512 sectors/track: 94 tracks/cylinder: 559 cylinders: 3813 rpm: 3000 interleave: 1 track skew: 0 head switch: 0 track-to-track seek: 0 # size offset fstype [fsize bsize cps] a: 32422 1118 4.2BSD 1024 8192 0 # (cyl. 2-59) b: 67639 33540 swap # (cyl. 60-180) c:2131467 0 unused 0 0 # (cyl. 0-3812) d: 205153 101179 4.2BSD 1024 8192 0 # (cyl. 181-547) e: 618254 306332 4.2BSD 1024 8192 0 # (cyl. 548-1653) f: 205712 924586 4.2BSD 1024 8192 0 # (cyl. 1654-2021) g: 899990 1231477 ADOS # (cyl. 2203-3812) disklabel: boot block size 0 disklabel: super block size 0 the size of the partitions on my drive are root swap usr local local2 15 33 100 301 100 block size: 1024 on boot ------- sd0 at scsibus0: 1041 MB, 3457 cyl,6 head, 102 sec, 512 bytes sec ahsc0 targ 6 lun 0:< Quantum LP525 950509405, 3.1 > SCSI2 0/direct fixed sd1 at SCSIBUS:0 49 MB, 1219 cyl, 2 head, 41 sec, 512 bytes/sec warning found rdb->secpercyl(559) != rdb->nsectors(94) * rdb->nheads(6) warning lp->d_spacepercyl(5) not multiple of lp->d_ntracts(6) then I tried: du -s / I got: 232889 / so I don't know if when I partitioned my drive with 1024 byte blocks if it messed up NetBSD so that it uses 2X the amount it should. But I don't think I should be out of space, between local and local2(I don't know if this is even being used) I have 401M to use, and I have installed kermit,X11, emacs and nethack. I don't think this shoudl make me run out of space. Anyway, before I re-partition my drive to 512 blocks and re-install and re-configure everything I figured I'd ask to see if anybody could tell me what my problem is. Thank you in advance.