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
  •  


SanDisk 32GB Ultra Drive Dual Go USB Type-C Flash Drive, Green - SDDDC3-032G-G46 picture

SanDisk 32GB Ultra Drive Dual Go USB Type-C Flash Drive, Green - SDDDC3-032G-G46

$8.99



SanDisk 128GB Ultra Dual Drive USB Type-C, USB 3.1 Flash Drive - SDDDC2-032G-G46 picture

SanDisk 128GB Ultra Dual Drive USB Type-C, USB 3.1 Flash Drive - SDDDC2-032G-G46

$10.99



SanDisk 256GB Ultra Dual Drive Go USB Type-C Flash Drive, Black- SDDDC3-256G-G46 picture

SanDisk 256GB Ultra Dual Drive Go USB Type-C Flash Drive, Black- SDDDC3-256G-G46

$21.99



SanDisk 256GB Ultra USB 3.0 Flash Drive - SDCZ48-256G-U46 picture

SanDisk 256GB Ultra USB 3.0 Flash Drive - SDCZ48-256G-U46

$19.99



64GB USB 3.0 Flash Drive USB Memory Stick High Speed Retractable USB Thumb Drive picture

64GB USB 3.0 Flash Drive USB Memory Stick High Speed Retractable USB Thumb Drive

$5.99



2TB USB 3.0 Flash Drive Memory Photo Stick for iPhone Android iPad Type C 3 IN1 picture

2TB USB 3.0 Flash Drive Memory Photo Stick for iPhone Android iPad Type C 3 IN1

$13.00



Type C USB 3.0 Flash Drive Thumb Drive Memory Stick for PC Laptop 512GB 1TB 2TB picture

Type C USB 3.0 Flash Drive Thumb Drive Memory Stick for PC Laptop 512GB 1TB 2TB

$10.30



Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack picture

Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack

$4.99



LOT 32GB 64GB 128GB USB 3.0 Flash Drive Memory Stick Retractable Thumb Drive picture

LOT 32GB 64GB 128GB USB 3.0 Flash Drive Memory Stick Retractable Thumb Drive

$420.99



USB Flash Drive Memory Stick Pendrive Thumb Drive 4GB, 8GB, 32GB, 64GB 128GB LOT picture

USB Flash Drive Memory Stick Pendrive Thumb Drive 4GB, 8GB, 32GB, 64GB 128GB LOT

$259.34