________________________________________________________________________________ ????_???????????????????_??????_???????_????????_????????????????????????????_?? ????_???????????????????_????????_?????_????????_???_????_?????????_?????????_?? ________________________________________________________________________________ ________________________________________________________________________________ ?????????????_???????___________________________________________________________ ????????????????????????________________________________________________________ ??????????????????______________________________________________________________ ________________________________________________________________________________ ?_______________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ???????????????????????????_____________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ???????????????????_____________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????__________________________________________________________ ??????????????????????_????_____________________________________________________ ???????_???????????????????_____________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ???????????????????????????????????????_________________________________________ ????????????????????????????????????????________________________________________ ??????????????????????????????????????????______________________________________ ??????????????????????????????????????????______________________________________ ????????????????????????????????????????????????________________________________ ????????????????????????????????????????????????________________________________ ????????????????????????????????????????????____________________________________ ????????????????????????????????????????????____________________________________ ????????????????????????????????????????????????________________________________ ????????????????????????????????????????????????????????________________________ ???????????????????????????????????????????????????????_________________________ ???????????????????????????????????????????_____________________________________ ??????????????????????????????????????__________________________________________ ??????????????????????????????????????????????__________________________________ ?????????????????????????????????????????????????????????????___________________ ?????????????????????????????????????????????????????????????___________________ ??????????????????????????????????????????????__________________________________ ??????????????????????????????????????????????__________________________________ ???????????????????????????????????????????_____________________________________ ????????????????????????????????????????________________________________________ ??????????????????????????????????????????????__________________________________ ??????????????????????????????????????????????__________________________________ ?_______________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ________________________________________________________________________________ ??????????????????????????????????????????????????????????????????????????______ ???????????????????????????????????????????????????????????????????????????_____ ??????????????????????????????_????????????????????????????????????????_________ ?????????????????????????_______________________________________________________ ???????????????????????????????????????????????????????_________________________ ???????????????????????????????????????????????????????_________________________ ???????????????????????????????????????????????????????????????????_____________ ???????????????????????????????????????????????????????????????????_____________ ???????????????????????????????????????????????????????????????????_____________ ?????????????????????????????????????????????????????????????????????????_______ ?????????????????????????????????????????????????????????????????????????_______ ????????????????????????????????????????????????????????????????????????________ ????????????????????????????????????????????_?????????????????????????__________ ????????????????????????????????????????????????????????????????????????________ ??????????????????????????????????????????????????????????????????______________ ??????????????????????????????????????????????????????????????????______________ ??????????????????????????????????????????????????????????????????______________ ??????????????????????????????????????????????????????????????????______________ ??????????????????????????????????????????????????????????????????______________ ??????????????????????????????????????????????????????????????????????__________ ???????????????????????????????????????????????????????????????????????_________ ??????????????????????????????????????????????????????????????????______________ ???????????????????????????????????????????_____________________________________ ???????????????????????????????????????????_____________________________________ ??????????????????????????????????????????????????????????????????______________ ??????????????????????????????????????????????????????????????????______________ ???????????????????????????????????????????????????????????????????_____________ ???????????????????????????????????????????????????????????????????_____________ ???????????????????????????????????????????????????????????????????_____________ ??????????????????????????????????????????????????????????????????______________ !!!!!! 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 bcf74d4fc Built on 2026-09-16 01:23:39 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 / # _