[Bug 395864] Re: ext4 no space left on device problems

2012-05-08 Thread Lisa Simpson
I am not on Karmic but Oneric and the problem is still present.  I went
to patch the kernel and started getting Out of disk space error messages
from apt, aptitude, and dpkg.

When I looked at df, it was showing 83% usage.  I couldn't understand
why the disk was full.  Then I found this thread which describes the
problem EXACTLY on Lucid -
http://ubuntuforums.org/showthread.php?t=1454052

When I looked at df -i it was 100%.  I had to remove some of the old
kernels in order to complete the update.  This freed up enough inodes
that the update was finally successful.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/395864

Title:
  ext4 no space left on device problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/395864/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 395864] Re: ext4 no space left on device problems

2011-02-25 Thread Michael Joyner
mount |grep ext4
/dev/sda2 on / type ext4 (rw,errors=remount-ro,commit=0)
/dev/sdb1 on /media/EXTERNAL type ext4 (rw,nosuid,nodev,uhelper=udisks)

df -h /media/EXTERNAL/
FilesystemSize  Used Avail Use% Mounted on
/dev/sdb1 917G  562G  309G  65% /media/EXTERNAL

touch /media/EXTERNAL/test.file
touch: cannot touch `/media/EXTERNAL/test.file': No space left on device

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/395864

Title:
  ext4 no space left on device problems

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 395864] Re: ext4 no space left on device problems

2010-04-04 Thread Andreas
I'm facing this problem again on ubuntu 9.10:

$ df -h
/dev/sdc1 932G  458G  427G  52% /local

$ df -i
/dev/sdc1 953984  953984   0  100% /local

as you can see, there are no inodes left. How can I fix this?

-- 
ext4 no space left on device problems
https://bugs.launchpad.net/bugs/395864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 395864] Re: ext4 no space left on device problems

2010-03-14 Thread Andreas
I've downloaded the latest cd image from the link above and did a clean
install. I did not face the problem anymore, so it seems to be fixed.

-- 
ext4 no space left on device problems
https://bugs.launchpad.net/bugs/395864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 395864] Re: ext4 no space left on device problems

2010-03-14 Thread Jeremy Foshee
** Changed in: linux (Ubuntu)
   Status: Incomplete = Fix Released

-- 
ext4 no space left on device problems
https://bugs.launchpad.net/bugs/395864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 395864] Re: ext4 no space left on device problems

2010-03-13 Thread Jeremy Foshee
Hi Andreas,

This bug was reported a while ago and there hasn't been any activity in
it recently. We were wondering if this is still an issue? Can you try
with the latest development release of Ubuntu?  ISO CD images are
available from http://cdimage.ubuntu.com/releases/ .

If it remains an issue, could you run the following command from a
Terminal (Applications-Accessories-Terminal).  It will automatically
gather and attach updated debug information to this report.

apport-collect -p linux 395864

Also, if you could test the latest upstream kernel available that would
be great.  It will allow additional upstream developers to examine the
issue.  Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once
you've tested the upstream kernel, please remove the 'needs-upstream-
testing' tag.  This can be done by clicking on the yellow pencil icon
next to the tag located at the bottom of the bug description and
deleting the 'needs-upstream-testing' text.  Please let us know your
results.

Thanks in advance.

[This is an automated message.  Apologies if it has reached you
inappropriately; please just reply to this message indicating so.]


** Tags added: needs-kernel-logs

** Tags added: needs-upstream-testing

** Tags added: kj-triage

** Changed in: linux (Ubuntu)
   Status: New = Incomplete

-- 
ext4 no space left on device problems
https://bugs.launchpad.net/bugs/395864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 395864] Re: ext4 no space left on device problems

2009-10-31 Thread Strong
I have similar problems only on my disk this point is already reached at
30%.

If I do a '# debugfs /dev/md1' stats I see that there are only a few
inodes left so I suspect that during the upgrade to Karmic's ext4 file
system far too less inodes were created.

Does anyone know how to increase them without loosing data?

# df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/md1  493G  142G  346G  30% /

cp: cannot create directory `./Yazoo': No space left on device

# debugfs /dev/md1

stats

Filesystem volume name:   main
Last mounted on:  /
Filesystem UUID:  20423a23-b921-41b1-82bf-e27a826dd64d
Filesystem magic number:  0xEF53
Filesystem revision #:1 (dynamic)
Filesystem features:  has_journal ext_attr resize_inode dir_index filetype 
needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg 
dir_nlink extra_isize
Filesystem flags: signed_directory_hash 
Default mount options:(none)
Filesystem state: clean
Errors behavior:  Continue
Filesystem OS type:   Linux
Inode count:  504320
Block count:  129090240
Reserved block count: 1290902
Free blocks:  92021041
Free inodes:  35

-- 
ext4 no space left on device problems
https://bugs.launchpad.net/bugs/395864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 395864] Re: ext4 no space left on device problems

2009-07-18 Thread Philip Muskovac
** Package changed: ubuntu = linux (Ubuntu)

-- 
ext4 no space left on device problems
https://bugs.launchpad.net/bugs/395864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs