Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Get help on partitioning here [Part 1]
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 8, 9, 10, 11  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
fitalia
n00b
n00b


Joined: 30 Jul 2005
Posts: 4

PostPosted: Sun Jul 31, 2005 9:13 am    Post subject: Reply with quote

After entering

Code:
 fdisk -l


The partition listing is

Disk /dev/hdc: 40.0 GB, 40007761920 bytes
255 heads, 63 sectors/track, 4864 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot start End Blocks Id System
/dev/[color=red]hdc1
1 7 56196 de Dell Utility
/dev/hdc2 8 3244 26001202+ 7 HPFS/NTFS

[/color]
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Sun Jul 31, 2005 11:34 am    Post subject: Reply with quote

So your disk is /dev/hdc. Unfortunately, I don't think you'll be able to exchange the cables :( - I hand't noticed that you were using a laptop.
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
fastwings
n00b
n00b


Joined: 17 Aug 2005
Posts: 4

PostPosted: Wed Aug 17, 2005 5:13 pm    Post subject: mm Reply with quote

what is /opt what its use?
how much the /swap
size its good for?
have hd of 120g
??
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Thu Aug 18, 2005 1:09 pm    Post subject: Reply with quote

Hi and welcome to the forums fastwings.

The /opt partition is generally used for large optional or paid software. So that you have an idea, the following is the list of my AMD64 /opt dir and its size.
Code:
atlantis@atl64 ~ $ ls /opt/
Acrobat7       blackdown-jdk-1.4.2.01  blackdown-jre-1.4.2.02  libreadline-java  OpenOffice.org  share
americas-army  blackdown-jdk-1.4.2.02  eclipse-extensions-3    mplayer32         rar             sun-jre-bin-1.5.0.03
bin            blackdown-jre-1.4.2.01  enemy-territory         netscape          RealPlayer      vmware
atlantis@atl64 ~ $ du -csh /opt/
3,0G    /opt/
3,0G    total
atlantis@atl64 ~ $

I've read several opinions on the size of swap. An old saying is that you should have swap = 2 * RAM size - that still should be used for disk suspend. Some think that with 1GB or more of RAM, you don't need swap. I have 2GB and must say that I hardly use my swap, but I still decided to keep it. Some keep a 256MB or 512MB swap partition around, just in case. If you're talking about a server, things are different. You must take into account the number of users and the services that you'll have running.
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
damnbiker
n00b
n00b


Joined: 02 Sep 2005
Posts: 11

PostPosted: Fri Sep 02, 2005 1:23 pm    Post subject: Reply with quote

Okay, I'm trying to get a multi OS set up going. I am running an AMD x64 with 200GB HD and 2 GB of ram

My first question is, do I really need a 4GB swap partition? It just seems kind of excessive, doesn't it?

This is how I currently have my drives partitioned:

sda1: 30Gb FAT32 (primary) for C:\
sda2: 4GB swap (primary)
sda3: 500 MB reiserfs (primary) for /
sda4: 160 GB extended
sda5: 10 GB reisrfs for /home
sda6: 10 GB reiserfs for /var
sda7: 140 GB reiserfs for /usr

I am thinking about installing Gentoo and Slackware and changing my partition setup to the following:

sda1: 30Gb FAT32 (primary) for C:\

sda2: 4GB swap (primary)

sda3: 80 GB extended

sda4: 500 MB reisrfs for /
sda5: 10 GB reisrfs for /home
sda6: 10 GB reiserfs for /var
sda7: 55 GB reiserfs for /usr

sda8: 80 GB extended

sda9: 500 MB reisrfs for /
sda10: 10 GB reisrfs for /home
sda11: 10 GB reiserfs for /var
sda12: 55 GB reiserfs for /usr


The first 80 GB extended would be for Gentoo, the second for Slackware. Will this work? I'd really like to not use a boot partition simply because I don't want to go through the hassle of installing XP_x64 again (and I think it would put me over the 4 partition limit)

One thing I am also unclear on is the whole mounting of each partition. I did the following:

mount /dev/sda4 /mnt/gentoo for the root
mkdir /mnt/gentoo/home
mount /dev/sda5 /mnt/gentoo/home
mkdir /mnt/gentoo/var
mount /dev/sda6 /mnt/gentoo/var
mkdir /mnt/gentoo/usr
mount /dev/sda7 /mnt/gentoo/usr

Is this correct? Do I need to extract the stage1 tarball only to the root?
_________________
___
I drank WHAT?
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2968

PostPosted: Fri Sep 02, 2005 3:41 pm    Post subject: Reply with quote

damnbiker wrote:
Okay, I'm trying to get a multi OS set up going. I am running an AMD x64 with 200GB HD and 2 GB of ram

My first question is, do I really need a 4GB swap partition? It just seems kind of excessive, doesn't it?

Yes. In your case, I advise you not to have a swap partition. At all. Unless you are preparing a server which will handle lots of users and high loads. ;)

