> Dear users
> I am not by any means very good with linux but I have installed linux a time
> or two but the problem im having is finding a linux os that will install
> onto a 700 mb hard drive. The labtop itself is a NEC P 75 mhz with a floppy
> drive only. So if any Guru wants to give me some advice i would gladly do
> anything i could to repay them.
> Jozak
well I know it can be done because I have done it
I have vector linux running on a pent 75 that only had
a floppy drive ... and a paraell port {the key}
how ever it also took have a desktop system running
linux {well at least with a fs on it that linux can reconize}
useing two copys of toms root and boot, a plip cable
and vector linux it's possable
first step use toms root and boot to set up the partions
sence the drive is 700 megs you have no need for a /boot
partition
recommended
/dev/hda1 swap about double the amount of ram if possable
but at least driving the total above 64 meg
/dev/hda2 ext2 or ext3 <what ever is left>
/dev/hda3 ext2 or ext3 80 megs{to hold the install files}
also mkswap and the file systems then
... if you have a network card you can skip this part
set up plip ... connect the plip cable from the parelle port to the
corasponding port on the other computer ...
boot both computers with a toms root and boot {for compatiblity
with the linux kernels and the plip versions ... this is a problem
I had sence my desktop was useing 2.4.18 when I needed to set this
up}
log into both computers and issue thease commands
<desktop>
ifconfig plip0 192.168.1.1 pointopoint 192.168.1.2 arp up
route add default gw 192.168.1.2
<laptop>
ifconfig plip0 192.168.1.2 pointopoint 192.168.1.1 arp up
route add default gw 192.168.1.1
then test with
ping 192.168.1.x
if test works continue
ok now create a directly on both machines ... I ushaly use
/drive
then mount the file system continaing the files to copy on the
desktop
and mount /dev/hda3 on the laptop
ok on the desktop go to the directy containing the files
and on the laptop change to /drive
and type mkdir veclinux ; cd veclinux
then use this basic script to transfer files {sence tomsrootandboot
doesn't contain a server of any kind thats worth a salt over plip}
<desktop>
cat <the file to be transfered> | gzip -c | nc -l -p 5555
<laptop>
nc 192.168.1.1 5555 | gzip -dc > <<file name from desktop>
ok then while files are being transfered ... go have dinner ... plip
is slow
then after all files for vector are copyied over
use the vector linux boot and root disks you made
and reboot the computer
links
http://www.vectorlinux.com/
http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single...
http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single...