The minix tag has no wiki summary.
0
votes
1answer
72 views
ssh_exchange_identification: unprotected port
I wanna login a guest minix system resides inside VirtualBox through ssh and receive the error ssh_exchange_identification: Connection closed by remote host.
After turn on the verbose flag, the ...
0
votes
1answer
145 views
How to configure using arrow key to repeat previous shell commands in Minix
I am new to Minix. I'm so impressed by the speed of the system. It looks elegant, I like it.
However, I have a question about the shell. In Linux, while using a shell, up and down arrow keys can be ...
1
vote
1answer
241 views
problems on mounting a minix file system on ubuntu 10.10
I wanna create and mount a minix fs image under ubuntu for study early file systems. And tried this:
dd if=/dev/zero of=minix1.img bs=1024 count=1440
sudo losetup /dev/loop0 minix1.img
sudo ...
1
vote
1answer
296 views
the commands ls and get of ftp are not working in vmware
Iam using vmware player version 3.1 to boot a minix 3 os image. After booting the minix os I want to get some files from a server using ftp. the ftp connection to the server works but when i use the ...
3
votes
2answers
120 views
How to start minix
I installed minix in VirtualBox but I don't know whether it installed correctly or not. Just check this screen shot and let me know how to test it.
This is the result when i am trying to login as ...
0
votes
1answer
224 views
Not able to install minix in virtualbox in Ubuntu 10.04
i am getting an error msz..!!
No Bootable medium found. System halted
I have iso images of minix3 downloaded from here.
i downlaoded book version
1
vote
3answers
625 views
mounting minix filesystem on ubuntu
How can I mount a Minix filesystem in Ubuntu?
I'm trying to do
sudo mount -o loop,offset=1024 -t minix B30M biggy/
and I get
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
...