erichelgeson / BlueSCSI

A small SCSI device based on stm32
Other
386 stars 61 forks source link

Contradictory max filename length documentation #217

Closed ryandesign closed 1 year ago

ryandesign commented 1 year ago

https://github.com/erichelgeson/BlueSCSI/wiki/Usage

This page says both:

The naming convention is as follows (file name max 64 characters).

And:

Bad

HD99_712 foo bar fizz buzz bang.hda Over 32 chars and invalid SCSI/LUN/Block size

What is the actual maximum filename length—32 or 64 characters?

erichelgeson commented 1 year ago

It was 32, and is now 64. It will say in your log.txt what it supports. I've updated to 64 on the docs.