My system has 1 GB RAM and the 512 MB swap is almost never used at all.
damnbiker wrote:
This is how I currently have my drives partitioned:

sda1: 30Gb FAT32 (primary) for C:\
sda2: 4GB swap (primary)
sda3: 500 MB reiserfs (primary) for /
sda4: 160 GB extended
sda5: 10 GB reisrfs for /home
sda6: 10 GB reiserfs for /var
sda7: 140 GB reiserfs for /usr

I am thinking about installing Gentoo and Slackware and changing my partition setup to the following:

sda1: 30Gb FAT32 (primary) for C:\

sda2: 4GB swap (primary)

sda3: 80 GB extended

sda4: 500 MB reisrfs for /
sda5: 10 GB reisrfs for /home
sda6: 10 GB reiserfs for /var
sda7: 55 GB reiserfs for /usr

sda8: 80 GB extended

sda9: 500 MB reisrfs for /
sda10: 10 GB reisrfs for /home
sda11: 10 GB reiserfs for /var
sda12: 55 GB reiserfs for /usr


The first 80 GB extended would be for Gentoo, the second for Slackware. Will this work?

AFAICT, yes.
damnbiker wrote:
I'd really like to not use a boot partition simply because I don't want to go through the hassle of installing XP_x64 again (and I think it would put me over the 4 partition limit)

One thing I am also unclear on is the whole mounting of each partition. I did the following:

mount /dev/sda4 /mnt/gentoo for the root
mkdir /mnt/gentoo/home
mount /dev/sda5 /mnt/gentoo/home
mkdir /mnt/gentoo/var
mount /dev/sda6 /mnt/gentoo/var
mkdir /mnt/gentoo/usr
mount /dev/sda7 /mnt/gentoo/usr

Is this correct? Do I need to extract the stage1 tarball only to the root?

Correct. As long as you remember to mount your partitions to the corresponding directory under /mnt/gentoo (for example, mount the partition for /home under /mnt/gentoo/home), the tarball will extract correctly to all the subdirectories under /mnt/gentoo .
Back to top
View user's profile Send private message
damnbiker
n00b
n00b


Joined: 02 Sep 2005
Posts: 11

PostPosted: Fri Sep 02, 2005 4:00 pm    Post subject: Reply with quote

Great, thanks! I'll post the results when I actually get something working :)
_________________
___
I drank WHAT?
Back to top
View user's profile Send private message
toofu
n00b
n00b


Joined: 30 Jul 2005
Posts: 1

PostPosted: Fri Sep 02, 2005 11:10 pm    Post subject: Reply with quote

I've done alot of reading about partioning I want to get it right before I install. I'm using entire 2nd drive for my install so I will unplug my 1st drive before I start . So you partition with fdisk write your partion table should you reboot before formatting and again before mounting?
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Fri Sep 02, 2005 11:29 pm    Post subject: Reply with quote

Hi and welcome to the forums.

If I understood your question correctly, you can partition the disks with fdisk, create the filesystems with the appropriate tool and mount them without needing to reboot once. You just go from one step to the next.
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
kimchi_sg
Advocate
Advocate


Joined: 26 Nov 2004
Posts: 2968

PostPosted: Sat Sep 03, 2005 12:32 am    Post subject: Reply with quote

toofu wrote:
I'm using entire 2nd drive for my install so I will unplug my 1st drive before I start .

No need to, as long as you find out how Gentoo will refer to your 2nd drive, you can tell fdisk to partition that drive and it will not touch the 1st one at all, even if you leave it plugged in.

fdisk -l will show you at list of all hard drives on your system, as well as all partitions on these hard drives. It will also tell you which /dev/xyz name refers to which drive.

But if you want the easy way, yes, unplug your first drive and fdisk will never see it. :)
toofu wrote:
So you partition with fdisk write your partion table should you reboot before formatting and again before mounting?

