Page 1 of 3 123 LastLast
Results 1 to 10 of 30

Thread: Knx. 3.2: partition naming

  1. #1
    Junior Member registered user
    Join Date
    Apr 2003
    Location
    Alberta
    Posts
    29

    Knx. 3.2: partition naming

    This newby actually completed the basic installation to hard drive several days ago, thanks to David McNab's (nz) fine clear HOWTO. While cfdisk gave no trouble (hda1 stayed with win2k, I also configured seven more (logical) drives, hda5 to hda11). It appears that I only got names on boot, root, and swap. I never saw an opportunity in setup to name the other 4 (usr, var, home, temp), so I guess setup ignored them.
    Q. (1) How does one now check partition setup?
    (2) Can one name these partitions now ?
    (3) How to check a partition"s contents ?
    (4) If, say usr partition is empty, how does one move usr directory into it without wrecking system?
    tia, chada
    Heil Knopper !javascript:emoticon('')
    Idea


  2. #2
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Knoppix dumps everything into one partition.

    #1- Open a console window type mount then enter to see the mounts in use on your system.

    #2- You have to edit the /etc/fstab and put entries in for the "names"(mounts).

    #3 - In a console window cd /usr then enter then ls and enter will show you the contents if you are thinking the /usr or /home are empty they are not the partitions you made were not used during install they are in the / partition.

    #4- To move the directories you should boot from the CD mount the partitions you want your /usr /home to be on ie.

    sudo mount /dev/hda? /mnt/hda? - the partition you want to move the directory too.

    also mount the HD / partition and change to the HD / directory you want move ie.

    cd /mnt/hda?/home - the /home you want to move.
    cp -Rp * /mnt/hda?/ -copy to the mount of where you want to move /home too.

    Edit the HD / fstab to mount the new /home ie.

    /dev/hda? /home auto rw,auto,user,exec 0 0 - the new home mount

    repeat the proccess for others. although you really should only need a seperate /home to keep your personal settings and files.
    reboot and your new mounts should be available.

    You could do all this without booting from the cd but I would not recommend it.

  3. #3
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Oh yeah- chada in order to see your partitions as root do:

    cfdisk /dev/hda (or /dev/hdb, /dev/hdc etc.)

  4. #4
    Junior Member registered user
    Join Date
    Apr 2003
    Location
    Alberta
    Posts
    29

    Knx. 3.2 Partition Naming

    Super amswers from Messrs Cormier & Rickenbahcerus. Thanks very much. I must be very grateful, for this is my 4th try to get this balky form to send my message !
    Now for a long pause to digest your answers.
    Chada

  5. #5
    Junior Member registered user
    Join Date
    Apr 2003
    Location
    Alberta
    Posts
    29

    Knx. 3.2 Partition Naming

    Rickenbacherus !
    entschuldigen sie bitte.
    chada

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

    Re: Knx. 3.2 Partition Naming

    Quote Originally Posted by chada
    Rickenbacherus !
    entschuldigen sie bitte.
    chada
    Is that German? Sorry no sprechen ze deutche (I can't spell in German either-heh heh

  7. #7
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by rickenbacherus
    lmao - Really a very nice how-to though, both times!
    Thanks, I cleaned it up did some reformating and put in the wiki here.

  8. #8
    Senior Member registered user
    Join Date
    Mar 2003
    Posts
    298
    Quote Originally Posted by Stephen
    Quote Originally Posted by rickenbacherus
    lmao - Really a very nice how-to though, both times!
    Thanks, I cleaned it up did some reformating and put in the wiki here.
    Nice

    I'll make the commands you need to type [b]bold[b], like in the rest of the wikis. And I think we should change the editor to something more newbie friendly... vi (and Emacs) take some time to master. Not really something you would want to do when you opened your fstab, I guess...

    Just a shame that pico/nano are not on Knoppix. Anyone know another small and simple editor?

    [edit]Shouldn't you explain how to remove the old /home after yo find out the new one is fully functional?[/edit]

  9. #9
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Quote Originally Posted by Henk Poley

    Just a shame that pico/nano are not on Knoppix. Anyone know another small and simple editor?
    While it may not be small I think Midnight Commander is not only easy to learn but is commonly included with most distros and you can install .debs from it. All the commands are available via a pull down menu. Just hit F9. All the 'F' key functions are also listed on the bottom of the editor window.

    Just my 2 cents.

  10. #10
    Senior Member registered user
    Join Date
    Feb 2003
    Location
    Nova Scotia, Canada
    Posts
    2,479
    Quote Originally Posted by Henk Poley

    I'll make the commands you need to type [b]bold[b], like in the rest of the wikis.
    That would be great.
    And I think we should change the editor to something more newbie friendly... vi (and Emacs) take some time to master. Not really something you would want to do when you opened your fstab, I guess...

    Just a shame that pico/nano are not on Knoppix. Anyone know another small and simple editor?
    I couldn't agree more but from what I read on the Knoppix mailing list extra space is rather limited on the ISO. Being a HD install the person could always install their favorite editor although how would a newbie know what their favorite editor was???

    Shouldn't you explain how to remove the old /home after you find out the new one is fully functional?
    Your right I will add to the wiki but with the size of new HD who's gonna miss a couple mb.

Page 1 of 3 123 LastLast

Similar Threads

  1. How to Partition HD ?
    By marshalx in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 12-09-2004, 09:38 AM
  2. Partition
    By Quite in forum General Support
    Replies: 5
    Last Post: 09-23-2004, 01:36 AM
  3. Partition Help
    By Quite in forum General Support
    Replies: 12
    Last Post: 08-22-2004, 10:40 PM
  4. How can I use other FAT partition?
    By rrfish72 in forum General Support
    Replies: 12
    Last Post: 08-05-2004, 07:09 AM
  5. What is a DOS PARTITION?
    By rossnixon in forum General Support
    Replies: 10
    Last Post: 02-08-2004, 01:32 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
  •  


Grandstream GS-HT802 2 Port Analog Telephone Adapter VoIP Phone & Device, Black picture

Grandstream GS-HT802 2 Port Analog Telephone Adapter VoIP Phone & Device, Black

$32.00



Yealink T54W IP Phone, 16 VoIP Accounts. 4.3-Inch Color Display - Black picture

Yealink T54W IP Phone, 16 VoIP Accounts. 4.3-Inch Color Display - Black

$99.99



Cisco CP-8821-K9 Wireless IP VoIP Phone WITH BATTERY picture

Cisco CP-8821-K9 Wireless IP VoIP Phone WITH BATTERY

$199.99



Yealink T53W IP Phone, 12 VoIP Accounts. 3.7-Inch Display w/o Adapter - Black picture

Yealink T53W IP Phone, 12 VoIP Accounts. 3.7-Inch Display w/o Adapter - Black

$69.95



Yealink W73H IP DECT VOIP Phone picture

Yealink W73H IP DECT VOIP Phone

$10.00



Cisco CP-7945G VOIP Phone With Stand & Handset Business IP Phone 7945 picture

Cisco CP-7945G VOIP Phone With Stand & Handset Business IP Phone 7945

$3.00



New Cisco 7945G IP VoIP Gigabit GIGE Telephone Phone CP-7945G -  picture

New Cisco 7945G IP VoIP Gigabit GIGE Telephone Phone CP-7945G -

$24.95



New Polycom Desktop Phone POE VOIP Phone 2200-48400-001 VVX 401 picture

New Polycom Desktop Phone POE VOIP Phone 2200-48400-001 VVX 401

$40.00



Yealink SIP-T41P PoE Ultra Elegant VoIP Phone  picture

Yealink SIP-T41P PoE Ultra Elegant VoIP Phone

$29.95



New Cisco 6921 IP VOIP Desktop Phone CP-6921-C-K9 -  picture

New Cisco 6921 IP VOIP Desktop Phone CP-6921-C-K9 -

$23.99