Entry Info
File Info
- Target File Type: erofs
- Target File Size: 1254
- SHA256 Hash: 30e6c08d61ffa9689f867e90a6c355bdd1b72791a8965477c5ba989156a69a12
File Contents
Please encode the file as Base64
////////////////////////////////////////////////////////////////////////////
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++//
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++//
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++//
//+++6+666666666o+++++++++o666666o+++++++++++o666666o+++++6+666666666o++++//
//+++6+6666+++++66++++++6666++++++66+++++++6666++++++66+++6+6666+++++66+++//
//+++6+6666++++++66+++6+6666++++++++6++++6+6666++++++++6++6+6666++++++66++//
//+++6+6666++++++66++66+6666++++++++++++66+6666+++++++++++6+6666++++++66++//
//+++6+6666+++++66+++66+6666++++++++++++66+6666+++++++++++6+6666+++++66+++//
//+++6+6666666666++++66+6666++++++++++++66+6666+++++++++++6+666666666P++++//
//+++6+6666+++++66+++66+6666+++6666666++66+6666+++6666666+6+6666++++++++++//
//+++6+6666++++++66+++6+6666++++++++6++++6+6666++++++++6++6+6666++++++++++//
//+++6+6666+++++66++++++6666++++++66+++++++6666++++++66+++6+6666++++++++++//
//+++6+666666666P+++++++++6666666P+++++++++++6666666P+++++6+6666++++++++++//
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++//
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++//
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++//
/////////////////////////////////////////////////////////////////////////OLh
9eCuTjE6AwAAAAkAJAACAAAAAAAAAE4bhUQAAAAAAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAABAAAAP9BAgAoAAAAAAAAAP////8BAAAAAAAAAAAAAAAkAAAAAAAAACQAAgAk
AAAAAAAAACUAAgAnAAAAAAAAACcAAQAuLi42AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+B
Environment Info
Target Software and Version
erofs-utils
erofs-fuse
mkfs.erofs (erofs-utils) 1.8.10
erofsfuse 1.8.10
using FUSE kernel interface version 7.38
fusermount3 version: 3.16.2
Environment Setup
Description of Target Software's Environment (Platform/OS, Setup Instructions, etc.)
- Developed on WSL: FedoraLinux42 (x86_64)
yum install erofs-utils erofs-fuse
Additional Info
Here attach any additional information about the file, including supporting notes, screenshots, videos, console output, etc.
- The base64 above will decode into a complete erofs filesystem image.
- When mounted using
erofsfuse, the mounted filesystem contains an empty file named "6" (created on 06/06/06), hopefully satisfying BGGP6.
mkdir test_dir ; echo "<BASE64 GOES HERE>" | base64 -d > bggp.erofs ; erofsfuse bggp.erofs test_dir ; ls test_dir
erofsfuse 1.8.10
<W> erofs: bggp.erofs mounted on test_dir with offset 0
6
Entry Info
File Info
File Contents
Please encode the file as Base64
Environment Info
Target Software and Version
erofs-utils
erofs-fuse
Environment Setup
Description of Target Software's Environment (Platform/OS, Setup Instructions, etc.)
yum install erofs-utils erofs-fuseAdditional Info
Here attach any additional information about the file, including supporting notes, screenshots, videos, console output, etc.
erofsfuse, the mounted filesystem contains an empty file named "6" (created on 06/06/06), hopefully satisfying BGGP6.mkdir test_dir ; echo "<BASE64 GOES HERE>" | base64 -d > bggp.erofs ; erofsfuse bggp.erofs test_dir ; ls test_dir