Kartik Sharma

Results 8 comments of Kartik Sharma

Hi @d0u9 , I think these 3 points will help you: 1. From Linux kernel 2.4.19, mount namespaces were added, so `/proc/mount` is a symlink to `/proc/self/mounts`. This means you...

Hi @Danvil , Can you share your `Cross.toml`? I am able to using Cross and Prost and cross compile to various architectures. Here's a link to [`Cross.toml`](https://github.com/crazystylus/otadump/blob/mainline/Cross.toml) from one of...

It looks like an old version of protobuff-compiler is being installed. Can you also try adding image name similar to the cross.toml from pervious comment? Adding the image name will...

Hi @gshmu , Can you try extracting the same zip using [`otadump`](https://github.com/crazystylus/otadump)? `otadump` performs multiple hash validations, so if there is something wrong with the `zip` you will get a...

Hi @skysumbra , `payload-dumper-go` doesn't support incremental OTA and I have verified that the zip file is for incremental OTA. Please use a Full OTA file instead.

It would be nice if you can make the width dynamic other else it will break again on some other user's system.

I think this issue is not specific to `df`. This issue is created because when `uucore::fsext::read_fs_list` is invoked, it will create a mount entry for every line read from mtab...