i3v

Results 27 issues of i3v

Capturing a pdf file (either drag&drop the tab or via the main menu) from an ftp server e.g. this: `ftp://iristor.vub.ac.be/patio/SURF/pub/DATAtransit%20SURF-INTERNVUB/oscars/Oxford/X-MaxN%20SEM%20DataSheet.pdf` produces issues (Waterfox 56.2.8 (64-bit)): 1. If I try to...

bug

The sshfs-win drive works great for a while, but hangs after ~24 hours or so. The network is somewhat stable - at least the putty session to the same server...

## Enhancement Request I fount that it's not possible to mount vhdx disk image via WinFsp. Reproduction steps: 1. Create a new dummy 100MB vhdx file on a local HDD...

When I shutdown my Dell T7910 and do "Remote Command -> Remote Reboot to BIOS Setup" (to change the boot order and boot to another OS), my LAN adapter (built-in...

enhancement

I've just created a test tiered storage space on a single Windows 10 workstation with 3 SSD drives and 2HDD drives, and a single ReFS formatted volume (`M:`) on it....

issue-doc-idea
area-storage

I find the `WriteCache`-related parameters description not detailed enough: * At first, I was even struggling to understand, whether it stores the data in the performance tier or in system...

doc-enhancement
area-storage

The `NumberOfColumns` parameter is poorly documented. Especially, when it comes to the tiered storage space. * Both `New-VirtualDisk` and `New-StorageTier` allow to specify this parameter, but the current documentation does...

doc-enhancement
area-storage

I just cloned the repo and the first thing I've tried was to run the [twaincsscan.exe](releases/twain-cs_02041100/twaincsscan/x64/Release/twaincsscan.exe). When I click "Open" I get the following error: ``` 000000 170320678151 S1 T00000001...

The following systemd unit causes segfault: ``` [Unit] Description=dislocker:win_C DefaultDependencies=no Conflicts=umount.target Before=local-fs.target umount.target After=swap.target RequiresMountsFor=/mnt/IVWS_key [Mount] What=/dev/sda4 Where=/mnt/dislocker/win_C Type=fuse.dislocker ## this produces segfault: Options=volume=/dev/sda4,bekfile=/mnt/IVWS_key/1.BEK ## this works OK: # Options=bekfile=/mnt/IVWS_key/1.BEK...

[This](https://docs.microsoft.com/en-us/windows-server/storage/refs/mirror-accelerated-parity) a nice article briefly explains how "destaging" works for ReFS on Windows Server and how to use the `DataDestageSsdFillRatioThreshold`. However, there seem to be no equivalent documentation for NTFS...

doc-enhancement