Akira Okumura

Results 19 comments of Akira Okumura

Thank you very much again. I was able to pass `\r` to the command, but `recover` fails getting the file size. Any idea? The same problem also happens for at...

Extended attributes are quite important for some Apple style file management. In Photos the original file name, for example, is not stored in SQL data base but in an extended...

I found that even the commercial software Disk Drill didn't support recovering `Icon` files or any other extended attributes of normal files at all. I am just curios to ask...

Another seg fault. ``` $ sudo ./drat list --container /dev/disk2s2 --volume 1 --path /Nagoya\ 2021-.photoslibrary/originals/E Password: Opening `/dev/disk2s2` in read-only mode ... OK. Determining block size ... 4096 bytes. Finding...

``` $ sudo ./drat list --container /dev/disk2s2 --volume 1 --fsoid 0x6793a5 Opening `/dev/disk2s2` in read-only mode ... OK. Determining block size ... 4096 bytes. Finding most recent container superblock: -...

``` $ sudo lldb --file ./drat (lldb) target create "./drat" Current executable set to './drat' (x86_64). (lldb) run list --container /dev/disk2s2 --volume 1 --fsoid 0x6793a5 Process 17964 launched: '/Users/oxon/drat/drat' (x86_64)...

I use `origin/main` on macOS 10.14.6. ``` $ gcc --version Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1 Apple LLVM version 10.0.1 (clang-1001.0.46.4) Target: x86_64-apple-darwin18.7.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin ```

`diskutil` cannot find `/dev/disk2` while `drat` can see it. ``` $ diskutil apfs list APFS Containers (2 found) | +-- Container disk1 BC604240-7DA3-4989-84CD-815F1557DE68 | ==================================================== | APFS Container Reference: disk1...

``` Navigating to path `/Nagoya 2021-.photoslibrary/originals/E` ... get_fs_records: File-system root B-trees don't have fixed size keys and values ... do they? its FSOID is 0x67f2d2. Finding records for FSOID 0x67f2d2...

In the environment 1, I also tried adding `c.Kernel._darwin_app_nap = True` explicitly in `~/.ipython/profile_default/ipython_config.py` but it did not work. It looks I need manually call `appnope.nope()`.