Rockbox Technical Forums

Support and General Use => Audio Playback, Database and Playlists => Topic started by: jan_kowalski_0@wp.pl on September 17, 2014, 04:14:58 AM

Title: Path levels
Post by: jan_kowalski_0@wp.pl on September 17, 2014, 04:14:58 AM
Do you know why RockBox (on Sansa Clip+) allows only a few levels of driectiories? And the length of path doesn't matter, for example \a\a\a\a\a\a\a\a\a\a\ doesn't work, but "\dsfsdjfijsdigjdfgdfgdfgdfgdfgdfgdfgdfg\" works properly.

The situation descrived above takes place in building library, the song which has "to many" levels, are not available then in library.

Thanks in advance for help !
Title: Re: Path levels
Post by: LambdaCalculus on September 17, 2014, 08:46:32 AM
This is an actual limit of FAT32, not a Rockbox issue. FAT32 only allows a certain depth of a path (e.g. how far down subdirectories can go), as well as filename limitations (256 characters including path IIRC).

A Google search on FAT32 will turn up some more info on the filesystem if you're interested.
Title: Re: Path levels
Post by: jan_kowalski_0@wp.pl on September 17, 2014, 01:06:04 PM
Ok,thanks, i thought that limit is only with length of path (256).