|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Making a minix filesystem
Hey!
I'm having some problems making a minix fs on my floppy disk. I added support for minix in the kernel (as a module). Loaded it with # modprobe minix After that i formatted the floppy # fdformat /dev/floppy/0 # mkfs -t minix /dev/floppy/0 mkfs.minix: No such file or directory What am I doing wrong? |
|
#2
|
||||
|
||||
|
what does "locate mkfs.minix" tell you?
mkfs is just a frontend program for other programs that build filesystems. . . read "man mkfs" or "man mkfs.minix" for information. . . |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Making a minix filesystem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|