Results 1 to 7 of 7

Thread: Can ext3 reuse inodes?

  1. #1
    Join Date
    Jul 2013
    Beans
    111

    Can ext3 reuse inodes?

    Ext3 (default file system for Ubuntu) creates a set number of inodes during install. Can these inodes be reused when a file is deleted?

  2. #2
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,193
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Can ext3 reuse inodes?

    schnappi2; Hi !

    Short answer is yes, then the "inode" is available for the next file allocation.
    You are correct in that there is a limited number of inodes. When all the inodes are used, the system can do not more until some files are deleted.

    many many little files
    not a good ting
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  3. #3
    Join Date
    Jul 2013
    Beans
    111

    Re: Can ext3 reuse inodes?

    Great! To clarify. Say inode #: 12047 is used. If the file associated with it is deleted inode #: 12047 can be reused.

    Correct? Just want to make sure I understand you correctly.

  4. #4
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,193
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Can ext3 reuse inodes?

    schnappi2; Morning !

    That is correct, the inode then becomes "unlinked" and thus becomes reusable.

    just try'n to help
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  5. #5
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

  6. #6
    Join Date
    Jul 2013
    Beans
    111

    Re: Can ext3 reuse inodes?

    Thanks.

  7. #7
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,193
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Can ext3 reuse inodes?

    schnappi2; Hey ,

    No problem;

    we are all
    here to help
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •