FreeBSD - file system full problem

xyyz

Diamond Member
Sep 3, 2000
4,331
0
0

I keep getting the following message... can someone tell me what to do about it?

/kernel: pid 533 (communicator-4.7), uid 0 on /: file system full
 

xyyz

Diamond Member
Sep 3, 2000
4,331
0
0


<< Looks like you are out of disk space.

vash
>>



that can't be possible... I have 14 gigs free...
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
It is possible.


<< /kernel: pid 533 (communicator-4.7), uid 0 on /: file system full >>



Are you using netscape as root? God I hope not. Do a &quot;df -k&quot; and see what results you get. This could just be a problem, if you are using netscape as root (and if you are you need to be politely smacked in the head ) and the netscape cache is filling up the small root partition. I am not sure why FreeBSD's default partition scheme includes such a small root parition...
 

xyyz

Diamond Member
Sep 3, 2000
4,331
0
0

how'd you know I was running netscape as root?

I guess that's a bad thing eh? Alright I wont do it anymore... the reason why I was doing it was to download stuff I wanted to install.

------------
This is what I got from typing &quot;df&quot;:

Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/ad0s1a 49583 48835 -3218 107% /
/dev/ad0s1f 13134105 626433 11456944 5% /usr
/dev/ad0s1e 19815 4520 13710 25% /var
procfs 4 4 0 100% /proc
------------
What the hell are these things? Partitions? I see that something is at 107% capacity.

I have 14 gigs free... why is it doing this? What can I do to increase the
capacity of /dev/ad0s1a?

 

flyers1

Golden Member
Feb 7, 2001
1,233
1
0


<< This is what I got from typing &quot;df&quot;:
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/ad0s1a 49583 48835 -3218 107% /
/dev/ad0s1f 13134105 626433 11456944 5% /usr
/dev/ad0s1e 19815 4520 13710 25% /var
procfs 4 4 0 100% /proc
------------
What the hell are these things? Partitions? I see that something is at 107% capacity.
>>


OK, these are your partitions. FreeBSD split up yout 14GB(or whatever) hard drive into 4 partitions. The listing shows the device name, # of 1K blocks total in that partition, # of used 1k blocks, the available amount of free blocks, the percentage of the partition used and where that partition is mounted in your root filesystem. As you can see, your root partition is only about 50MB. It set your largest partition to /usr (about 13GB) which makes sence, since that is where all of your software should (mostly) be installed. It is also where your netscape cache would be if you weren't using netscape as root

The first listed there is root. It's telling you it is somehow filled to 107% so it IS OVER full. You need to remove some stuff from there or your going to have some major problems.



<< I have 14 gigs free... why is it doing this? >>


If you have 14 gigs free, it's not on your root partition. Most of it is on your /usr partition. You must remember, even though unix has one virtual filesystem structure, there can be hundreds of seperate partitions and drives to make up what is your filesystem.



<< What can I do to increase the capacity of /dev/ad0s1a? >>


AFAIK, you would have to reinstall FreeBSD to change partition sizes.


 

jwbrown

Junior Member
May 18, 2001
3
0
0
You don't need to rebuild it, just do a find on the root partition and remove the temp files from netscape. This will probably give you plenty of disk space. Also it is possible to just do that from netscape I believe, that is delete your temp files. And just don't use netscape as root or change the path for the temp files to a different partition.
 

xyyz

Diamond Member
Sep 3, 2000
4,331
0
0


How would I change the location of the netscape cache? And how would I increase the size of the root partition?
 

BudB

Member
Dec 31, 1999
136
0
0
&quot;A Moron and Windows 2000 are a perfect solution for any company planning to enter the e-commerce marketplace.&quot;

Maybe BSD and/or Linux should be added to this motto also!
 

flyers1

Golden Member
Feb 7, 2001
1,233
1
0
Like I said before. You'd have to repartition the entire hard drive and lose all your data to resize your root partition. Reinstall if you MUST make root bigger.

The cache setting should be in Netscapes options menu somewhere.

Were you able to delete the cache to free up space yet?
 

xyyz

Diamond Member
Sep 3, 2000
4,331
0
0

flyers1,

I did clear my cache... this is what I got:

/dev/ad0s1a 49583 28945 16672 63% /

So, it's not entirely full now.

I placed the netscape cache on /usr/home/cache... i'm hoping this will resolve the problem.

Thanks to everyone for their help...

 

xyyz

Diamond Member
Sep 3, 2000
4,331
0
0


<< &quot;A Moron and Windows 2000 are a perfect solution for any company planning to enter the e-commerce marketplace.&quot;

Maybe BSD and/or Linux should be added to this motto also!
>>



Dood... don't be an f-in' nuisance. If yer here to harass and not help... piss off.
 

BudB

Member
Dec 31, 1999
136
0
0
Not harassing, just commenting. If you will explain your signature line I'm willing to listen with an open mind.
 

xyyz

Diamond Member
Sep 3, 2000
4,331
0
0


<< Not harassing, just commenting. If you will explain your signature line I'm willing to listen with an open mind. >>



My line is a quote from some april fool's thing. AMD was unveiling a new processor called the &quot;moron.&quot;

I dunno about you, but normal people don't think those who are trying to do something about their ignorace are morons.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0


<< how'd you know I was running netscape as root? >>



uid = root



<< I guess that's a bad thing eh? Alright I wont do it anymore... the reason why I was doing it was to download stuff I wanted to install. >>



Download things to the home dir of your normal every day user. Compile it under that uid, and install using root (or sudo).



<< ------------
This is what I got from typing &quot;df&quot;:

Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/ad0s1a 49583 48835 -3218 107% /
/dev/ad0s1f 13134105 626433 11456944 5% /usr
/dev/ad0s1e 19815 4520 13710 25% /var
procfs 4 4 0 100% /proc
------------
What the hell are these things? Partitions? I see that something is at 107% capacity.

I have 14 gigs free... why is it doing this? What can I do to increase the
capacity of /dev/ad0s1a?
>>



You do not need to increase the / parition. /usr is where all of your applications will be installed. If you installed the ports section check out /usr/ports. ports is a great, installation of programs is made infinitely easier. Just remember, run as little as root as possible and trust no one. If you haven't already, look for information on securing the box. It is not fun, but it pays off in the end.
 

xyyz

Diamond Member
Sep 3, 2000
4,331
0
0

n0cmonkey,

Thanks for all your help. I couldn't help but notice you have a Sparc10 listed under your system rigs.

I have Sparc4 lying here... do you know if these can use standard dimms, or do they need some special ram?
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Well the old sparcs use SIMMs. Check out... *looks for link* http://www.memoryx.net/ and http://www.sunhelp.org/ Those are the sites that gave me the most useful info about sparcs. The first one actually sells the equipment and the second one just has a bunch of info. The seller is linked off the sunhelp page. Have fun.
 

Zach

Diamond Member
Oct 11, 1999
3,400
1
81


<< Not harassing, just commenting. If you will explain your signature line I'm willing to listen with an open mind. >>



Not commenting, being an ass. Acting like that isn't helping, and as far as I'm concerned if you are going to act like that you arne't welcome here.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |