Opened on Jul 12, 2016 at 12:31:40 AM
Closed on Feb 28, 2017 at 8:57:38 AM
Last modified on Oct 10, 2017 at 6:50:58 AM
#2755 closed defect (fixed)
FAT mkdir() broken
Reported by: | snob-wolpike | Owned by: | Sebastian Huber |
---|---|---|---|
Priority: | normal | Milestone: | 4.11.2 |
Component: | fs/fat | Version: | 4.11 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
FAT implementation in RTEMS incorrectly create directories. Reproducing is extremly simple:
- Run any application using 'mkdir()' on mounted FAT partition.
- Run fsck under any operating system (Linux, MacOSX, Windows)
- You will get smth like this:
sudo fsck_msdos /dev/rdisk3s1 ** /dev/rdisk3s1 ** Phase 1 - Preparing FAT ** Phase 2 - Checking Directories Directory /0 has size != 0 Correct? [yn]
Both 4.11 and 4.12 have this bug.
Change History (5)
comment:1 Changed on Jan 26, 2017 at 7:16:00 AM by Sebastian Huber
Milestone: | 4.11.1 → 4.11.2 |
---|
comment:2 Changed on Feb 15, 2017 at 1:44:44 PM by Sebastian Huber
Milestone: | 4.11.2 → Indefinite |
---|---|
Owner: | set to Needs Funding |
Status: | new → assigned |
comment:3 Changed on Feb 28, 2017 at 7:31:36 AM by Sebastian Huber
Milestone: | Indefinite → 4.11.2 |
---|---|
Owner: | changed from Needs Funding to Sebastian Huber |
comment:4 Changed on Feb 28, 2017 at 8:57:38 AM by Sebastian Huber
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed on Oct 10, 2017 at 6:50:58 AM by Sebastian Huber
Component: | fs → fs/fat |
---|
Note: See
TracTickets for help on using
tickets.
[6ec60de37d899646552f988d974017d5f54c4e3c/rtems]
[267de79ad27469a2ff7816043e76eecc99ffe38d/rtems]