Results 1 to 9 of 9

Thread: HD install questions....floppy boot and new HD formatting

  1. #1
    Junior Member registered user
    Join Date
    Mar 2003
    Posts
    21

    HD install questions....floppy boot and new HD formatting

    Hello all and thanks for your help so far!

    Just a couple of questions:

    Im planning on picking up a new HD to run as a slave on my system for knoppix, about 20-30 gigs in size. Id like to boot from a floppy into linux for now, until i become more familiar with lilo or grub. I need to use XP on my main drive for work, as well as for my wife. I dont want to mess that up. Will i have the option to boot via floppy upon install?

    Also, when i add a new drive, do i need to format it or will the install give me the option? How many partitions do you suggest? It will be dedicated for knoppix.

    Would it be better for me to install the new drive alone as master, install knoppix, then change it to a slave drive when done?

    thanks alot.
    -jamie

  2. #2
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Will i have the option to boot via floppy upon install?
    Just don't install LILO to the MBR.

    Also, when i add a new drive, do i need to format it or will the install give me the option?
    Yes you will have a chance to format the drive with cfdisk a very easy to use partitioning tool. If you've ever used DOS fdisk you'll soon discover that it's almost worthless and you will love cfdisk.

    How many partitions do you suggest?
    This is a personal preference issue really but I use something similar to this:

    100MB-boot partition it's the only partition that needs to be bootable- other partitions can be bootable.

    512MB swap

    4400MB - root - this needs to be a minimum of 2300MB or Knoppix simply will not install. It can be more and should if you plan on installing alot of software.

    Would it be better for me to install the new drive alone as master, install knoppix, then change it to a slave drive when done?
    No- it can be done but if you don't know how..........
    Linux sees drives thusly:

    primary master-hda
    primary slave-hdb
    secondary master-hdc
    secondary slave-hdc

    Partitions on any drive are indicated by appending a partition number to the end like so: hda1=1st partition on first hard drive, hdc3=3rd partition on 3rd hard drive, etc.

    After you use cfdisk to partition (don't forget to write the partition table)it will ask you which drive to install root to (remember partitions are considered to be 'drives').

    Example-you install new 5G hard drive as primary/slave -hdb You partition as follows:
    100MB /boot /dev/hdb1
    512MB /swap /dev/hdb2
    4400MB / /dev/hdb3 (in Linux '/' means 'root')

    I need to use XP on my main drive for work, as well as for my wife.
    Don't worry she'll come to see the light

    If you have any more questions just post. gluck

  3. #3
    Junior Member registered user
    Join Date
    Mar 2003
    Posts
    21
    thanks alot! It doesnt sound too hard. Ive built and set up windows computers since DOS 5 and win 3.1....hopefully i can pick this stuff up quickly.

    Unfortunately i have to use XP for one program, chemdraw. But its not that often so linux will be my main OS for web surfing, office stuff, etc.

    I think once i get the hang of this stuff and set my wife up a user account with all of her word docs and mp3s she will see the light.

    One last question: If i only partition 5 gigs out of 20, i can go back in and add more partions later in the unused space correct?

    Thanks for your help. It sure is nice to see how helpful everyone is here, putting up with a newbie like myself

    -jamie

  4. #4
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    One last question: If i only partition 5 gigs out of 20, i can go back in and add more partions later in the unused space correct?
    yep

    open a term, become root and run cfdisk- How?

    su
    <give it the password>
    cfdisk

  5. #5
    Senior Member registered user
    Join Date
    Jan 2003
    Location
    Podunk, Idaho, USA
    Posts
    470
    I pretty much agree with rickenbacherus as far as his partitioning, but if you're getting a 20 to 30 GB drive then why not make a /home partition of 5 GB or so , then if you reinstall linux, knoppix or another distro, your home stuff will still be there (you may have to change ownership after a reinstall but everything saved will be there, including customizations). The other thing you may consider is a 5GB or so /store partition that would be formatted vfat (fat32), then you have a safe place to put stuff that you could get to from both linux and windows (note: you'll have to do some fixing to be able to write to the vfat partition as a user). I put mp3's, software downloads, iso's etc. on my shared vfat partition. You do not need a boot partition that is 100 MB (25 to 30 is huge), I have 3 or 4 kernels and grub on this computer and /boot takes up 5.6 MB, although what's 75 mb on a 20 or 30 GB drive, I wouldn't make /boot less than 25MB just in case.

    Also put the drive where you want it and then install knoppix there, for safety put lilo on your root partition and make sure to make a boot floppy. If you install knoppix as hda (your first drive) and write a boot floppy etc. you won't be able to boot up as hdb (your second drive) untill you either manually edit your boot floppy configuration or boot into the system from a knoppix cd and fix your system from there.

    I am a Chem instructor (labs and developmental) I haven't used ChemDraw in recent years, but once you get knoppix installed check out xdrawchem, it is ChemDraw file compatible and is in a deb package so it's easy to install:
    apt-get install xdrawchem
    it may not be as feature rich as ChemDraw.


    I use my own personal linux computer in my office so I don't have to rely on sharing a computer, I use openoffice a lot as it has pretty good ms office compatibility.

    HTH

    rock

  6. #6
    Junior Member registered user
    Join Date
    Mar 2003
    Posts
    21
    rock-

    Thanks for the info! Im picking up a new drive tonight and ill give it a run.

    What file system do you recommend? ext3?

    -jamie

  7. #7
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    ext3 is my personal preference fragmentation is a thing of the past. But that's just my 2 cents

  8. #8
    Junior Member registered user
    Join Date
    Mar 2003
    Posts
    21
    I picked up a 20 gb drive on friday and installed knoppix (debian). The install was easy, partitioning a breeze. The whole install took about 20 minutes. Thanks for your help on all this!

    Now to start customizing and updating drivers

    -jamie

  9. #9
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    colorado springs, colorado
    Posts
    1,933
    Quote Originally Posted by jamesgf
    I picked up a 20 gb drive on friday and installed knoppix (debian). The install was easy, partitioning a breeze. The whole install took about 20 minutes. Thanks for your help on all this!

    Now to start customizing and updating drivers

    -jamie
    schweeet

Similar Threads

  1. Install Boot Floppy
    By Vic in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 12-23-2004, 11:28 PM
  2. formatting hardrive to get rid of xp and the install knoppix
    By pete1968 in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 09-10-2004, 07:08 PM
  3. HD install boot floppy
    By adventurepants in forum Hdd Install / Debian / Apt
    Replies: 8
    Last Post: 05-26-2004, 09:06 AM
  4. dual boot install questions
    By binarybum in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 02-13-2004, 12:12 AM
  5. How Do I make a Boot Floppy from HD install?
    By bongski55 in forum Hdd Install / Debian / Apt
    Replies: 5
    Last Post: 07-26-2003, 09:07 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
  •  


IBM CS821 20-Core 2.827GHz 128Gb 1.92Tb SSD 1U Linux Server - 8005-12N Power 8 picture

IBM CS821 20-Core 2.827GHz 128Gb 1.92Tb SSD 1U Linux Server - 8005-12N Power 8

$479.96



IBM 8247-22L S822L 2 CPUs 256GB 12x Drives SFF Power8 Linux Server picture

IBM 8247-22L S822L 2 CPUs 256GB 12x Drives SFF Power8 Linux Server

$749.00



Red Hat Enterprise Linux 5 Server - New and Sealed picture

Red Hat Enterprise Linux 5 Server - New and Sealed

$19.99



Asus ESC4000 G3 Barebones 0GB HDD Linux picture

Asus ESC4000 G3 Barebones 0GB HDD Linux

$200.00



IBM E850 Power8 2x 12C 3.02GHz 512Gb 1.8Tb SAS 10GbE 16Gb Linux Server 8408-E8E picture

IBM E850 Power8 2x 12C 3.02GHz 512Gb 1.8Tb SAS 10GbE 16Gb Linux Server 8408-E8E

$799.96



1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports picture

1U BareMetal pfsense opnsense Router Firewall DNS Server 6x 10GB Ethernet Ports

$149.00



Dell PowerEdge R730xd Server 2.60Ghz 32-Core 64GB 800GB SSD Debian Linux picture

Dell PowerEdge R730xd Server 2.60Ghz 32-Core 64GB 800GB SSD Debian Linux

$880.25



IBM Power 9 S922 8-Core 3.4-3.9Ghz 128Gb DDR4 2U Linux Server - 9009-22a picture

IBM Power 9 S922 8-Core 3.4-3.9Ghz 128Gb DDR4 2U Linux Server - 9009-22a

$3439.96



IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE picture

IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE

$199.87



POGO Linux WEBWARE 1150 Rack-Mount Server Pentium 4 2.8GHz 512MB - No Drives picture

POGO Linux WEBWARE 1150 Rack-Mount Server Pentium 4 2.8GHz 512MB - No Drives

$179.99