public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* Partitioning
@ 2005-04-07 14:18 smertz
  0 siblings, 0 replies; 16+ messages in thread
From: smertz @ 2005-04-07 14:18 UTC (permalink / raw)
  To: linux-newbie

I noticed after installing Red Hat Enterprise Linux ES release 4 
(Nahant) last week when I do a fdisk -l that the automatic partitioning 
might not have done such a good job of partitioning out my 200 GIG HD.

[root@localhost ~]# fdisk -l

Disk /dev/sda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      104391   83  Linux
/dev/sda2              14       24321   195254010   8e  Linux LVM
[root@localhost ~]#


Shouldn't there normally be a few more partitions like /swap /usr etc? 
If so is it possible to manipulate these post install?  Or better to go 
back and re-install and manually do the partitions? Either way I would 
appreciate any advice on allocating the HD out.  There will be no other 
OS on this drive/machine, just RH.

Also I'm curious why my Hard drives are listed as sda1.  These are ATA 
drives.  Just looked at the drive they are the new SATA drives and may 
be recognized incorrectly.

Thanks

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 16+ messages in thread
* RE:  Partitioning
@ 2005-04-07 14:32 Mike Turcotte
  2005-04-07 16:02 ` Partitioning smertz
  0 siblings, 1 reply; 16+ messages in thread
From: Mike Turcotte @ 2005-04-07 14:32 UTC (permalink / raw)
  To: linux-newbie

Many new Serial ATA controllers have their modules listed as SCSI
devices, I am not sure why, I think it has to do with their standards or
something. This is normal. Also, what the auto partitioning did was
create a 100 Mbyte partition for use as /boot, and the rest of the drive
allocated as LVM (Logical Volume Manager). What you do is create virtual
file systems inside the LVM (such as /, /usr, /var, /home, whatever).
This quickly becoming the norm in the Linux community.

Michael Turcotte
Information Systems
City of North Bay
200 McIntyre St. E
PO Box 360
North Bay, Ontario
P1B 8H8
 
Mike.Turcotte@cityofnorthbay.ca
http://www.cityofnorthbay.ca 

> -----Original Message-----
> From: linux-newbie-owner@vger.kernel.org [mailto:linux-newbie-
> owner@vger.kernel.org] On Behalf Of smertz
> Sent: Thursday, April 07, 2005 10:18 AM
> To: linux-newbie@vger.kernel.org
> Subject: Partitioning
> 
> I noticed after installing Red Hat Enterprise Linux ES release 4
> (Nahant) last week when I do a fdisk -l that the automatic
partitioning
> might not have done such a good job of partitioning out my 200 GIG HD.
> 
> [root@localhost ~]# fdisk -l
> 
> Disk /dev/sda: 200.0 GB, 200049647616 bytes
> 255 heads, 63 sectors/track, 24321 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
> 
>     Device Boot      Start         End      Blocks   Id  System
> /dev/sda1   *           1          13      104391   83  Linux
> /dev/sda2              14       24321   195254010   8e  Linux LVM
> [root@localhost ~]#
> 
> 
> Shouldn't there normally be a few more partitions like /swap /usr etc?
> If so is it possible to manipulate these post install?  Or better to
go
> back and re-install and manually do the partitions? Either way I would
> appreciate any advice on allocating the HD out.  There will be no
other
> OS on this drive/machine, just RH.
> 
> Also I'm curious why my Hard drives are listed as sda1.  These are ATA
> drives.  Just looked at the drive they are the new SATA drives and may
> be recognized incorrectly.
> 
> Thanks
> 
> -
> To unsubscribe from this list: send the line "unsubscribe
linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 16+ messages in thread
* partitioning
@ 2004-01-25 13:37 S. Barret Dolph
  2004-01-25 16:08 ` partitioning chuck
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: S. Barret Dolph @ 2004-01-25 13:37 UTC (permalink / raw)
  To: linux-newbie

I am probably getting too picky about repartitioning my drive but I want it to 
be set up for a long time. I never use all the space in my harddrive even 
though it is relatively small. (I only use it for work and don't play any 
games.)

Questions......

My old setup

sda1 	/ 		1g
sda5		/swap	1024k  (512ram)
sda6		/usr		6g
sda7		/home	10g

I will be using Sourcemage which puts sources in /var so I have been thinking 
about taking 3g out of home and making a /var of 3g.

 I will probably take another 3 out of home and add it to usr/ but that is 
probably overkill. Neither use too much.

I am confused about where /swap should go. I have a SCSI drive and from what I 
read that should be on the outside. So should I put /swap at sda8? (Given 
that I have added /var.)

I had a /home because it was convenient to upgrade with CD's when I only had a 
56 modem. Now that I am using a source based installation is the /home 
unnecessary as I am the only user.

Is having a /tmp partition necessary?
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Partitioning
@ 2002-08-10  0:58 Natarajan K
  2002-08-09 15:52 ` Partitioning Ray Olszewski
  2002-08-09 18:31 ` Partitioning Riley Williams
  0 siblings, 2 replies; 16+ messages in thread
From: Natarajan K @ 2002-08-10  0:58 UTC (permalink / raw)
  To: ILUGC; +Cc: Linux Newbie

HI,
	I tried changing an existing dos partition into a ext2 one using mkfs.ext2 
and mk2efs. 
 # mkfs.ext2 /dev/hda7
But the partition type is still FAT 32 when I use fdisk(in Linux). I am not 
able to mount it as a FAT partition though. If I delete the partition then my 
partition numbers get changed i.e. 
If I am delete /dev/hda7 -- FAT 32 (mentioned above)
then the following happens
/dev/hda8 -----> /dev/hda9 (Linux swap)
/dev/hda9 -----> /dev/hda8 (ext2)

The /dev/hda9 partition houses LInux. If the partition number changes then I 
may need to run LILO again. But is there no other way out to convert the 
existing FAT partition to an ext2 partition.
-- 
Natarajan
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2005-04-07 16:50 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-07 14:18 Partitioning smertz
  -- strict thread matches above, loose matches on Subject: below --
2005-04-07 14:32 Partitioning Mike Turcotte
2005-04-07 16:02 ` Partitioning smertz
2005-04-07 16:50   ` Partitioning James Miller
2004-01-25 13:37 partitioning S. Barret Dolph
2004-01-25 16:08 ` partitioning chuck
2004-01-25 16:42 ` partitioning Ray Olszewski
2004-01-25 16:53   ` partitioning S. Barret Dolph
2004-01-26  0:27 ` partitioning Ken Moffat
2004-01-26 15:04   ` partitioning Hal MacArgle
2004-01-26 17:16     ` partitioning Ken Moffat
2004-01-27 19:16       ` partitioning Hal MacArgle
2004-01-27 20:19         ` partitioning pa3gcu
2002-08-10  0:58 Partitioning Natarajan K
2002-08-09 15:52 ` Partitioning Ray Olszewski
2002-08-09 18:31 ` Partitioning Riley Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox