View Issue Details

IDProjectCategoryView StatusLast Update
0000357fileGeneralpublic2022-07-04 16:40
Reportera@gitadora.top Assigned Tochristos  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Platformaarch64OSDebianOS Version11
Product Version5.39 
Fixed in Version5.43 
Summary0000357: Please add EROFS loop file detection
DescriptionPlease add EROFS loop file detection,it's relatively new file system format.
Steps To Reproduce1.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
Tagsmagic

Activities

polluks

2022-06-12 18:42

reporter   ~0003762

#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

christos

2022-07-04 16:40

manager   ~0003775

Added!

Issue History

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