There is no need to, even though fdisk and cfdisk both say to do so when you quit them after adding or changing partitions.

As long as no pre-existing partitions are already mounted when you start fdisk, the kernel will reload the new partition table correctly.
Back to top
View user's profile Send private message
myha
Apprentice
Apprentice


Joined: 16 Sep 2005
Posts: 152
Location: Ljubljana, Slovenia

PostPosted: Sun Sep 18, 2005 8:23 am    Post subject: Reply with quote

Hi!
Im having a little problem here and I need some help with partitioning...
Well, my problem is next: I already have a windows system and I want to setup gentoo also. But I get stucked with partitioning, because I cant make primary partition since all are used by windows i think...
/dev/sda1 NTFS
/dev/sda2 NTFS
/dev/sda3 W95 ext'd (LBA) ????
/dev/sda5 NTFS

Is there any way to change win partititon from primary to logical without loosing data?
Do I have to reformat disk to be able to install gentoo on my system?

Thank you in advance,
Miha
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Sun Sep 18, 2005 12:56 pm    Post subject: Reply with quote

Hi and welcome to the forums.

You don't need to create primary partitions to install Gentoo. I prefer to have /home in a primary partition, but that's not a requirement.
If you could show us the exact output of fdisk -l, it would be easier to make suggestions. However, from your previous post, I believe that you have no free space on your disk. Would you be interested in removing the sda2 and or sda5 partitions or reducing their size? Before trying to do anything like that, you should make backups of your information as a precaution. If you decide to remove one or more partitions, you can start with the live-cd, run fdisk, remove the desired parttions and use that space to create the partitions to Gentoo. If you want to try reducing the size of a Windows partition, you should start by defraging the disks, then use Partition Magic, qtparted or a similar tool to resize the partitions, check them, and then install Gentoo from the live-cd.
For more info on Partition Magic and qtparted read this thread or search the forums.
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
myha
Apprentice
Apprentice


Joined: 16 Sep 2005
Posts: 152
Location: Ljubljana, Slovenia

PostPosted: Sun Sep 18, 2005 4:22 pm    Post subject: Reply with quote

Hi!

Thank you for your answer, I managed to create all partitions as necessary using partition manager and installed Gentoo...

So thanks anyway and sorry for bothering... :oops:

Bye,
Miha
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Sun Sep 18, 2005 6:02 pm    Post subject: Reply with quote

No problem. It was my pleasure.
If you ever need help again, don't hesitate asking! ;-)
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
Saketh
n00b
n00b


Joined: 19 Sep 2005
Posts: 15
Location: United States of America

PostPosted: Mon Sep 19, 2005 7:41 pm    Post subject: I have partitions already Reply with quote

I already installed Fedora Core 3, but I don't like it too much. So I have partitions that I want to destroy. I have PartitionMagic 8.0 for Windows.

I have Windows and Fedora Core dual-booted. I use the Windows chainloader to boot a linux.img of Fedora Core. Grub will not work.

So here's my partition table:
http://img247.imageshack.us/img247/7169/partitiontable6yj.png

According to this one book I have, I need to use fdisk in order to use the existing Linux partitions to install Gentoo. How would I do this?
_________________
Men of genius do not excel in any profession because they labor in it, but they labor in it because they excel.
William Hazlitt (1778 - 1830)
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Mon Sep 19, 2005 9:32 pm    Post subject: Reply with quote

Hi and welcome to the forums.

If you want to keep using Fedora Core 3, you need to free some aditional space or do you want to create the Gentoo partitions inside the LVM? Do you have enough free space there? If you want to use Gentoo with the / filesystem inside the LVM, you need to read some docs on that.
Can you show the output of fdisk -l and your LVs inside your LVM partition?
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
Saketh
n00b
n00b


Joined: 19 Sep 2005
Posts: 15
Location: United States of America

PostPosted: Mon Sep 19, 2005 9:53 pm    Post subject: Reply with quote

I want to destroy Fedora Core partitions in the process of putting Gentoo, unless (if and only if) it is easier to create new partitions.

I can't access my Linux partition right now. What information is in fdisk -l that I did not give in the above diagram of my partitions? I realize it is much easier for you to help me if I give you the fdisk -l, but I can't access that right now. Part of the reason why I want to destroy FC3.
_________________
Men of genius do not excel in any profession because they labor in it, but they labor in it because they excel.
William Hazlitt (1778 - 1830)
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Tue Sep 20, 2005 12:33 am    Post subject: Reply with quote

