Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: Total Newbie ... loves Knoppix!! Help with HDD Install?

  1. #11
    Junior Member
    Join Date
    Apr 2003
    Posts
    1

    suggestions pls;

    I've slicked off my 2nd HD to install the Knoppix version to learn something about Linux before making the total jump.

    Need some steps for this install.

    It is formatted in FAT32 right now but can do what-ever ness.??

    Thx
    zig

  2. #12
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933

    Re: suggestions pls;

    Quote Originally Posted by ziggie
    I've slicked off my 2nd HD to install the Knoppix version to learn something about Linux before making the total jump.

    Need some steps for this install.
    The basic instructions are already in this post. (see above). Is there something specific that you needed assistance with?

  3. #13
    Junior Member registered user
    Join Date
    Apr 2003
    Location
    netherlands
    Posts
    10
    If i go to Konsole en typ knx-hdinstall, i get something like "permission denied" or somtehin like that

  4. #14
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Quote Originally Posted by AlterEgo
    If i go to Konsole en typ knx-hdinstall, i get something like "permission denied" or somtehin like that
    That's because you need to be root to install or you can just give the command as root like this:

    Enter this in a terminal:

    sudo /usr/local/bin/knx-hdinstall

  5. #15
    Junior Member registered user
    Join Date
    Apr 2003
    Location
    netherlands
    Posts
    10
    Quote Originally Posted by rickenbacherus
    Quote Originally Posted by AlterEgo
    If i go to Konsole en typ knx-hdinstall, i get something like "permission denied" or somtehin like that
    That's because you need to be root to install or you can just give the command as root like this:

    Enter this in a terminal:

    sudo /usr/local/bin/knx-hdinstall
    I don't get it. What's a terminal and how can i be in the " root"

  6. #16
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Konsole is a terminal. If you're a windows user you would be accustomed to a DOS window only a terminali in Linux is much more useful. Open Konsole and enter :

    sudo /usr/local/bin/knx-hdinstall

    'root' is the name of a 'user' - root has ultimate authority and can execute any command or install software or pretty much anything he wants to do. There is a lot more to it than that but this should be enough to get you started.

  7. #17
    Senior Member registered user
    Join Date
    Feb 2003
    Posts
    202
    Quote Originally Posted by AlterEgo
    Quote Originally Posted by rickenbacherus
    Quote Originally Posted by AlterEgo
    If i go to Konsole en typ knx-hdinstall, i get something like "permission denied" or somtehin like that
    That's because you need to be root to install or you can just give the command as root like this:

    Enter this in a terminal:

    sudo /usr/local/bin/knx-hdinstall
    I don't get it. What's a terminal and how can i be in the " root"
    console=terminal=terminal console=that black thing with white letters

    when you write "sudo" you are in the "root"

  8. #18
    Junior Member registered user
    Join Date
    Apr 2003
    Location
    netherlands
    Posts
    10
    k thnx :P

  9. #19
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Quote Originally Posted by oscar
    when you write "sudo" you are in the "root"
    There are two seperate issues here. There is the user 'root' who has ultimate authority. It is possible to execute commands as root without actually becoming root. Example:

    sudo mcedit /etc/X11/XF86Config-4

    That is translated as:
    sudo- do as if root
    mcedit- use Midnight Commander to edit
    /etc/X11/- path to the file you wish to edit
    XF86Config-4- name of the file to edit

    Why would you wish to be root when you edit that file? If you want to save anything you edit in that file you must be root (assuming you have not changed the default settings). If you only wish to view the file you would not open it as root but a normal user, this way you cannot inadvertently corrupt the file.

    This is how to become root:

    su
    <password>

    Now anything that you do in this terminal will be done as root. Yes you can edit and save files. Yes you can cause quite a few problems. Under no circumstances is it advisable to surf the web as the root user. If you open another terminal window you are not root in that new terminal until you become root.

    In order to use the 'sudo' command you must make yourself part of the 'sudoers group'. How?
    su
    <password>
    xedit /etc/sudoers (you can use whatever editor you like of course)


    #sudoers file
    # See the man page for details on how to write a sudoers file.
    #

    # Host alias specification

    # User alias specification

    # Cmnd alias specification

    # User privilege specification
    root ALL=(ALL) ALL
    your_user_name ALL=(ALL) ALL<--add a line like this with your user name
    #knoppix ALL=NOPASSWD: ALL

    After you edit the file don't forget to save it. Now you should be able to execute a command as root without actually becoming root.

    Some programs must be executed as root:

    sudo cfdisk /dev/hda

    There is also a directory named 'root that you could work "in"'. It is identified simply with a forward slash /. The root 'user' and root 'directory' are two entirely different things.

  10. #20
    Junior Member registered user
    Join Date
    Mar 2003
    Posts
    12
    The terminal is the linux equivilent of the CLI (command line interface, for you windows users...dos prompt).

    ROOT is the linux equivilent of Administrator...you need to be Root (or at least Super User (windows=power user), better known as SU, to issue system critical commands (linux is secure, not everyone can change system settings).

    So either issue commands as root (login as root first) or issue a SU before the command (such as "su *command you want to execute*").

    If you have any other questions, please post. And to all the linux snobs out there, please don't post RTFM...OK? ;-)

    GregC

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Here's a newbie that loves it!
    By Delorean_Driver in forum The Lounge
    Replies: 0
    Last Post: 05-09-2004, 02:09 PM
  2. total newbie here
    By liquid134 in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 04-30-2004, 07:07 PM
  3. total newbie needs help
    By gizmo in forum General Support
    Replies: 2
    Last Post: 04-17-2004, 05:12 PM
  4. running knoppix from command line /total newbie
    By snake001 in forum General Support
    Replies: 2
    Last Post: 11-01-2003, 11:29 AM
  5. Changing resolution on Knoppix CD (total newbie)
    By Preacher_mg in forum General Support
    Replies: 1
    Last Post: 06-13-2003, 09:41 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
  •  


P13695-B21 HPE 2TB NVMe x4 RI SCN 2.5'' DS SSD P45631-001 P10591-002 **Retail** picture

P13695-B21 HPE 2TB NVMe x4 RI SCN 2.5'' DS SSD P45631-001 P10591-002 **Retail**

$399.00



SanDisk 2TB Ultra 3D NAND SSD, Internal Solid State Drive - SDSSDH3-2T00-G26 picture

SanDisk 2TB Ultra 3D NAND SSD, Internal Solid State Drive - SDSSDH3-2T00-G26

$149.99



SanDisk 2TB Ultra 3D NAND SSD, Internal Solid State Drive - SDSSDH3-2T00-G25 picture

SanDisk 2TB Ultra 3D NAND SSD, Internal Solid State Drive - SDSSDH3-2T00-G25

$129.99



P13697-B21 HPE 4TB NVMe x4 RI SCN 2.5'' SSD P45632-001 P10591-001 **Retail Box** picture

P13697-B21 HPE 4TB NVMe x4 RI SCN 2.5'' SSD P45632-001 P10591-001 **Retail Box**

$469.00



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$14.99



Intel DC S3510 Series 120GB SSD 2.5

Intel DC S3510 Series 120GB SSD 2.5" 6Gb/s SATA Solid State Drive SSDSC2BB120G6K

$9.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



Fanxiang 4TB 2TB 1TB SSD 550MB/s 2.5'' SATA III Internal Solid State Drive lot picture

Fanxiang 4TB 2TB 1TB SSD 550MB/s 2.5'' SATA III Internal Solid State Drive lot

$13.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot

$198.99



Fanxiang 256GB 512GB 1TB 2TB 4TB Internal SSD 2.5

Fanxiang 256GB 512GB 1TB 2TB 4TB Internal SSD 2.5" SATA III 6GB/s for PC/MAC Lot

$188.09