Opened 18 months ago

Closed 18 months ago

Last modified 18 months ago

#18074 closed bug (fixed)

DriveSetup suggested faulty fat32 label

Reported by: TmTFx Owned by: nobody
Priority: normal Milestone: R1/beta4
Component: File Systems/FAT Version: R1/beta4
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by TmTFx)

In RC0 for R1beta4 32bit Haiku When formatting a FAT32 partition in DriveSetup, it's suggested "New FAT32 vol" label, which raises an error. A label with no spaces does not rise errors

Change History (13)

comment:1 by TmTFx, 18 months ago

Description: modified (diff)

comment:2 by korli, 18 months ago

Component: - GeneralFile Systems/FAT

comment:3 by korli, 18 months ago

Should be somewhere in src/add-ons/disk_systems/fat/

comment:4 by waddlesplash, 18 months ago

The real problem may not be the spaces but the length. It appears the FAT mkdos logic thinks 11 characters is too long (i.e. >= 11 is a problem) whereas the FAT parameters editor thinks 11 is the limit.

comment:6 by korli, 18 months ago

"New FAT32 vol" is still 13 characters long.

Last edited 18 months ago by korli (previous) (diff)

comment:7 by bitigchi, 18 months ago

While we’re at it, is it possible to make the labels language-agnostic or translatable?

Last edited 18 months ago by bitigchi (previous) (diff)

comment:9 by waddlesplash, 18 months ago

Milestone: UnscheduledR1/beta4
Resolution: fixed
Status: newclosed

Fixed in hrev56601 +beta4

comment:10 by korli, 18 months ago

Resolution: fixed
Status: closedreopened

The suggested label still can't fit.

comment:11 by korli, 18 months ago

Resolution: fixed
Status: reopenedclosed

"New FAT Vol" is suggested, not "New FAT32 Vol". TmTFx, are you sure it suggested "New FAT32 Vol"?

comment:12 by TmTFx, 18 months ago

No sorry, not sure, i got the error on default suggested label

comment:13 by TmTFx, 18 months ago

Confirm it was "New FAT Vol" which gave me error

Note: See TracTickets for help on using tickets.