Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 35

Thread: Installing Knoppix Problems.

  1. #21
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    949

    Re: Huh!

    Quote Originally Posted by Presently42
    That's interesting. I left the IP address Blank. Maybe providing one confused it as well.

    Question:

    Is there a Fire Wall that is Currently Protecting me? I haven't downloaded one. I'm hoping that Knoppix has one.?

    Greetings.

    O: How do I change my Mouse Pointer? It's... not the most aesthetically pleasing thing on Earth....
    Knoppix has no firewall, but being the way linux is you don't have to worry, and there is noway crackers could damage the cd.

  2. #22
    Junior Member registered user
    Join Date
    Dec 2004
    Location
    Westmount, Quebec, Canada
    Posts
    18

    Ah.

    Thank you. That's what I figured: That's why I wasn't panicking.

    I'm really enjoying Knoppix. I'm very glad that I made the Decision to try it out.

    One day, I'll have to partition the Hard-Drive and put a Linux on it. But, that's another day.

    The question I have now is this:

    I recently figured out how to access my Hard-Drive from Knoppix. (I'm currently listening to Music from it). Can I save Files to that Hard-Drive? If so, How?

    Also, how do I become the Root User in lieu of user knoppix? It gets tiring after a while of getting the root messages that I can't do such and such a thing.

    Thank you Kindly.

  3. #23
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    949
    Depends on the type of partition, if its NTFS (windows XP) then you need to try Captive NTFS in the KNOPPIX menu.

    If other then just right-click actions -> change read/write mode.

    To become root just type

    su
    or
    sudo to become root for one command.

  4. #24
    Junior Member registered user
    Join Date
    Dec 2004
    Location
    Westmount, Quebec, Canada
    Posts
    18

    Tum.

    Firstly, my Hard-drive isn't partitioned yet. It is still completely devoted to Windows 2000.

    Secondly, what does "If other then just right-click actions -> change read/write mode." mean?

    Thirdly: What does "To become root just type

    su
    or
    sudo to become root for one command." mean?

    I'm sorry if any of this is Intuitively Obviouse (to quote); I'm not well experienced in Linux. Yet.

    Lastly, my mouse has a Thumb-Button which I use to go back (in, say, a web-browser). Currently, I can't do that. How do I configure it to do so?

    Thank you Kindly.

  5. #25
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    949

    Re: Tum.

    Quote Originally Posted by Presently42
    Firstly, my Hard-drive isn't partitioned yet. It is still completely devoted to Windows 2000.

    Secondly, what does "If other then just right-click actions -> change read/write mode." mean?

    Thirdly: What does "To become root just type

    su
    or
    sudo to become root for one command." mean?

    I'm sorry if any of this is Intuitively Obviouse (to quote); I'm not well experienced in Linux. Yet.

    Lastly, my mouse has a Thumb-Button which I use to go back (in, say, a web-browser). Currently, I can't do that. How do I configure it to do so?

    Thank you Kindly.
    When in windows, right-click and go to properties, If the filesystem says anything other then ntfs then while in knoppix, right-click the corresponding drive and follow the instructions.

    Those commands I gave you to become root are entered into a console.

    If you need to use something that needs a root password, you need to set one up first.

    type
    su
    passwd

    into a console and set one up.

  6. #26
    Junior Member registered user
    Join Date
    Dec 2004
    Location
    Westmount, Quebec, Canada
    Posts
    18

    Problem.

    I clicked on the Terminal Program button (next to web-browser next to Mozilla). Then, I typed su. It said I was now root. But, when I went to type passwd (and then a password), it said unknown.

    Here is the Attempt:

    knoppix@ttyp1[knoppix]$ su
    root@ttyp1[knoppix]# passwd [password]
    passwd: Unknown user [password]
    root@ttyp1[knoppix]# passwd[password]
    bash: passwd[password]: command not found
    root@ttyp1[knoppix]#


    What did I do wrong?

    Also, I right-clicked in Knoppix on the Hard-Drive icon on the dektop and chose change read / write (or what ever it is). It did mention ntfs.

    Thank you.

  7. #27
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Portland, OR USA
    Posts
    568
    First off, you don't need to set a root password for anything you do at a console, because, as you've noticed, you can type "su" in a console window and become root with no password (it's a Knoppix feature). You only need to set a root password if you're going to use a KDE- or X-based program that asks you for a root password, such as running QTParted (a hard disk partitioning program).

    So, just for fun, get a console and type "man passwd" and see if you can figure out what you did wrong. "man" is short for "manual", and most Linux commands (and some GUI-based programs) have "man" pages available.

    To set the root password, go to a console and type:

    knoppix@ttyp1[knoppix]$ su
    root@ttyp1[knoppix]# passwd

    (You have to either supply the name of the user after the "passwd" command, or leave it blank and it assumes the current user.) Knoppix responds:

    Enter new UNIX password: <enter your password>

    (You won't see any output. This is a security feature.)

    Retype new UNIX password: <retype your password>
    passwd: password updated successfully

    To set a password for the "Knoppix" user, as root, type passwd knoppix and follow the prompts.

    If your Win2K partition is formatted as NTFS, do not mount it in read/write mode and do not try writing to it. Corruption could result. As mentioned above, you'd want to install and use the Captive NTFS drivers for that (and that's another mini-tutorial!).

  8. #28
    Junior Member registered user
    Join Date
    Dec 2004
    Location
    Westmount, Quebec, Canada
    Posts
    18

    Excellent.

    Next problem:

    How do I save my Knoppix settings so that I don't have to re-set every thing (and, can I get the Firefox browser I downloadad to stay and with all of the modifications that I made to it?)

    Also, how do I write and read off of a Floppy Diskette?

    Yahoo.

  9. #29
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Portland, OR USA
    Posts
    568
    Knoppix contains scripts (which you can access from the Knoppix menu) for saving your configuration settings (e.g. X setup, passwords, etc. -- the config files you'd find in /etc) and for saving a "persistent home" (i.e. the /home/knoppix directory, which would include your Firefox browser).

    The easiest way to do that, if all you've got is an NTFS partition, is to use a USB key/thumbdrive. Now the problem with that is, if you're using the 2.6.9 kernel, a new USB filesystem driver's been implemented, but the Knoppix scripts haven't been rewritten to take the new filesystem into account. Meaning, your USB key/thumbdrive won't show up as a place to save your persistent home or configuration to.

    (Using kernel 2.4, your USB key = /dev/sda1; using kernel 2.6.9, your USB key = /dev/uba1.)

    The good news is, you can run the 2.4 kernel, save your configs and your persistent home on your USB key/thumbdrive, and then use them with the 2.6.9 kernel with no problem.

    You can also save your configuration to a floppy (it's very small).

    Anyway. Choose "Knoppix menu > Configure > Create a persistent KNOPPIX home directory" or "Knoppix menu > Configure > Save KNOPPIX configuration" to do either one. Do not try to save them on an NTFS partition.

    As far as accessing a floppy goes: Put the floppy in the drive and click on the floppy icon on the desktop. Knoppix has something called an automounter that will, er, automatically mount the floppy if there's one in the drive. It'll show up as /mnt/floppy in Konqueror (the file browser).

  10. #30
    Senior Member registered user
    Join Date
    Feb 2004
    Posts
    949
    Opps I ment to type "needs a root password".

    My Bad.

    It was late.

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Knoppix 3.8.1 CD boot, problems installing Limewire...
    By Joelsbass in forum General Support
    Replies: 1
    Last Post: 05-02-2005, 12:37 PM
  2. Problems installing Knoppix 3.6
    By Japo in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 11-04-2004, 05:36 AM
  3. Multiple problems installing Knoppix
    By imjustabill in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 08-09-2004, 11:04 PM
  4. problems with apt-get upgrade after installing knoppix to HD
    By voldemort_b in forum Hdd Install / Debian / Apt
    Replies: 12
    Last Post: 03-14-2004, 09:47 PM
  5. Problems installing Knoppix and Overclockix
    By Drewby in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 11-03-2003, 04:24 PM

Posting Permissions

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


NEW Palmrest Keyboard For Lenovo Thinkpad E15 Gen 2 20T8 20T9 Black 5M10W64513 picture

NEW Palmrest Keyboard For Lenovo Thinkpad E15 Gen 2 20T8 20T9 Black 5M10W64513

$80.99



For Lenovo IdeaPad 3 15IIL05 15IML05 15ADA05 15ARE05 Palmrest Keyboard Touchpad picture

For Lenovo IdeaPad 3 15IIL05 15IML05 15ADA05 15ARE05 Palmrest Keyboard Touchpad

$59.25



Genuine Lenovo IdeaPad 5-15IIL05 5-15ITL05 palmrest BL keyboard 5CB0Z31242 picture

Genuine Lenovo IdeaPad 5-15IIL05 5-15ITL05 palmrest BL keyboard 5CB0Z31242

$118.90



Lenovo 500w Gen 3 Laptop, 11.6

Lenovo 500w Gen 3 Laptop, 11.6" IPS Glass, N6000, 8GB, 128GB SSD, Win 11 Home

$186.99



LENOVO LEGION 5 PRO 16ITH6H | CORE I7-11800H | 2TB | 16GB RAM | WIN11 | NEW picture

LENOVO LEGION 5 PRO 16ITH6H | CORE I7-11800H | 2TB | 16GB RAM | WIN11 | NEW

$699.99



Lenovo Ideapad Slim 3 15Iru8 15.6

Lenovo Ideapad Slim 3 15Iru8 15.6" Touchscreen i5-1335U 16GB 512GB SSD W11H-64

$349.99



Lenovo IP 5 16IAU7 16

Lenovo IP 5 16IAU7 16" 2.5K Chromebook i3-1215U 8GB Ram 128GB eMMC Chrome OS

$219.99



Lenovo Ideapad 1i 15.6

Lenovo Ideapad 1i 15.6" FHD Notebook Intel Core i5-1235U 8GB RAM 256GB SSD

$339.99



Lenovo Flex 7 14IRU8 14

Lenovo Flex 7 14IRU8 14" 2.2K Touch Intel Core i7-1355U 16GB 1TB SSD W11H

$529.99



Lenovo K14 AMD Laptop, 14

Lenovo K14 AMD Laptop, 14" FHD IPS LED , Ryzen 5 5600U, GB, 256GB SSD

$569.00