_______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _________________????????????????????????????????????????????__________________ _________________?????????????????????????????????????????????_________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ _______________________________________________________________________________ ???????????????_________________________________________________________________ ??????????????????????_????_____________________________________________________ ???????????????????????????_____________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ???????????????????_____________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????_????_____________________________________________________ ???????_???????????????????_____________________________________________________ ?_______________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ???????????????????????????????????????_________________________________________ ????????????????????????????????????????________________________________________ ??????????????????????????????????????????????????______________________________ ??????????????????????????????????????????????????______________________________ ????????????????????????????????????????????????________________________________ ????????????????????????????????????????????????________________________________ ????????????????????????????????????????????????????____________________________ ????????????????????????????????????????????????????____________________________ ???????????????????????????????????????????_____________________________________ ????????????????????????????????????????________________________________________ ???????????????????????????????????????_________________________________________ ????????????????????????????????????????????????????????________________________ ?????????????????????????????????????????????????????????????????????___________ ?????????????????????????????????????????????????????????????????????___________ ??????????????????????????????????????????????__________________________________ ????????????????????????????????????????????????________________________________ ????????????????????????????????????????????????________________________________ ??????????????????????????????????????????????__________________________________ ??????????????????????????????????????????????__________________________________ ??????????????????????????????????????????????__________________________________ ???????????????????????????????????????????_____________________________________ ????????????????????????????????????????????????????????????????????????________ ?????????????????????????????????????????????????_??????????????????????________ ??????????????????????????????????????????????__________________________________ ???????????????????????????????????????????????_________________________________ ???????????????????????????????????????????????????????????_____________________ ??????????????????????????????????????????????????????????______________________ ????????????????????????????????????????????????________________________________ ???????????????????????????????????????????????????????????_____________________ ?????????????????????????????????????????????????????????????___________________ ?????????????????????????????????????????????___________________________________ ???????????????????????????????????????????????????????????_____________________ ?????????????????????????????????????????????????????????????___________________ ?????????????????????????????????????????????????????????????___________________ ?????????????????????????????????????????????___________________________________ ????????????????????????????????????????????????????????????____________________ ???????????????????????????????????????????????????????_??????__________________ ????????????????????????????????????????????????????????????????________________ ???????????????????????????????????????????????????????????????????????_________ ??????????????????????????????????????????????????????????????????????????______ ???????????????????????????????????????????????????????????????????????????_____ ?????????????????????????????????????????????????????????????????_______________ ??????????????????????????????????????????????????????????????????????__________ ???????????????????????_????????????????????????????????????????????????________ ???????????????????????????????????????????????????????????????????????_________ ??????????????????????????????????????????????????????????????????????????______ ???????????????????????????????????????????????????????????????????????????_____ ???????????????????????_??????_????????????????????????????????????????_________ ?????????????????????????_______________________________________________________ ???????????????????????????????????????????????????????_________________________ ?????????????????????????????????????????????????????????????????_______________ ???????????????????????????????????????????????????????????????????_____________ ???????????????????????????????????????????????????????????????????_____________ ?????????????????????????????????????????????????????????????????????????_______ ?????????????????????????????????????????????????????????????????????????_______ ??????????????????????????????????????????????????????????????????______________ ??????????????????????????????????????????????????????????????????______________ ???????????????????????????????????????????????????????????????????????????_____ ???????????????????????????????????????????????????????????????????????_________ ????????????????????????????????????????????????????????????????????????________ ????????????????????????????????????????????????????????????????________________ ????????????????????????_?????????_???????_???????????????????????______________ ???????????????????????????????????????????????????_?????????????????????????___ ???????????????????????????????????????????????????????????????????????????????? ???????????????????????????????????????????????????????????????????????????????? ??????????????????????????????????????????????????????????????????????__________ ????????????????????????????????????????????????????????????????_???????________ ????????????????????????????????????????????????????????????____________________ ???????????????????????????????????????????????????????????????????_____________ ????????????????????????????????????????????????????????????????????____________ ???????????????????????????????????????????????????????????????????_____________ ????????????????????????????????????????????????????????????????________________ ?????????????????????????????????????????????????????????????????_______________ ????????????????????????????????????????????????????????????????????????________ ???????????????????????????????????????????????????????????????????????????_____ ????????????????????????????????????????????????????????????????????????????____ ???????????????????????????????????????????????????????????????????????????????? ???????????????????????????????????????????????????????_??????????????????_????? ?????????????????????????????????????????????????????????_?????????????????????? ?????????????????????????????????????????????????????????_??????????????????_??? ????????????????????????????????????????????????________________________________ ????????????????????????????????????????????____________________________________ ???????????????????????????????????????????????????????????????????????????????? ???????????????????????????????????????????????????????????????????????????????? ???????????????????????????????????????????????????????????????????????????????? ??????????????????????????????????????????????_?????????????????????????________ ??????????????????????????????????????????????????????????????????????????______ !!!!!! WARNING: probably missed some lines here !!!!! ???????????????????????????????????????_________________________________________ ??????????????????????????????????????????????????????????????????????????_????? ??????????????????????????????????????????????????????????????????????????_????? ??????????????????????????????????????????????????????????_?????_?????????_????? ???????????????????????????????????????????????????????????????????????????????_ ???????????????????????????????????????????????????????????????????????????????? ??????????????????????????????????????????????????????__________________________ ?????????????????????????????????????????????????????????_______________________ ???????????????????????????????????????????????????_?????_______________________ ???????????????????????????????????????????????????_____________________________ ????????????????????????????????????????????_?????????__________________________ ???????????????????????????????????????_________________________________________ ??????????????????????????????????????????????????????????????????????????_????? ??????????????????????????????????????????????????????????????????????????_????? ??????????????????????????????????????????????????????????????????????????______ ??????????????????????????????????????????????__________________________________ ????????????????????????????????????????????????????????????____________________ ????????????????????????????????????????????????????????????____________________ ??????????????????????????????????????????????????______________________________ ??????????????????????????????????????????????????______________________________ ???????????????????????????????????????_________________________________________ ??????????????????????????????????????????????????????????????????????????_????? ??????????????????????????????????????????????????????????_?????_?????????_????? ?????????????????????????????????_??????????_???????????________________________ ???????????????????????????????????????????_____________________________________ ????????????????????????????__?????????????_____________________________________ ???????????????????????????????????????????_____________________________________ ?????????????????????????????????????????????????????___________________________ ?????????????????????????????????????????????????????___________________________ ?????????????????????????????????????????????????????___________________________ !!!!!! WARNING: probably missed some lines here !!!!! HelenOS release 0.14.1 (Aladar), revision 417cc856d Built on 2026-04-14 01:21:30 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 / # _