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
  •  


Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$89.99



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



CTO Dell PowerEdge R630 Server, 2x Xeon E5-2620V4, 64GB- 512GB RAM, 480GB SSDs picture

CTO Dell PowerEdge R630 Server, 2x Xeon E5-2620V4, 64GB- 512GB RAM, 480GB SSDs

$246.67



Dell Poweredge XC730xd 3.5 2x E5-2690 v3 2.6ghz 64gb JBOD 12x Trays 2x1100w picture

Dell Poweredge XC730xd 3.5 2x E5-2690 v3 2.6ghz 64gb JBOD 12x Trays 2x1100w

$239.99



DELL POWEREDGE T430 SERVER W/ DUAL XEON E5-2609 CPU & 16GB MEMORY picture

DELL POWEREDGE T430 SERVER W/ DUAL XEON E5-2609 CPU & 16GB MEMORY

$329.00



Dell R730 8B LFF 2x 2.40GHz 14C Intel Xeon E5-2680 v4 32GB RAM 2x 3TB HDD HBA330 picture

Dell R730 8B LFF 2x 2.40GHz 14C Intel Xeon E5-2680 v4 32GB RAM 2x 3TB HDD HBA330

$299.99



Dell Poweredge R620 8-Bay CTO Pick your CPU & RAM Config | H710 Raid | 2x PSU picture

Dell Poweredge R620 8-Bay CTO Pick your CPU & RAM Config | H710 Raid | 2x PSU

$209.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



Dell Poweredge R640 8 SFF Server No HDDs/ CPUs/ RAMs/ Cards/Fan/PSU picture

Dell Poweredge R640 8 SFF Server No HDDs/ CPUs/ RAMs/ Cards/Fan/PSU

$419.99