roopa01
roopa01
Hi, I want to locate data in ZFS file system.I read On disk information format http://www.giis.co.in/Zfs_ondiskformat.pdf and http://www.osdevcon.org/2009/slides/zfs_internals_uli_graef.pdf to read the internal structure of ZFS file system. I reached on...
Hi, I want to add a watermark(text) on HEIC image on mac using Qt. QImage does not support HEIC image format. I am using Qt 5.4 on mavericks. Thanks roopa
Hi, I am using some ffmpeg dylib in my project when i made exe all dylib are available in application bundle and exe runs successfully. when i codesigned all dylibs...
Hi, I have a data block like 0000008EA20A1102030000000120000100120C07003000004E05000F02000F13022300311200D00A00041000390E00E01000403A001001110080FF0001000F070A810C000F02000113301500133E0800F010A9DD71709100000079E205AEDD3E000086F7AEDFEA8A10006383FC5F6AA05DBC000F0200FFEB0155020F0200FFFFFFFFFFFFFFFFFFFFFFFFFF30500000000000000000000000000000000000000000000000000000000000000000000000 which is compressed with lz4 algorithm.Is there any source code or library or API by which i can decompressed this block. I...
Hi, I have a data block like 0000008EA20A1102030000000120000100120C07003000004E05000F02000F13022300311200D00A00041000390E00E01000403A001001110080FF0001000F070A810C000F02000113301500133E0800F010A9DD71709100000079E205AEDD3E000086F7AEDFEA8A10006383FC5F6AA05DBC000F0200FFEB0155020F0200FFFFFFFFFFFFFFFFFFFFFFFFFF30500000000000000000000000000000000000000000000000000000000000000000000000 which is compressed with lz4 algorthim.Is there any source code or library or API by which i can decompressed this block. I...
hi, Is this avaliable for windows ? zuncompress and mdb. I am using a zfs formated drive on windows for recovery.It is a USB drive. I dont want to use...
Hi, I have a datablock like 00000091a20a11020300000001200001 00120807003000006005000f02000f13 02230040120060010b00041000390e00 701000315100a0100080ff0001000f07 0a812c000f02000122c00d1600124707 00f3120059e3faa6970000008445c9ab 4e45000004f45ebcfa5b13007e9a783c f6cd2f0427000f0200ffe70155020f02 00ffffffffffffffffffffffffff3050 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000000...
Hi, I am working on ZFS file system to trace data in zpool.I have object type 800 uint8_t dn_type = 0x14
Hi, I am working on ZFS file system on ubuntu 20.04.I read about modified zdb and modified mdb to decompress data blocks. https://www.yumpu.com/en/document/read/3947186/zfs-on-disk-data-walk-or-wheres-my-data-bruning-systems how can we get modified zdb and...
Hello, I am working on internal structure of ZFS file system.I am using ubuntu 20.04. I want to reach data in zpool but some blocks are compressed with lz4 compression...