Results 1 to 7 of 7

Thread: Newbie dream:)

  1. #1
    Junior Member registered user
    Join Date
    Sep 2003
    Posts
    11

    Newbie dream:)

    Hi all konppix gurus - before i ask anithing i want to appologise for all the stupid questions that come to my mind that poison this forum, because i know very little about linux and less than that about knoppix.

    OK - i found knoppix exiting becous of the live-CD feature. Becasue i AM a beginner and this is the thing for me. Well ... other than learning i want to get some practical use of this knoppix. I allso add that i have Win XP with NTFS file system, but for knoppix i am planning to make new 2G Fat32 partiton.

    So i had an idea. Is it possible with live-cd (not hd install):

    1. Make my own configuration of the op.system (sound card, internet, desktop...) and save it to this Fat32. Will there be the default linux folder tree (home, bin, mnt, dev ...) on my new 2G drive where i could find my own edited configuration files and other driver files?

    2. With live-cd, can i install software. For example some small programming toolkit or somthing?

    (so my idea of this knoppix was that, the system would work like so that all the files are from HDD and the ones that are not (most of them) it finds on CD - and i am not talking about any HD linux installation. I don't think that is possible, because i haven't find any info about that here. So is the small hd install and dual booting systems the closest solution fo my idea?)

  2. #2
    Junior Member registered user
    Join Date
    Apr 2003
    Posts
    10

    I don't think you can install into FAT32

    You'll probably run into problems because FAT32 isn't case sensitive, and neither does it support file permissions. When running Linux, it'll certainly be possible to mount your FAT32 and NTFS partitions (NTFS is currently read-only), though unfortunately, Windows itself doesn't yet come with built-in ext 3 or ReiserFS support. Maybe there's some 3rd party add-on which will do the trick.

    I suggest partitioning the drive like this:

    hda1 NTFS (your current XP install)
    hda2 (linux swapfile)
    hda3 / (ext3 or Reiser)
    A /boot partition would also be nice, but it looked to me like the Knoppix installer only expects to see 2 partitions?

    2 gigabytes is the bare minimum that Knoppix needs for a hard drive install (there's a lot on that compressed disk). I don't recall having to add on a C compiler afterwards-pretty sure it's already there.

    Once installed on your hard drive, Knoppix is a somewhat customized Debian Linux, with a lot of packages from Debian's testing/unstable tree. So yes, adding/removing/configuring software to your heart's content is pretty easy. As far as having part of your operating system reside on CD, probably no, not in the way I think you mean. Technically probably do-able, but who's going to go through the fuss when hard drives are so cheap these days

  3. #3
    Junior Member registered user
    Join Date
    Sep 2003
    Posts
    11
    thnx for the answer.

    So there is no thatkind of linux available that boots up from cd and allows install software and writes conf. files to hd - ok.

    But why to install knoppix to hd while there are so meny other (better) linux versions available?. What are the pros and cons - compared to others?

    I had Red Hat linux v.8.X and i really didn't like it. The thing that annoys me is the damn packages updating/installing. If i downlaod a software and install it, it requires all sorts of packages. That pissed me off.

    Is this annoyng feature part of knoppix version allso? I know that gentoo has this intelligent package updating feature over net. This is cool. One thing that i don't like about gentoo is that it is so big and takes ages to compile/download. Is there a "mini gentoo" int this unverse?

    So, explain - why folks install knoppix to HD instead of others?


    thnx.

  4. #4
    Senior Member registered user
    Join Date
    May 2003
    Location
    Utrecht, The Netherlands
    Posts
    298
    Remember Knoppix is not really a distro in itself, like Red Hat. Knoppix is based on Debian. And Debian is known because of its very advanced package management! Portage, Gentoo's packet manager, is based on APT, the packet manager used and made by Debian!

    But Debian is very difficult to install, and thats where knoppix comes to mind - Its the most easy way to install Debian on your system. And you just have to install Debian once, because APT can upgrade your system from then until ever

    Even a major upgrade from lets say 2.0 to 3.0 on debian whould only take 2 commands:
    Code:
    apt-get update
    to update the list of available software on the net and then perform an
    Code:
    apt-get dist-upgrade
    to fully upgrade the system!
    Apt-get will even solve all dependency's you where complaining about, the missing packages are automatically found, downloaded and installed.

    So - you're distro should be Debian. And the best way to install it (at least the most easy), is Knoppix. So go on and start the
    Code:
    knoppix-installer
    Good luck!

  5. #5
    Junior Member registered user
    Join Date
    Sep 2003
    Posts
    11
    Ohh ... now i see why this is so popular in www.distrowatch.com rating and i think i'm gonna allso install this baby to my HDD.

  6. #6
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    USA, IL
    Posts
    1,041
    --Once again, a warning: dist-upgrade is NOT recommended for Knoppix! It's already testing/unstable; dist-upgrade will take the system all the way to UNSTABLE, which is Really Not a Good Idea. Just so you know.

    Quote Originally Posted by Superstoned
    Remember Knoppix is not really a distro in itself, like Red Hat. Knoppix is based on Debian. And Debian is known because of its very advanced package management! Portage, Gentoo's packet manager, is based on APT, the packet manager used and made by Debian!

    But Debian is very difficult to install, and thats where knoppix comes to mind - Its the most easy way to install Debian on your system. And you just have to install Debian once, because APT can upgrade your system from then until ever

    Even a major upgrade from lets say 2.0 to 3.0 on debian whould only take 2 commands:
    Code:
    apt-get update
    to update the list of available software on the net and then perform an
    Code:
    apt-get dist-upgrade
    to fully upgrade the system!
    Apt-get will even solve all dependency's you where complaining about, the missing packages are automatically found, downloaded and installed.

    So - you're distro should be Debian. And the best way to install it (at least the most easy), is Knoppix. So go on and start the
    Code:
    knoppix-installer
    Good luck!

  7. #7
    Senior Member registered user
    Join Date
    May 2003
    Location
    Utrecht, The Netherlands
    Posts
    298
    I'm using unstable now, for some time - and its not THAT unstable
    I have no problems, but I guess there could be - I simply dont care that much, although I understand if you're pc is critical and you have nothing else (like a dualboot) then it is not recommended...

Similar Threads

  1. I say The Dream IS Here
    By sakiZ in forum General Support
    Replies: 3
    Last Post: 05-04-2005, 06:52 PM
  2. Linux is a dream that is not realy there
    By mudwater in forum Hdd Install / Debian / Apt
    Replies: 32
    Last Post: 01-20-2005, 06:13 PM
  3. Help me, its my dream,novice from India
    By anoop in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 09-07-2004, 10:42 PM
  4. Troubles configuring DRM (Dream)
    By tommystyle in forum Ideas
    Replies: 2
    Last Post: 03-19-2004, 04:36 AM
  5. A-bit AI7 + p4/800/2.6 + dual boot = works a dream
    By GuyFawkes in forum Hardware & Booting
    Replies: 0
    Last Post: 12-21-2003, 01:03 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
  •  


Vintage Computer, Memorex Storage Unit For Main Frame Computer 1986, Movie Prop  picture

Vintage Computer, Memorex Storage Unit For Main Frame Computer 1986, Movie Prop

$995.00



IBM mainframe server cpu IBM93 vintage cpu collector's item picture

IBM mainframe server cpu IBM93 vintage cpu collector's item

$125.99



*PAIR* 1960's Vintage GE-600 Series Mainframe Computer PCBs Bitslice Accumulator picture

*PAIR* 1960's Vintage GE-600 Series Mainframe Computer PCBs Bitslice Accumulator

$14.95



Digital DEC LK201 Terminal Keyboard RJ11 Connection Mainframe picture

Digital DEC LK201 Terminal Keyboard RJ11 Connection Mainframe

$49.00



Sun Microsystems Ultra ENTERPRISE 4000 Server Vintage Mainframe Computer picture

Sun Microsystems Ultra ENTERPRISE 4000 Server Vintage Mainframe Computer

$2750.00



Rare Retro Vintage IBM Mainframe Board Module w/44 Gold IC Chips / Collector picture

Rare Retro Vintage IBM Mainframe Board Module w/44 Gold IC Chips / Collector

$109.95



Rare Retro Vintage IBM Mainframe Board Module w/44 Gold IC Chips / Collector picture

Rare Retro Vintage IBM Mainframe Board Module w/44 Gold IC Chips / Collector

$119.95



Vintage Computer Punch Plug Board Mainframe Panels & Wiring Harness picture

Vintage Computer Punch Plug Board Mainframe Panels & Wiring Harness

$80.00



Lotus Works Vintage Software 3.5in Disks Original Seal 1990 Mainframe Collection picture

Lotus Works Vintage Software 3.5in Disks Original Seal 1990 Mainframe Collection

$383.99



Digital LK461-A2 Mainframe Terminal Keyboard PS/2 for Alpha Server HP Compaq #73 picture

Digital LK461-A2 Mainframe Terminal Keyboard PS/2 for Alpha Server HP Compaq #73

$99.99