LinuxQuestions.org
Visit the LQ Articles and Editorials section
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 11-21-2009, 05:12 PM   #1
di11rod
Member
 
Registered: Jan 2004
Location: Austin, TEXAS
Distribution: Ubuntu
Posts: 198

Rep: Reputation: 32
100 GB limit on root partition within Intrepid


I've got a weird (to me) problem with my Ubuntu install. I've formatted the 1 TB hard drive with three partitions--

2 gb swap
2 gb something else
900+ gb root

The problem is that when I store more than 100 GB of files, the system won't boot and it acts as if the root partition is filled. If I boot off a live CD and delete some files, then I can boot the system.

Following threads on these forums, I thought maybe I had under-sized the root partition. Nope. I used gparted while booting off a live CD, and the partition shows hundreds of GB of unused space on the same partition that has /root and everything else.

Could this be a problem with the motherboard bios not understanding file systems greater than 100 GB?

Any suggestions will be appreciated.
Attached Images
File Type: jpg gparted_view_1.jpg (181.5 KB, 9 views)
File Type: jpg gparted_view_2.jpg (196.5 KB, 7 views)
 
Old 11-21-2009, 05:53 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 9,684

Rep: Reputation: 306Reputation: 306Reputation: 306Reputation: 306
There is something missing because what you posted does not match the pictures.
Are you copying the files to /mnt/sdb1 or /. The attachments only indicate two data partitions i.e swap (sdb5) and sdb1 (/mnt/sdb1). So where is / located? sda? Is the rest of the drive just unallocated space?
 
Old 11-22-2009, 01:53 PM   #3
di11rod
Member
 
Registered: Jan 2004
Location: Austin, TEXAS
Distribution: Ubuntu
Posts: 198

Original Poster
Rep: Reputation: 32
Quote:
Originally Posted by michaelk View Post
There is something missing because what you posted does not match the pictures.
Are you copying the files to /mnt/sdb1 or /. The attachments only indicate two data partitions i.e swap (sdb5) and sdb1 (/mnt/sdb1). So where is / located? sda? Is the rest of the drive just unallocated space?
Michael,

The (previously)attached images were taken while the partitions were mounted on a different computer that was booted off a live CD. I've now run gParted on the computer that's manifesting this problem. It's booted off the root partition. I interpret gparted's display to indicate that the shaded area represents used space, while the boxes indicate the partitions.

Does this make any more sense? See the new photo I shot of the gparted display while booted off the system in question.

Thanks for any advice you can offer!
Attached Images
File Type: jpg Mounted_partitions.jpg (40.1 KB, 5 views)
File Type: jpg kdisk_free_Display.jpg (45.5 KB, 4 views)

Last edited by di11rod; 11-22-2009 at 01:59 PM.
 
Old 11-22-2009, 04:06 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 9,684

Rep: Reputation: 306Reputation: 306Reputation: 306Reputation: 306
Could be that you have run out of inodes. What is the total number of files stored on this filesystem and post the output of the command:
df -i
 
Old 11-22-2009, 09:27 PM   #5
di11rod
Member
 
Registered: Jan 2004
Location: Austin, TEXAS
Distribution: Ubuntu
Posts: 198

Original Poster
Rep: Reputation: 32
Michael,

wow. That might be the culprit. Will check tonight when I get home.

On a tangent, I used to do tech support for a big web publishing software company and the temp files generated by the
main product could sometimes consume all available inodes. One afternoon the admin at playboy dot com
called in with a site down situation because of inodes. He was stressed because he had to pick up his dogs
at the vet and didn't have time to flush out the millions of temp files. He gave me root credentials on
playboy dot com to fix the issue and get the site running again while he got his dogs.

Back on topic, any suggestions on what the culprit could be burning up my inodes? I have a borked
mythtv install that I can't seem to uninstall and mythbackend will thrash the drive until I kill the process after each startup. I'm going to have to end that pest once and for all.

Will post result of the df -i later tonight.

Thanks!!!
 
Old 11-22-2009, 09:56 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 9,684

Rep: Reputation: 306Reputation: 306Reputation: 306Reputation: 306
Impossible to say since we have no idea what processes are running on your system except that something could be creating lots and lots of small files.
 
