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
  •  


Supermicro 4U 4x Nvidia GPU AI Server 3.8Ghz 8-Core 256GB 2x10G SFP+ 2x2200W picture

Supermicro 4U 4x Nvidia GPU AI Server 3.8Ghz 8-Core 256GB 2x10G SFP+ 2x2200W

$3472.00



Supermicro 4U 4x Nvidia GPU AI Server 3.8Ghz 8-Core 64GB 2x10G SFP+ 2x2200W picture

Supermicro 4U 4x Nvidia GPU AI Server 3.8Ghz 8-Core 64GB 2x10G SFP+ 2x2200W

$3180.00



Supermicro 4U 4x Nvidia GPU AI Server 2.6Ghz 8-Core 256GB 2x10G SFP+ 2x2200W picture

Supermicro 4U 4x Nvidia GPU AI Server 2.6Ghz 8-Core 256GB 2x10G SFP+ 2x2200W

$1382.00



Supermicro 4U 4x Nvidia GPU AI Server 3.6Ghz 8-Core 256GB 2x10G SFP+ 2x2200W picture

Supermicro 4U 4x Nvidia GPU AI Server 3.6Ghz 8-Core 256GB 2x10G SFP+ 2x2200W

$1732.00



Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ... picture

Intel - Core i9-13900K 13th Gen 24 cores 8 P-cores + 16 E-cores 36M Cache, 3 ...

$689.99



Intel - Core i7-13700K 13th Gen 16 cores 8 P-cores + 8 E-cores 30M Cache, 3.4... picture

Intel - Core i7-13700K 13th Gen 16 cores 8 P-cores + 8 E-cores 30M Cache, 3.4...

$489.99



Intel Core i7-10700 2.9GHz 16MB 8 Core LGA 1200 CPU Processor SRH6Y - TESTED picture

Intel Core i7-10700 2.9GHz 16MB 8 Core LGA 1200 CPU Processor SRH6Y - TESTED

$155.55



AMD Ryzen 9 5950X 16-core 32-thread Desktop Processor picture

AMD Ryzen 9 5950X 16-core 32-thread Desktop Processor

$319.99



Dell Precision 3420 SFF Intel Core i5-6500 8GB RAM 256GB SSD WIN 11 picture

Dell Precision 3420 SFF Intel Core i5-6500 8GB RAM 256GB SSD WIN 11

$75.00



New HP S01 Slim Desktop PC & 27

New HP S01 Slim Desktop PC & 27" Monitor 12th Gen Core i3 4.30ghz 8GB 512GB SSD

$319.99