1

I've a partition in ReiserFS which stores images from a camera (so it keeps adding/removing directories with pictures...). When doing a dmesg, I get the following "warnings":

[227297.192297] ReiserFS: md0: warning: reiserfs_get_unused_objectid: no more object ids [227297.604575] ReiserFS: md0: warning: reiserfs_get_unused_objectid: no more object ids

So, it seems some kind of counter has run out of "numbers"? Any thoughts if that counter could be reseted?

Thanks!!

Phil Hollenback
  • 14,647
  • 4
  • 34
  • 51
Nobita
  • 113
  • 3

2 Answers2

0

reiserfsck

But my advice is backup your whole partition first (and better on the block layer).

poige
  • 9,171
  • 2
  • 24
  • 50
  • Have you encountered that problem too? Or that's the only tool you know to deal with ReiserFS problems? Thanks a lot :) – Nobita Apr 01 '11 at 07:14
  • Nope, never met this. But it's the only approved tool, yeah. ;-) – poige Apr 01 '11 at 07:25
0

Try a df -i command. The file system on which your files reside may be out of inodes. This occurs if lots and lots and lots of itty-bitty files are created. They use up inodes but very little disk space.

Unfortunately, you can't add inodes to a file system. Instead, you have to clean out the small files.

Edit: Oy! Ignore my comment. As kasperd correctly points out, Inodes on Reiser filesystems are not persistent.

  • That is certainly true of some file systems. But this question is about reiserfs. The entire point of reiserfs was to not have such restrictions. – kasperd Mar 04 '16 at 13:40
  • 1
    Hi An Old Retired Guy, please goto [Help Center > Contact](http://serverfault.com/contact) select "I need to merge user profiles" . – bummi Mar 06 '16 at 07:59