Old 11-23-2009, 04:41 AM   #7
di11rod
Member
 
Registered: Jan 2004
Location: Austin, TEXAS
Distribution: Ubuntu
Posts: 198

Original Poster
Rep: Reputation: 32
Quote:
Originally Posted by michaelk View Post
Could be that you have run out of inodes. What is the total number of files stored on this filesystem and post the output of the command:
df -i
Here's the result of the df -i command:
Quote:
df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sda1 60858368 248846 60609522 1% /
tmpfs 129189 3 129186 1% /lib/init/rw
varrun 129189 82 129107 1% /var/run
varlock 129189 3 129186 1% /var/lock
udev 129189 5074 124115 4% /dev
tmpfs 129189 2 129187 1% /dev/shm
lrm 129189 17 129172 1% /lib/modules/2.6.27-15-generic/volatile
Doesn't look like I'm running out of inodes... Any other ideas?
 
Old 11-23-2009, 03:12 PM   #8
di11rod
Member
 
Registered: Jan 2004
Location: Austin, TEXAS
Distribution: Ubuntu
Posts: 198

Original Poster
Rep: Reputation: 32
Is there a log that I can check to see the exact startup error message when this boot failure occurs? I can easily copy a few more gigs to the hard drive, reboot, and check the log. But I don't know much about linux logfiles to know where startup is logged.

Appreciatively,

emotional friend
 
Old 11-23-2009, 06:16 PM   #9
michaelk
Moderator
 
Registered: Aug 2002
Posts: 9,684

Rep: Reputation: 306Reputation: 306Reputation: 306Reputation: 306
By any chance is quota enabled?
 
Old 11-23-2009, 07:40 PM   #10
di11rod
Member
 
Registered: Jan 2004
Location: Austin, TEXAS
Distribution: Ubuntu
Posts: 198

Original Poster
Rep: Reputation: 32
Quote:
Originally Posted by michaelk View Post
By any chance is quota enabled?

Not seeing anything in /etc/fstab--

Code:
To access official Ubuntu documentation, please visit:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sda1
UUID=9e876903-0838-44cf-9318-ab3d9b296335 /               ext3    relatime,errors=remount-ro 0       1
# /dev/sda5
UUID=a44d828f-dcb5-4cd4-b8c1-879000a0e0c8 none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
None of the quota packages seem to be installed, either. Could ubuntu have a quota setting somewhere else? Where to check?

thanks!

emotional friend
 
Old 11-24-2009, 10:36 PM   #11
di11rod
Member
 
Registered: Jan 2004
Location: Austin, TEXAS
Distribution: Ubuntu
Posts: 198

Original Poster
Rep: Reputation: 32
Is there a log I can check to see startup problems?


Appreciatively,

Emotional Friend
 
Old 11-24-2009, 10:47 PM   #12
syg00
Guru
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 9,976

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
Have a look in /var/log/syslog* - use less or zless to look at them.
Won't show messages out of the init scripts tho'. I generally like to come up with the recovery boot option in these situations so I can see the messages fly by, and where it stops.
 
Old 11-26-2009, 05:28 PM   #13
di11rod
Member
 
Registered: Jan 2004
Location: Austin, TEXAS
Distribution: Ubuntu
Posts: 198

Original Poster
Rep: Reputation: 32
Lightbulb

Quote:
Originally Posted by syg00 View Post
Have a look in /var/log/syslog* - use less or zless to look at them.
Won't show messages out of the init scripts tho'. I generally like to come up with the recovery boot option in these situations so I can see the messages fly by, and where it stops.
I will check both resources. Thank you for this advice.

Emotional friend
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Root Partition 100% pady1234 Linux - Newbie 3 06-10-2008 02:22 PM
why is my root partition showing 100% vbseeker Linux - Server 4 12-21-2006 05:41 AM
root partition 100% used, frustrated Microshaft transplant CPUNeck Linux - Software 9 02-03-2006 05:04 AM
root partition shows 100% full in RH 7.2 dmcmurray5 Red Hat 2 05-18-2004 04:24 PM


All times are GMT -5. The time now is 01:25 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration