Closed zjb1001 closed 2 months ago
Let me close the issue.
Before proceeding with the testing as outlined in the repository guide, ensure that the kernel configuration includes support for the Minix file system by setting CONFIG_MINIX_FS=y (built-in) or CONFIG_MINIX_FS=m (module).
This configuration is essential for the successful operation of the Minix file system within the kernel.
![Uploading Snipaste_2024-09-24_10-09-55.jpg…]()
Env: wsl2 in Win10
Q . sudo ./mountminix3.sh There is information followed :
" pg@HIL3510W:minixfromscratch$ sudo ./mountminix3.sh [sudo] password for pg: mount: /home/pg/GitPlayground/minixfromscratch/minix3bookmnt/root: unknown filesystem type 'minix'. mount: /home/pg/GitPlayground/minixfromscratch/minix3bookmnt/home: unknown filesystem type 'minix'. mount: /home/pg/GitPlayground/minixfromscratch/minix3bookmnt/usr: unknown filesystem type 'minix'."
Q2: navigate to ./minix3bootmnt/usr , there is no code source to be edited
So my Q is, does anything wrong about the process, or i missed some information?