Results 1 to 9 of 9

Thread: [newbie] resizing

  1. #1
    Junior Member
    Join Date
    May 2004
    Posts
    4

    [newbie] resizing

    Hi,
    I'm going to attempt to install knoppix on the hdd but i need to resize my partitions at the moment my hard drive looks like this in QTparted


    01 /dev/hda1 ntfs Active 9.09GB <---- windowsXP
    02 /dev/hda2 extended 28.17GB
    03 /dev/hda5 ntfs 28.17GB <---- Programs
    04 /dev/hda-1 free 7.84MB


    so i tryed resizing hda5 to 20.17GB but when i booted back into windowsXP it was still 28GB so i need to know how i resize it in Knoppix, Wat is the best way to have the hdd set up for knoppix and i still wanna keep windowsXP

  2. #2
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    That has to be one of the strangest partition layouts I've ever seen. In fact, if you could explain to me how it got that way I'd love to know. Perhaps you had other extended partitions that were deleted?

    NOW you do realize that NTFS has a nasty habit of just leaving bits and bytes lying about wherever it wants right? (hmmm sounds alot like M$- I wonder why??)

    SO you need to defrag the disc before resizing it. NO not just once or even twice but over and over again until it shows absolutely no change in file placement on the disc. (yes NTFS really is that bad of a file system and no there is no such thing as defrag in LInux but I digress...).
    Even if M$ says the disc doesn't need to be defragged do it again!
    REMEMBER: Never trust Microsoft!

    anyway.....

    Then you might be able to resize your partition(s). Again, I would prefer my partitions to be logical in numerical order but that's just me.

    Personally (and realize I have never used XP but for 2 or 3 minutes at a time on a handful of occasions) I would copy your programs somewhere else and delete all of your partitions save /dev/hda1.

    Please also stop rebooting no matter what you decide to do. Just have a look at your partition table w/ a very simple application called cfdisk. NO it isn't pretty and has nothing you can click but we don't care about that do we? We want functionality!!!

    Open a terminal and start typing.....
    Code:
    sudo cfdisk /dev/hda
    PLEASE post back if you have any questions at all OR you can also find FREE REALTIME help and alot of good people in #knoppix and/or #kanotix

  3. #3
    Junior Member
    Join Date
    May 2004
    Posts
    4
    lol, sorry I wouldn't have a clue how it got that way someone set it up for me and i reformated it when I reinstalled windows so it was probably somthing I did wrong. Anyway if I delete all the partitions how should I set them back up and wat program should I use to do it.

  4. #4
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Well unless my math skills have taken leave it looks like you have a 40G drive so with that in mind perhaps something like....
    10G Windows
    10G FAT partition (can be used by both win & *nix for storage or...?)
    7G Linux for /
    5G Linux for /home
    It is advisable to have 1G of system RAM and swap combined.

    You can distribute the rest of the drive however you see fit or even just leave it alone for future use.

    1) Install Windows just using only 10G for the install and it may be advisable to make the FAT partition under win too (although I think it won't really matter)

    2) Install Linux and make your Linux partitions w/ a Linux utility like QTparted or cfdisk. Some people are scared off by the non-gui nature of cfdisk but I assure you it is extremely easy to use.

    3) I don't believe the Knoppix installer is yet capable of putting /home on its own partition but this only requires a simple ediit of the configuration file .knofig.

    Why do you want /home on its own partition? Well in the event that you need to reinstall Linux you can easily get it back to the state it was in before reinstallation. You won't have to retweak your desktop for example. It's quite handy.

    Realize that when you install Linux it will rewrite your MBR and install a Linux boot loader that will allow you to easily select between win or *nix. It IS possible too use ntldr but I'm not familiar w/ the process. You can find docs here on the site.

    HTH

  5. #5
    Junior Member
    Join Date
    May 2004
    Posts
    4
    one more thing.
    if my windows partition is ntfs and i install my programs on the shared fat partition will they work

  6. #6
    Senior Member registered user
    Join Date
    Mar 2004
    Location
    Berlin
    Posts
    436
    are these 'my programs' windows programs?
    They should work.

    Linux-programs shouldn't be started from a fat-partition, since it doesn's support the user/group/other difference, and flags for executable-files.

  7. #7
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Quote Originally Posted by james
    one more thing.
    if my windows partition is ntfs and i install my programs on the shared fat partition will they work
    Actually I was just referring to a fat partition as a place to store mp3's or divx or html docs or whatever you might want to share between os's.
    I have no idea about launching winapps from a fat partition.

  8. #8
    Junior Member
    Join Date
    May 2004
    Posts
    4
    ok im pretty much set but wat do i edit in the knofig file to make it put /home on a different partition

  9. #9
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    900
    Quote Originally Posted by james
    ok im pretty much set but wat do i edit in the knofig file to make it put /home on a different partition
    Piece of cake although I would like to point out that the name of the file is .knofig (not knofig). BIG huge difference there.

    Code:
    sudo knoppiix-installer
    Configure an installation, when you finish w/ configure select Quit. Say YES to "save config?"
    Code:
    sudo xedit /ramdisk/home/knoppix/.knofig
    *NOTE* The location of .knofig will vary depending on where kanotix-installer was launched from. If you can't find it simply do:

    Code:
    sudo updatedb
    locate .knofig
    Edit the line that reads HD_MAP=""
    For example:
    Code:
    HD_MAP="/dev/hda2:/home"
    Save and restart the installer. You do not need to "load config file"- it will automatically use /ramdisk/home/knoppix/.knofig

    Once you've fired up the installer open another term and do:
    Code:
    mount
    You should see your partitions mounted on their respective directories for example:
    Code:
    /dev/hda1 on /mnt/hdinstall type ext3 (rw)
    /dev/hda2 on /mnt/hdinstall/home type ext3 (rw)
    This is opitonal BUT I would recommend using GRUB as your boot loader. lilo is FINE but grub is IMHO better so while you're editing .knofig anyway, why not simply switch 'lilo' to 'grub'

    Be sure to install lilo or grub to mbr if you want a menu from which to select your os. IF for some reason the installatiojn fails and/or you're somehow left w/ an unbootable system fret not. The boot loader is easily reinstalled from cd. Boot Knoppix and join IRC for good, free and (usually) quick help. Surely there is at least one post here on how to do that as well.

Similar Threads

  1. Konqueror/Knoppix/Auto Resizing
    By downdogWoof in forum General Support
    Replies: 8
    Last Post: 05-08-2005, 05:50 AM
  2. QtParted Resizing Qs
    By downdogWoof in forum General Support
    Replies: 1
    Last Post: 02-25-2005, 09:46 PM
  3. Problem resizing NTFS partition (bad sectors?)
    By dtopper in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 02-27-2004, 08:43 AM
  4. Resizing FAT 32 with Qtparted - hdinstall problem
    By sminotti in forum Hdd Install / Debian / Apt
    Replies: 4
    Last Post: 07-23-2003, 01:49 AM
  5. Persistent Home Resizing
    By xeerex in forum General Support
    Replies: 0
    Last Post: 07-14-2003, 08:19 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
  •  


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



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



1U SFF Supermicro Server X10DRW-iT 2x (Xeon 36 Cores) 128GB  2x PCI-E X16 Slots picture

1U SFF Supermicro Server X10DRW-iT 2x (Xeon 36 Cores) 128GB 2x PCI-E X16 Slots

$428.00



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