[Bug]: #1108

Closed
opened 2026-04-24 23:33:01 +02:00 by adam · 3 comments
Owner

Originally created by @gaspoweredflea on GitHub (Apr 27, 2023).

Describe the issue

Whenever i add SOME new books, it gives me an error in logs and a completely unrelated random book is marked as 'missing'

Reference Discord chat with advplyr in #server-troubleshooting.
Might be related to #1447

Steps to reproduce the issue

  1. move new book into folder
  2. nothing happens in abs, but the screenshot shows in log
  3. remove new book from folder, a random book is marked as 'missing'

Audiobookshelf version

2.2.19

How are you running audiobookshelf?

Docker

Originally created by @gaspoweredflea on GitHub (Apr 27, 2023). ### Describe the issue Whenever i add SOME new books, it gives me an error in logs and a completely unrelated random book is marked as 'missing' Reference Discord chat with advplyr in #server-troubleshooting. Might be related to #1447 ### Steps to reproduce the issue 1. move new book into folder 2. nothing happens in abs, but the screenshot shows in log 3. remove new book from folder, a random book is marked as 'missing' ### Audiobookshelf version 2.2.19 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:33:01 +02:00
adam closed this issue 2026-04-24 23:33:02 +02:00
Author
Owner

@gaspoweredflea commented on GitHub (Apr 28, 2023):

Update:
Switched hdd2 to ext4, and the problem went away, so definitely looks like inode collision issue as described in #1447 ... the ext4 inode numbers are much higher and longer than btrfs inode numbers. Likely this issue can be merged with #1447

@gaspoweredflea commented on GitHub (Apr 28, 2023): Update: Switched hdd2 to ext4, and the problem went away, so definitely looks like inode collision issue as described in #1447 ... the ext4 inode numbers are much higher and longer than btrfs inode numbers. Likely this issue can be merged with #1447
Author
Owner

@advplyr commented on GitHub (Apr 28, 2023):

Thanks for digging into this. I didn't realize that some file system would provide such a small inode value.

I'm glad we tracked this down. I'm not sure how to handle renames without using an inode though

@advplyr commented on GitHub (Apr 28, 2023): Thanks for digging into this. I didn't realize that some file system would provide such a small inode value. I'm glad we tracked this down. I'm not sure how to handle renames without using an inode though
Author
Owner

@advplyr commented on GitHub (Apr 28, 2023):

Duplicate of #1447

@advplyr commented on GitHub (Apr 28, 2023): Duplicate of #1447
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1108