Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: knx-hdinstall "Phantom of the OS?" where is it?

  1. #1
    Junior Member registered user
    Join Date
    Jan 2005
    Location
    Penarth, Wales
    Posts
    13

    knx-hdinstall "Phantom of the OS?" where is it?

    After trying out several demo disks, Knoppix 3.7 was the only one that worked, so naturally I wanted like to install it. Every guide to installing Knoppix, including the FAQ here, says to run knx-hdinstall, but all I got was . . .

    bash: knx-hdinstall: command not found

    and when I tried to find it . . .

    find: knx-hdinstall: no such file or directory

    I was hoping this would be my first step along the Linux road, but I didn't expect to get stuck this soon.

  2. #2
    Member registered user
    Join Date
    Jan 2005
    Posts
    42

    Re: knx-hdinstall "Phantom of the OS?" where is it

    There's a new script - it is called 'knoppix-installer' (or something like that - just type knoppix and hit the tab-button). You probably have to start the script with 'kdesu knoppix-installer'.

  3. #3
    Junior Member registered user
    Join Date
    Jan 2005
    Location
    Penarth, Wales
    Posts
    13
    knoppix@ttyp1[knoppix] knoppix-installer
    root permission needed

    then I tried . . .

    knoppix@ttyp1[knoppix] kdesu knoppix-installer
    root permission needed

    This isn't working very well is it; now what am I supposed to do?

  4. #4
    Member registered user
    Join Date
    Jan 2005
    Posts
    42
    KDE is running, right?

    The script has a graphical interface - i don't know if there is a text modus, too.


    edit: You can also try 'sudo knoppix-installer'

  5. #5
    Junior Member registered user
    Join Date
    Jan 2005
    Location
    Penarth, Wales
    Posts
    13
    I solved the root permission problem, you just type su and press enter. ( I assume su is super user)

    However I then get presented with a totally stupid situation. The old knx-hdinstall did a QandA with the user to take care of the partitioning.

    In contrast knoppix-installer drops you in the brown stuff with a partitioning app I never seen before. Now here's the stupid part, how am I supposed to use (without damaging my hd) a partitioning app I know nothing about, if the only OS it runs under is the one I can't install until I've partitioned the disk!!!!!!!!!!!!!!!!!!!

  6. #6
    Member registered user
    Join Date
    Jan 2005
    Posts
    42
    You can use any partitioning app you like. Just partition the disk and run knoppix-installer.

    On the other hand qtparted is not that difficult. Anyway, I prefer the simple fdisk. I don't know QuandA, but it is possibly still on the knoppix CD. Have you tried to run it?

    If you don't need to resize a partition I can give you a short explanation how to partition your disk with fdisk (for resizing partitions you'll need qtparted - but backup your data before resizing partitions).

    Type 'fdisk /dev/hda' (assuming your harddisk is primary master).
    Now 'p' prints the partition table.
    'n' creates a new partition, fdisk will ask you two questions - start cylinder (which is probably the first unallocated) and size (just type '+1234M' for 1234 MB or '+1G' for 1GB - note that Mega means 1000^2 and Giga 1000^3 Byte here, not the usual 1024^2 and 1024^3).
    If you want to create another partition, do it now.
    Type 'p' to check if everything is alright
    If this is not the case type 'q' this will close fdisk and discard any changes you made. If everything is fine, type 'w' - this will write your changes to the partition table and quit fdisk.

  7. #7
    Junior Member registered user
    Join Date
    Jan 2005
    Location
    Penarth, Wales
    Posts
    13
    Fdisk only creates DOS partitions?

  8. #8
    Member registered user
    Join Date
    Jan 2005
    Posts
    42
    No, i meant the linux fdisk command which creates a linux partition by default. But you can change this with 't' to almost any known partition type.

  9. #9
    Junior Member registered user
    Join Date
    Jan 2005
    Location
    Penarth, Wales
    Posts
    13
    Having a Linux version with the same name, isn't very helpful for us newbies.

    Also I see in the FAQ here that there are several types of file system ext2, ext3, rieser. And one example uses two of them for different things,


    hda1 Boot Primary Linux ext2 65.81
    hda5 Logical Linux ReiserFS 1003.49
    hda6 Logical Linux swap 1497.01
    hda7 Logical Linux ReiserFS 1998.75
    hda8 Logical Linux ReiserFS 1998.75
    hda9 Logical Linux ReiserFS 3002.23
    hda10 Logical Linux ReiserFS 3002.23
    hda11 Logical Linux ReiserFS 5872.85


    but omits to explain how or why, I could understand having the boot, swap and one other, so what are the other five for? It only makes sense to an experienced Linux user.

    Is there a partitioning guide that explains all this stuff in language that non linux users would understand?

  10. #10
    Member registered user
    Join Date
    Jan 2005
    Posts
    42
    You need a root partition and a swap partition for linux. For security reasons some people like to have a /boot partition as well (you don't have to mount /boot, so nothing can happen to your kernel). An own /home partition is not a bad idea, too (easier to backup your data). Some people also have own /var and /proc partitions - you won't need this as a newbie.

    For a start root and swap will suffice. Your swap partition should be around 500 MB. Create it with 'n' and change the partition type with 't' and then '82' to Linux swap.


    Now to the second part of your question: There are several different filesystems for linux. Knoppix uses ext3 as default, which is a pretty good journalling filesystem. Knoppix-installer should create an ext3-filesystem in your linux partion.

Page 1 of 2 12 LastLast

Similar Threads

  1. will the "Remaster From HDInstall How To" work wit
    By metavoid in forum Customising & Remastering
    Replies: 0
    Last Post: 08-31-2004, 11:13 PM
  2. "permission denied" for knx-hdinstall?
    By three eyes open in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 07-28-2003, 01:06 AM
  3. "Connection Reset by Peer" or "hang"
    By oreo in forum General Support
    Replies: 11
    Last Post: 07-23-2003, 06:33 PM
  4. "Foreign" drive formats and "dd" command
    By geebee2000 in forum Hardware & Booting
    Replies: 9
    Last Post: 05-21-2003, 07:29 PM
  5. Locate Knoppix "group" in "K" menu
    By Juny in forum General Support
    Replies: 4
    Last Post: 03-14-2003, 09:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS picture

Supermicro 4U 36 Bay Storage Server 2.4Ghz 8-C 128GB 1x1280W Rails TrueNAS ZFS

$712.98



Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays picture

Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 128GB | H730P | 8x HDD Trays

$1849.00



H261-Z61 2U 24SFF AMD Server 8x EPYC 7551 256-Cores 256GB RAM 8x25G NIC 2x2200W picture

H261-Z61 2U 24SFF AMD Server 8x EPYC 7551 256-Cores 256GB RAM 8x25G NIC 2x2200W

$2612.18



Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 512GB | H730P | 8x HDD Trays picture

Dell Poweredge R640 Server | 2x Xeon Gold 6132 | 512GB | H730P | 8x HDD Trays

$2549.00



HP Proliant DL360 Gen9 28 Core SFF Server 2X E5-2680 V4 16GB RAM P440ar No HDD picture

HP Proliant DL360 Gen9 28 Core SFF Server 2X E5-2680 V4 16GB RAM P440ar No HDD

$196.95



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45

$274.00



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45

$284.00



HP ProLiant DL380 Gen9 16SFF 2x E5-2680v4 2.4GHz =28 Cores 64GB P840 4xRJ45 picture

HP ProLiant DL380 Gen9 16SFF 2x E5-2680v4 2.4GHz =28 Cores 64GB P840 4xRJ45

$353.00