1453c [Solved] /root is full! - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Base System > Installing & Upgrading

Installing & Upgrading Installing and upgrading FreeBSD.

Closed Thread
 
Thread Tools Display Modes
  #1  
Old March 1st, 2010, 12:14
sk8harddiefast's Avatar
sk8harddiefast sk8harddiefast is offline
Senior Member
 
Join Date: Mar 2010
Location: Athens, Greece
Posts: 1,731
Thanks: 217
Thanked 143 Times in 89 Posts
Default /root is full!

i am a noob on freebsd.this is my first install.so during install i set /root to default (512 mb).but now /root is full! how can i increase /root to 10 giga without destroy my filesystem? please help me

Last edited by DutchDaemon; March 1st, 2010 at 12:46.
  #2  
Old March 1st, 2010, 12:25
graudeejs's Avatar
graudeejs graudeejs is offline
Style(9) Addict
 
Join Date: Nov 2008
Location: Riga, Latvia
Posts: 4,530
Thanks: 424
Thanked 613 Times in 479 Posts
Default

what the heck do you store in root?
For me it's not bigger than 1MB

are you using FreeBSD as root on daily basis? [Stop doing that or switch to windows]
  #3  
Old March 1st, 2010, 12:30
sk8harddiefast's Avatar
sk8harddiefast sk8harddiefast is offline
Senior Member
 
Join Date: Mar 2010
Location: Athens, Greece
Posts: 1,731
Thanks: 217
Thanked 143 Times in 89 Posts
Default

only Downloads folder of firefox,.icons+.themes of xfce they full it!

Last edited by DutchDaemon; March 1st, 2010 at 12:47.
  #4  
Old March 1st, 2010, 12:33
graudeejs's Avatar
graudeejs graudeejs is offline
Style(9) Addict
 
Join Date: Nov 2008
Location: Riga, Latvia
Posts: 4,530
Thanks: 424
Thanked 613 Times in 479 Posts
Default

move them to other folder, which won't be full (probably home or /tmp, depending on your configuration)
  #5  
Old March 1st, 2010, 12:41
sk8harddiefast's Avatar
sk8harddiefast sk8harddiefast is offline
Senior Member
 
Join Date: Mar 2010
Location: Athens, Greece
Posts: 1,731
Thanks: 217
Thanked 143 Times in 89 Posts
Default

if i want to increase the /root folder? it is possible?
.mozilla and a lot off packages install folders there.also i have 4 tb hdd so i have really a lot of space!

Last edited by DutchDaemon; March 1st, 2010 at 12:48.
  #6  
Old March 1st, 2010, 12:47
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,935
Thanks: 30
Thanked 1,932 Times in 1,351 Posts
Default

sk8harddiefast, stop shouting please.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Administrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
  #7  
Old March 1st, 2010, 12:49
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,935
Thanks: 30
Thanked 1,932 Times in 1,351 Posts
Default

If Mozilla stores data in /root, you are running X and your desktop environment as root, which is downright unsafe. Stop doing that immediately. Run your desktop as a normal user, never as root. (!!!!)
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Administrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
  #8  
Old March 1st, 2010, 12:52
jailed jailed is offline
Member
 
Join Date: Oct 2009
Location: Internet
Posts: 130
Thanks: 17
Thanked 14 Times in 13 Posts
Default

Code:
mv /root /usr/home/root
ln -s /usr/home/root /root
  #9  
Old March 1st, 2010, 13:00
sk8harddiefast's Avatar
sk8harddiefast sk8harddiefast is offline
Senior Member
 
Join Date: Mar 2010
Location: Athens, Greece
Posts: 1,731
Thanks: 217
Thanked 143 Times in 89 Posts
Default

actually i was a getoo user for over a year.I always doing anything as root.I use unix (solaris,linux,bsd) for 1-1.5 year and i have never created a user.always a root.is a little dangerous of course but i had never a problem.Also if i destroy it ok i repeat install again and again to learn freebsd better i am not a veteran but i have no problem to destroy something for learning!sorry if i shout
  #10  
Old March 1st, 2010, 13:03
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,935
Thanks: 30
Thanked 1,932 Times in 1,351 Posts
Default

And I removed three unnecessary exclamation marks again.

I don't care how much you did as root and how cool you think it is, if you want to fix this, don't run your stuff as root if you don't absolutely need to. Root is for system installation and maintenance, not for user stuff as running X and web browsers. If you keep running stuff as root and keep running into issues because of it, don't ask for help on these forums.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Administrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
  #11  
Old March 1st, 2010, 13:31
sk8harddiefast's Avatar
sk8harddiefast sk8harddiefast is offline
Senior Member
 
Join Date: Mar 2010
Location: Athens, Greece
Posts: 1,731
Thanks: 217
Thanked 143 Times in 89 Posts
Default

thanx jailed.my problem solved
  #12  
Old March 1st, 2010, 13:44
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,935
Thanks: 30
Thanked 1,932 Times in 1,351 Posts
Default

No, it is not. You are just solving a symptom, not the actual problem. Again: if running things as root causes more problems, don't ask for help here.

[ thread closed ]
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Administrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Solved] FULL HD playback marudov Multimedia 29 March 8th, 2011 08:29
[Solved] /usr full janroc General 11 July 8th, 2010 08:13
/tmp is full :( trybeingarun General 11 February 15th, 2010 18:55
[Solved] ezjail root become full FryShadow Web & Network Services 7 September 18th, 2009 00:00
[Solved] Filesystem is full cns5p General 19 April 15th, 2009 21:57


All times are GMT +1. The time now is 09:01.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0