-
Hi!
This is related to dlite (v1 with NFS) and most likely future versions of dlite/dhyve-os since I've read that you are planning on moving back to NFS from 9P. Really looking forward to a future v2…
-
https://pdos.csail.mit.edu/6.828/2019/labs/fs.html をやる.大きいページとか扱えるようにしたさもある...
-
Red Hat seems to have resolved not to support 9p, and CentOS 7 doesn't even have it compiled into the kernel. The recommended alternative seems to be virtio-vsock:
https://access.redhat.com/discussio…
-
Support for short read/write pread/pwrite should be tested more.
I vaguely recall a FUSE filesystem that could make all read/write calls into short read/write calls, and could also do various other…
-
```
> bis_location sessionInfo()
R version 4.0.2 (2020-06-22)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Catalina 10.15.7
Matrix products: default
BLAS: /System/Library…
-
Copying files from a mounted `ntfs` disk to a remote `smb` share fails for every file, and leaves behind all target files as `0 byte files`.
Likely the same underlying issue as here: https://github…
-
```
memfd
shared
…
-
- Vagrant 1.5.2
- vagrant-kvm 0.2.0.dev with PR #219
Using chef-solo provisioner on a CentOS 6.5 box **without** 9p support causes the VM to get kernel panic.
![centos65-chef_2014-04-15_15 10 09](ht…
-
When hard-linking files into the chroot files, the builder aborts with an [error](https://github.com/NixOS/nix/blob/b27431b7cb918e6866f4bb4fa7ec6e23240cfeab/src/libstore/build.cc#L2041).
However wh…
-
Follows recent #2536.
Related to [forum Wiki page](https://community.mrtrix.org/t/installing-on-windows-subsystem-for-linux-wsl/3637).
I've not long ago upgraded to Windows 11 on my home PC, but…