https://bugzilla.kernel.org/show_bug.cgi?id=217145 --- Comment #3 from Christian Kujau (kernel@xxxxxxxxxxxxxxx) --- "video file name is a story"...interesting setup :-) But as you already found in your Askubuntu forum: "The problem is the common Linux file systems only support up to 255 characters filename lengths". This is explained in more detail in the following SE answers: > To what extent does Linux support file names longer than 255 bytes? > https://unix.stackexchange.com/a/619646 > Is there a reasonble way to increase the file name limitation of 255 bytes? > https://unix.stackexchange.com/a/619492 So, this would not be a feature request of Ext4 (or any other Linux file system) but of the Linux VFS, but I don't think that will be easliy implemented in the near future. Your best bet would be to change your workflow and use shorter file names. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.