____________________________????_?????__????????_???????????____________________ _??????????????????????????????????????????????????????????????????????????????? _??????????????????????????????????????????????????????????????????????????????? _??????????????????????????????????????????????????????????????????????????????? _?______________________________________________________________________________ _?______________________________________________________________________________ _?______________________________________________________________________________ _?______________________________________________________________________________ _?______________________________________________________________________________ _?______________________________________________________________________________ _?______________________________________________________________________________ _?______________________________________________________________________________ _?______________________________________________________________________________ _?______________________________________________________________________________ _?______________________________________________________________________________ _??????????????????????????????????????????????????????????????????????????????? ________________________________________________________________________________ ______????????_??????_?_????????_???????_????????????????_????????????__________ ______??????????????????????????_??????????????????????????????????????????_____ ______????????????????_????????????????????????????_????????_??????????????_____ ______???????_????????_??__??__???_???????????_?????____________________________ ________________________________________________________________________________ ???????????????????????????_____________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ???????????????????_____________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????_????_____________________________________________________ ???????_???????????????????_____________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ???????????????????????????_____________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ???????????????????_____________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????_????_____________________________________________________ ???????_???????????????????_____________________________________________________ ?_______________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ???????????????????????????_____________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ???????????????????_____________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????_????_____________________________________________________ ???????_???????????????????_____________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ??????????????????????????????????????????????????????????______________________ ????????????????????????????????????????????????________________________________ ?????????????????????????????????????????????????????___________________________ ????????????????????????????????????????????????????____________________________ ??????????????????????????????????????????????__________________________________ ????????????????????????????????????????????????????????________________________ ???????????????????????????????????????????????????????_________________________ ??????????????????????????????????????????????__________________________________ ???????????????????????????????????????????????????????_________________________ ??????????????????????????????????????????????????????__________________________ ????????????????????????????????????????????____________________________________ ???????????????????????????????????????????????_________________________________ ????????????????????????????????????????????????????????????____________________ ??????????????????????????????????????????????????????????????__________________ ???????????????????????????????????????????????????_??????????__________________ ?????????????????????????????????????????????????????????????????_______________ ?????????????????????????????????????????????????????????????????_______________ ????????????????????????????????????????????????????____________________________ ?????????????????????????????????????????????????????????????????????????????___ ?????????????????????????????????????????????????????????????????????????????___ ??????????????????????????????????????????????????????????????????????__________ ????????????????????????????????????????????????________________________________ ???????????????????????????????????????????????_________________________________ ????????????????????????????????????????????????________________________________ ?????????????????????????????????????????????????????___________________________ ???????????????????????????????????????????????????????????????????????_________ ????????????????????????????????????????????????????????????????????????________ ?????????????????????????????????????????????????????????????___________________ ???????????????????????????????????????????????????????????????????????_________ ????????????????????????????????????????????????????????????????????????________ !!!!!! 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 7c512c74d Built on 2026-08-25 01:24:08 Running on ia32 (terminal/59) Copyright (c) 2001-2026 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 / # _