Hi,
I want to get the source code for Minix 3.1.3a and edit it for course
work. The problem is that I am using Minix on VirtualBox with an
Ubuntu Linux Host. I am copying files to the VM using isoread/isodir,
but it is a one-way transfer of files. Getting networking to work has
not worked yet. To edit Minix source code (the files in /usr/src on
the VM), I want to copy the files into linux. Since the source is on
the install CD, I tried to copy it from there, but I could not:
adi@malhar:~/Software$ sudo mount -o loop minix3_1_3a_ide_r2964.iso ~/
t
[sudo] password for adi:
adi@malhar:~/Software$ cd ~/t
adi@malhar:~/t$ ls
bootflop.img presz134.zip readme.txt setup.pdf
setup.ps setup-
ru.pdf version.txt
adi@malhar:~/t$ ls -a
. .. bootflop.img presz134.zip readme.txt setup.pdf
setup.ps
setup-ru.pdf version.txt
adi@malhar:~/t$ du -hs *
1.5M bootflop.img
98K presz134.zip
3.0K readme.txt
25K setup.pdf
48K
setup.ps
283K setup-ru.pdf
512 version.txt
adi@malhar:~/t$
------------------------------------------------------------------------------
How can this happen? The files in the CD image seem to be less than 3
MB! I am guessing that Linux is not reading the cd file system
correctly (why?). Is there some other way to copy the source code onto
linux? There does not seem to be a download for this version of minix
on the
minix3.org site. I could use the svn repo but I don't know the
revision from which 3.1.3a was made.
Any help is appreciated. Thanks!