@@ -10,28 +10,29 @@ A Java NIO FileSystem implementation based on [jnode](https://github.com/jnode/j
1010
1111## Status
1212
13- | fs | list | upload | download | copy | move | rm | mkdir | cache | watch | comment |
14- | ------------------------------| ------| --------| ----------| ------| ------| ----| -------| -------| -------| -------------------------------------------------------|
15- | nfs2 | | | | | | | | | | |
16- | exfat | ✅ | | | | | | | | | |
17- | iso9660 | | | | | | | | | | |
18- | jfat | ✅ | | | | | | | | | |
19- | ext2 | | | | | | | | | | |
20- | hfs | | | | | | | | | | |
21- | ftpfs | | | | | | | | | | [ edtFTPj] ( https://enterprisedt.com/products/edtftpj/ ) |
22- | smbfs | | | | | | | | | | [ jcifs-ng] ( https://github.com/AgNO3/jcifs-ng ) |
23- | ntfs | | | | | | | | | | |
24- | fat | | | | | | | | | | |
25- | hfsplus | | | | | | | | | | |
13+ | fs | list | upload | download | copy | move | rm | mkdir | cache | watch | comment |
14+ | ------------------------------| ------| --------| ----------| ------| ------| ----- | -------| -------| -------| -------------------------------------------------------|
15+ | nfs2 | | | | | | | | | | |
16+ | exfat | ✅ | | | | | | | | | |
17+ | iso9660 | | | | | | | | | | |
18+ | jfat | ✅ | | | | | | | | | |
19+ | ext2 | | | | | | | | | | |
20+ | hfs | | | | | | | | | | |
21+ | ftpfs | | | | | | | | | | [ edtFTPj] ( https://enterprisedt.com/products/edtftpj/ ) |
22+ | smbfs | | | | | | | | | | [ jcifs-ng] ( https://github.com/AgNO3/jcifs-ng ) |
23+ | ntfs | | | | | | | | | | |
24+ | fat | | | | | | | | | | |
25+ | hfsplus | | | | | | | | | | |
2626||||||||
27- | apm | | | | | | | | | | partition |
28- | gpt | | | | | | | | | | partition |
29- | ibm (dmg: jfat (fat16)) | ✅ | | | | | | | | | partition |
30- | pc98 (jfat(fat16)) | ✅ | | | | | | | | | partition |
31- | raw (exfat) | ✅ | | | | | | | | | virtual partition |
32- | vdisk (nhd:pc98: fat16 ) | ✅ | | | | | | | | | [ virtual disk] ( vavi-nio-file-emu ) , partition |
33- | fuse (vdisk(nhd):pc98: fat16 ) | ✅ | | | | | | | | | [ fuse] ( vavi-net-fuse ) , virtualDisk, partition |
34-
27+ | apm | | | | | | | | | | partition |
28+ | gpt | | | | | | | | | | partition |
29+ | ibm (dmg: jfat (fat16)) | ✅ | | | | | | | | | partition |
30+ | pc98 (jfat(fat16)) | ✅ | | | | | | | | | partition |
31+ | raw (exfat) | ✅ | | | | | | | | | virtual partition |
32+ | vdisk (nhd:pc98: fat16 ) | ✅ | | | | | | | | | [ virtual disk] ( vavi-nio-file-emu ) , partition |
33+ | fuse (vdisk(nhd):pc98: fat16 ) | ✅ | | | | | | | | | [ fuse] ( vavi-net-fuse ) , virtualDisk, partition |
34+ | vdisk (d88:pc98: n88 ) | 🚧 | | | | | | | | | not solid image is not supported by DeviceAPI |
35+ | vdisk (fdi:pc98: fat12 ) | ✅ | | | | | | | | | [ virtual disk] ( vavi-nio-file-emu ) , partition |
3536
3637## for emulator user
3738
@@ -41,4 +42,10 @@ we can see nostalgic files `autoexec.bat`, `command.com`, `mifes...` etc.
4142
4243time stamps are so old lol.
4344
44- ![ ] ( https://lh3.googleusercontent.com/pw/AM-JKLVzJc46TaLOLtacSQdNJF-11XE6gw1eBN-57aIazw22VK1HHsPIoXNO3cVjHWnnEq36bjJxFBiRP3ipe57fXTfpITi8-FybMbTvpHXR-X2ZzQ2MI-HirwnI1PCyhpL6pUb8SDbCRBOyzr_sHRUKMxZB=w1024-h981-no?authuser=0 )
45+ ![ ] ( https://lh3.googleusercontent.com/pw/AM-JKLVzJc46TaLOLtacSQdNJF-11XE6gw1eBN-57aIazw22VK1HHsPIoXNO3cVjHWnnEq36bjJxFBiRP3ipe57fXTfpITi8-FybMbTvpHXR-X2ZzQ2MI-HirwnI1PCyhpL6pUb8SDbCRBOyzr_sHRUKMxZB=w1024-h981-no?authuser=0 )
46+
47+ ## TODO
48+
49+ * ` BlockDeviceAPI ` can only support \[ header\] + solid image
50+ * api separation from device is in high esteem
51+ * however we need accessing disk data by logical sector No. but offset like ` BiosDeviceAPI ` for emu disks like d88
0 commit comments