View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000357 | file | General | public | 2022-06-12 05:32 | 2022-07-04 16:40 |
Reporter | a@gitadora.top | Assigned To | christos | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | aarch64 | OS | Debian | OS Version | 11 |
Product Version | 5.39 | ||||
Fixed in Version | 5.43 | ||||
Summary | 0000357: Please add EROFS loop file detection | ||||
Description | Please add EROFS loop file detection,it's relatively new file system format. | ||||
Steps To Reproduce | 1.Got a EROFS file(i.e. system_a.bin) 2.Using file to test it $file system_a.bin system_a.bin: data 3.Test mount it $sudo mount ./system_a.bin /media $sudo df -Th /media Filesystem Type Size Used Avail Use% Mounted on /dev/loop0 erofs 3.7G 3.7G 0 100% /media | ||||
Tags | magic | ||||
|
#define EROFS_SUPER_MAGIC_V1 0xE0F5E1E2 https://kernel.googlesource.com/pub/scm/linux/kernel/git/xiang/erofs-utils/+/refs/heads/experimental/include/erofs_fs.h#12 |
|
Added! |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-06-12 05:32 | a@gitadora.top | New Issue | |
2022-06-12 05:32 | a@gitadora.top | Tag Attached: magic | |
2022-06-12 18:42 | polluks | Note Added: 0003762 | |
2022-07-04 16:40 | christos | Assigned To | => christos |
2022-07-04 16:40 | christos | Status | new => assigned |
2022-07-04 16:40 | christos | Status | assigned => resolved |
2022-07-04 16:40 | christos | Resolution | open => fixed |
2022-07-04 16:40 | christos | Fixed in Version | => 5.43 |
2022-07-04 16:40 | christos | Note Added: 0003775 |