________________________________________________________________________________ ????_???????????????????_??????_???????_????????_????????????????????????????_?? ????_???????????????????_????????_?????_????????_???_????_?????????_?????????_?? ________________________________________________________________________________ ________________________________________________________________________________ ?????????????_???????___________________________________________________________ ???????_?????_??????????________________________________________________________ ?_______________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ???????????????????????????????????????_________________________________________ ????????????????????????????????????????________________________________________ ??????????????????????????????????????????????????______________________________ ??????????????????????????????????????????????????______________________________ ????????????????????????????????????????????????________________________________ ????????????????????????????????????????????????________________________________ ????????????????????????????????????????????????????____________________________ ????????????????????????????????????????????????????____________________________ ???????????????????????????????????????????_____________________________________ ????????????????????????????????????????________________________________________ ???????????????????????????????????????_________________________________________ ????????????????????????????????????????????????________________________________ ????????????????????????????????????????????????????????________________________ ???????????????????????????????????????????????????????_________________________ ?????????????????????????????????????????????????????????????????????___________ ?????????????????????????????????????????????????????????????????????___________ ??????????????????????????????????????????????__________________________________ ??????????????????????????????????????????????__________________________________ ??????????????????????????????????????????????__________________________________ ???????????????????????????????????????????_____________________________________ ??????????????????????????????????????????????__________________________________ ????????????????????????????????????????????????????????????????????????________ ?????????????????????????????????????????????????_??????????????????????________ ?????????????????????????????????????????_______________________________________ ?_______________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ???????????????????????????????????????????????????????????????????????????_____ ??????????????????????????????????????????????????????????????????????__________ ??????????????????????????????_????????????????????????????????????????_________ ?????????????????????????_______________________________________________________ ???????????????????????????????????????????????????????_________________________ ???????????????????????????????????????????????????????_________________________ ?????????????????????????????????????????????????????????????????_______________ ???????????????????????????????????????????????????????????????????????_________ ????????????????????????????????????????????????????????????????????????________ ???????????????????????????????????????????????????????????????????_____________ ??????????????????????????????????????????????????????????????????????????______ ???????????????????????????????????????????????????????????????????????????_____ ??????????????????????????????????????????????????????????????????????__________ ?????????????????????????????????????????????????????????????????????????_______ ?????????????????????????????????????????????????????????????????????????_______ ??????????????????????????????????????????????????????????????????______________ ??????????????????????????????????????????????????????????????????______________ ????????????????????????????????????????????????????_??????_____________________ ??????????????????????????????????????????????????????????????????______________ ??????????????????????????????????????????????????????????????????????__________ ???????????????????????????????????????????????????????????????????????_________ ??????????????????????????????????????????????????????????????????______________ ??????????????????????????????????????????????????????????????????______________ ??????????????????????????????????????????????????????????????????______________ ???????????????????????????????????????????_____________________________________ ???????????????????????????????????????????_____________________________________ ??????????????????????????????????????????????????????????????????______________ ??????????????????????????????????????????????????????????????????______________ ???????????????????????????????????????????????????????????????????_____________ ???????????????????????????????????????????????????????????????????_____________ !!!!!! WARNING: probably missed some lines here !!!!! ????????????????????????????????????????????____________________________________ ??????????????????????????????????????????????_???????????????????????__________ ??????????????????????????????????????????????_?????????????????????????________ ?????????????????????????????????????????????????????????????????_???????_______ ???????????????????????????????????????????????????????????????????????????????? ???????????????????????????????????????????????????????????????????????????????? ?????????????????????????????????????????????????????????????___________________ ?????????????????????????????????????????????????????????????___________________ ????????????????????????????????????????????????????????????????________________ ???????????????????????????????????????????????????????????????????????????????? ???????????????????????????????????????????????????????????????????????????????? ??????????????????????????????????????????????????????????????????______________ ???????????????????????????????????????????????????????????_____________________ ???????????????????????????????????????????????????_____________________________ ???????????????????????????????????????????????????_____________________________ ?????????????????????????????????_??????????????????____________________________ ?????????????????????????????????????????????????????___________________________ ?????????????????????????????????????????????___________________________________ ?????????????????????????????????????????????___________________________________ ???????????????????????????????????????????????????????????????????????????????? ???????????????????????????????????????????????????????????????????????????????? ????????????????????????????????????????????????????????????????________________ ?????????????????????????????????????????????????????????????????_______________ ???????????????????????????????????????????????????_____________________________ ???????????????????????????????????????????????????_____________________________ ???????????????????????????????????????????????????????????????_________________ ??????????????????????????????????????????????????????????????__________________ ????????????????????????????????????????????????????____________________________ ????????????????????????????????????????????????????????????____________________ ????????????????????????????????????????????????????????????____________________ !!!!!! WARNING: probably missed some lines here !!!!! ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ???????????????????????????????????????????????????????????????????????????????? !!!!!! WARNING: probably missed some lines here !!!!! HelenOS release 0.14.1 (Aladar), revision f1045bbd5 Built on 2026-03-20 01:21:22 Running on amd64 (terminal/59) Copyright (c) 2001-2024 HelenOS project Welcome to HelenOS! https://www.helenos.org/ Type 'help' [Enter] to see a few survival tips. / # mkfile --size 2m /tmp/img / # ls -e /tmp img 2097152 / # /srv/bd/file_bd /tmp/img fbd0 file_bd: File-backed block device driver file_bd: Accepting connections / # mkfat --type 12 fbd0 Device: fbd0 mkfat: Block device has 4096 blocks. mkfat: Creating FAT filesystem on device fbd0. mkfat: Filesystem type FAT12. Writing allocation table 1. Writing allocation table 2. Writing root directory. Success. / # mkdir /tmp/mnt / # mount fat /tmp/mnt fbd0 / # cp demo.txt /tmp/mnt / # ls /tmp/mnt demo.txt 592 B / # umount /tmp/mnt / # ls /tmp/mnt / # mount fat /tmp/mnt fbd0 / # ls /tmp/mnt demo.txt 592 B / # _