Miscellaneous

  Home arrow Miscellaneous arrow Page 4 - Install Slackware on Your Old PC
MISCELLANEOUS

Install Slackware on Your Old PC
By: Katie Gatto
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 2
    2010-02-10

    Table of Contents:
  • Install Slackware on Your Old PC
  • Download the File and Make Your Install Disk
  • Installation
  • Make a Partition

  •  
     

    SEARCH CODEWALKERS

    TOOLS YOU CAN USE

    advertisement

    Install Slackware on Your Old PC - Make a Partition


    (Page 4 of 4 )

    If you need to know how to make your own partition, then try out these instructions. They can help you to get your data arranged in the way you need it.

    1. Use the parted /dev/hda command to ensure that you are not duplicating existing partitions already on your system.

    2. Make your primary partition. An example of this would be mkpart primary ext3 1024 2048. Change these values around to set the right numbers. The first number is the start of the partition that you want to make. The second number is the termination point. This should be measured in megabytes.

    3. Now you have to format your partition. This is done with the following command: /sbin/mkfs -t ext3 /dev/hdb3.

    4. Now it is time to label. The command is this: e2label /dev/hda3 /x. Where the x is, you should substitute the name of your partition. Remember, you need a Boot, a Swap and a Main. So keep your labels simple, and stick with these names.

    5. Create your mount point with this command: mkdir /x. Again, change the name of X to the name of your partition.

    6. Now you can mount your partition using the mount /x command. Be sure to change the name.

    7. Print out a list of your partitions with the print command, which is simply print. It should show you everything. If you do not see your partition, then you have done something wrong. Try again.

    Now that you have your partitions, you can move back up to the main set of directions, and keep your system setup going. Or, you can go and get a drink before you continue, as this would be one of the logical places to stop if you are in need of a break.


    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.
    blog comments powered by Disqus

    MISCELLANEOUS ARTICLES

    - Oracle Database XE: Indexes and Sequences
    - Modifying Tables in Oracle Database XE
    - Oracle Database XE: Tables and Constraints
    - More on Oracle Databases and Datatypes
    - Oracle Database XE Datatypes: Datetime and L...
    - Oracle Database XE Datatypes: Character and ...
    - From Databases to Datatypes
    - Firefox 3.6.6 Released with Improved Plug-in...
    - Attention Bloggers: WordPress 3.0 Now Releas...
    - Reflection in PHP 5
    - Inheritance and Other Advanced OOP Features
    - Advanced OOP Features
    - Linux from Scratch V.6.6 Review
    - Linux Gaining in Strength
    - Install Slackware on Your Old PC


    © 2003-2012 by Developer Shed. All rights reserved. DS Cluster 8 - Follow our Sitemap