tytso / e2fsprogs

Ext2/3/4 file system utilities
http://ext4.wiki.kernel.org
374 stars 221 forks source link

FR: Ability to set offset= in debugfs for disk images in files #130

Open vt-alt opened 1 year ago

vt-alt commented 1 year ago

Whole disk image with partitions cannot be debugfs'ed (w/o loop device or when accessing file image under user) because filesystem is at offset, but debugfs does not have option to specify it (like mke2fs does have -E offset=). I believe It would be useful addition to the tool.