PDA

View Full Version : HDD Smaller than 2.2 GB



umbra
05-12-2003, 09:29 PM
Is there a script or where must I edit the script to get knoppix to install on multiple HDD's smaller than 2.2 GB for example (2 x 2.1 GB) :?:

Stephen
05-12-2003, 11:04 PM
It's in the knx-hdinstall script line 226 look at FSMIN.

umbra
05-13-2003, 08:05 AM
Thanks :)

nko
05-25-2003, 09:01 PM
Looks cool... but how do I use any setting other than the default? The file's very much read-only, as it's on a CD.

Henk Poley
05-27-2003, 01:08 PM
Looks cool... but how do I use any setting other than the default? The file's very much read-only, as it's on a CD.
Just guessing, but you should be able to copy it to the ram drive (for example to the knoppix home) and the edit and run it.

Stephen
05-27-2003, 04:46 PM
Looks cool... but how do I use any setting other than the default? The file's very much read-only, as it's on a CD.
Just guessing, but you should be able to copy it to the ram drive (for example to the knoppix home) and the edit and run it.

That's how I always edit it.

umbra
05-27-2003, 09:53 PM
I found that the easiest (though not the most elegant) way is to copy it to the Floppy and then edit and save it there for possible future use. Another tip to find the correct line is <cat knx-hdinstall | grep -in fsmin> this tells you the line no. and then with vi it's a cake walk (only needed if you have a different ver.).

egert
05-29-2003, 10:00 AM
where do I find <knx-hdinstall > for copying and editing. Sorry I am new in linux thing.

aay
05-29-2003, 03:12 PM
Open up a shell and type: sudo knx-hdinstall

That should do it.

Adam

Stephen
05-29-2003, 07:20 PM
where do I find <knx-hdinstall > for copying and editing. Sorry I am new in linux thing.
IIRC it's in /usr/local/bin/ if not then whereis knx-hdinstall or locate knx-hdinstall in a console window. Also knx-hdinstall (http://www.itm.tu-clausthal.de/~perle/knx/) download site.