Ok. If you want to forego Fedora, then you just have to remove the ext3 and the LVM partitions. When you boot with the live-cd, run fdisk and remove the 83 and 8e partitions. The former is the /boot and the latter the LVM partitions.
You are following the Gentoo Handbook, right?
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
Saketh
n00b
n00b


Joined: 19 Sep 2005
Posts: 15
Location: United States of America

PostPosted: Tue Sep 20, 2005 1:03 am    Post subject: Reply with quote

I am following the Gentoo Handbook.

The LVM partition is not going away for some reason, at least from PartitionMagic.

Again, here's my partition table.

I would assume that I go to fdisk, and do this:
Quote:

fdisk /dev/hda
d
3
d
5

I haven't actually fired up the Gentoo installer yet. I'm trying to do as much research as possible before trying it out.

I'm using PartitionMagic, and I'm going to free up 10 gigs of space from my NTFS partition. Unless I could just use the space from the existing Fedora partitions, which I am going to delete.

I'm not entirely sure how to go about creating new partitions on a dual-booting system. I sort of know how to do it on clean hard drives.

Would it go like this:
Quote:

fdisk /dev/hda
n, p, 3, enter, +32M, a, 3
n, p, 5, enter, enter

I could use as much help as I can get. [/quote]
_________________
Men of genius do not excel in any profession because they labor in it, but they labor in it because they excel.
William Hazlitt (1778 - 1830)
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Tue Sep 20, 2005 1:11 am    Post subject: Reply with quote

That looks correct, assuming that Partition Magic lists partitions by number.
If you're willing to live with 25GB in Linux, you won't need to touch the XP partition.
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
Saketh
n00b
n00b


Joined: 19 Sep 2005
Posts: 15
Location: United States of America

PostPosted: Tue Sep 20, 2005 1:27 am    Post subject: Reply with quote

I just want to confirm: Is there any way I can make sure that my Windows partitions are untouched (/dev/hda1, /dev/hda2)? Is there an option in fdisk that makes certain partitions unmodifiable?

And which filesystems should I put onto the partitions?

I want to confirm everything before I start partitioning - before it is too late.
_________________
Men of genius do not excel in any profession because they labor in it, but they labor in it because they excel.
William Hazlitt (1778 - 1830)
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Tue Sep 20, 2005 2:03 am    Post subject: Reply with quote

I understand your concern and that's healthy! :wink:
Until you write the partition table to the disk, nothing is lost! You can write the partition info to a paper, so that if you have any problem, you can recover the partition table. Write the number of the beginning and end sectors for each partition and its type. If anything goes wrong, that will allow you to recover your partitiont table.
I would use ext2 for /boot and reiserfs for all other partitions. However, some people prefer to use ext3, instead of reiserfs. That's your choice.
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
Saketh
n00b
n00b


Joined: 19 Sep 2005
Posts: 15
Location: United States of America

PostPosted: Tue Sep 20, 2005 2:05 am    Post subject: Reply with quote

This is somewhat unrelated, but I downloaded and burned the x86 CDs. I have a Pentium 4 Processor. I have a sneaky suspicion that I did something wrong. Was I suppoed to download some other type of iso?
_________________
Men of genius do not excel in any profession because they labor in it, but they labor in it because they excel.
William Hazlitt (1778 - 1830)
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Tue Sep 20, 2005 2:10 am    Post subject: Reply with quote

If you're using the minimal live-cd, then everything is correct. If you're using the universal cd and the package cd, then you're better served by the Pentium IV cds. You can use the x86 cds, but the programs won't be optimized for the Pentium IV. However, if you plan to do a Stage1/3 or to update your packages to the latest versions, there isn't much use on getting the Pentium IV cds.
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
Saketh
n00b
n00b


Joined: 19 Sep 2005
Posts: 15
Location: United States of America

PostPosted: Tue Sep 20, 2005 2:22 am    Post subject: Reply with quote

I am going to use Stage 3 install. I won't have an internet connection for a while (my card only works through ndiswrapper - I heard this doesn't happen under gentoo?).

I will try to use the x86 CDs. I am not that concerned about performance.

However, is there a significant performance difference? I'll get to partitioning tomorrow.
_________________
Men of genius do not excel in any profession because they labor in it, but they labor in it because they excel.
William Hazlitt (1778 - 1830)
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2, 3 ... 8, 9, 10, 11  Next
Page 9 of 11

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum