Opened 14 years ago
Closed 14 years ago
#323 closed defect (fixed)
Source of unsuccessful `mv` has zero size after re-mount
Reported by: | Jakub Jermář | Owned by: | Jakub Jermář |
---|---|---|---|
Priority: | major | Milestone: | 0.4.3 |
Component: | helenos/lib/fs | Version: | |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
- mount a non-root FAT to /data
- copy a file there, e.g. file1
- mv /data/file1 /data/file2 (should fail)
- ls /data/file1 (file1 reports correct size)
- unount /data
- mount /data
- ls /data/file1 (file1 reports size 0)
Change History (1)
comment:1 by , 14 years ago
Component: | fs/fat → uspace/libfs |
---|---|
Milestone: | 0.5.0 → 0.4.3 |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Libfs forgot to put the node after it failed to link.
Fixed in changeset:mainline,897.