UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
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?
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?
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.
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.
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.
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.
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.
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.