use cfdisk and change it space.
regards
--- Vij Chau <[EMAIL PROTECTED]> escribió: > Guys,
>
> I want to use 10 gb of free space on my xp (NTFS) in
> linux.
>
> Any suggesstions on hw to do so??
>
> I was thinking using something like partition magic
> to
>
> 1. seperate 10 gb into a partition
Stefan Neufeind wrote:
On 26 Feb 2003 at 6:43, LAST FIRST wrote:
/:2.5G, /usr:5G, /var:1.5G, /boot:300M, /home:900M,
300M for /boot? Be seriour :-)) How about 30M for boot, rest for
swap? Sounds more useful to me.
--- Rodrigo Pereira <[EMAIL PROTECTED]> wrote:
Folks,
I will install linux
On 26 Feb 2003 at 6:43, LAST FIRST wrote:
> /:2.5G, /usr:5G, /var:1.5G, /boot:300M, /home:900M,
300M for /boot? Be seriour :-)) How about 30M for boot, rest for
swap? Sounds more useful to me.
> --- Rodrigo Pereira <[EMAIL PROTECTED]> wrote:
> >Folks,
> >
> >I will install linux in a computer
/:2.5G, /usr:5G, /var:1.5G, /boot:300M, /home:900M,
--- Rodrigo Pereira <[EMAIL PROTECTED]> wrote:
>Folks,
>
>I will install linux in a computer with a hard disk with12GB and 256MB
>of memory. I want to create partitions to /boot, / (root), /var, /tmp,
>/usr, /home, swap. What is the best size
As far as I know, is good to create partitions for that directories.
Example: /var is a log directory, if it is in the / (root) partition it
will consume megas and megas of disk. If the disk if full and an
application tries to create a log file it will halt your system. So a good
strategy is to
If you are unsure - why not set it up like 512MB swap, maybe 10mb for
/boot and the other alltogether on one root-partition? I wouldn't
split it into /var, /tmp, ... since this leads to problems afterwards
.. if you don't want to play around with LVM on a running system. If
you have much data i
On Tue, 25 Feb 2003, Rodrigo Pereira wrote:
> I will install linux in a computer with a hard disk with12GB and 256MB
> of memory. I want to create partitions to /boot, / (root), /var, /tmp,
> /usr, /home, swap. What is the best size for each one ?
It depends. This is also a FAQ.
Here's the be
>>I'm preparing to install an IDE 45gb hard drive on a RH6.1 system. It's
^^
>>not a primary drive, and will mainly be used for extra storage of
>>documents. I have a few elementary questions:
>>
>>1) Other than making sure IDE support is compiled into the
-Original Message-
From: Stephen E. Hargrove <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Monday, September 25, 2000 4:14 PM
Subject: Partitions
>I'm preparing to install an IDE 45gb hard drive on a RH6.1 system. It's
>not a primary drive, and will mainly be used
On Mon, 25 Sep 2000, Stephen E. Hargrove wrote:
> I'm preparing to install an IDE 45gb hard drive on a RH6.1 system. It's
> not a primary drive, and will mainly be used for extra storage of
> documents. I have a few elementary questions:
>
> 1) Other than making sure IDE support is compiled int
Ricardo Marques wrote:
>
> I install Linux with only two partitions swap and Linux native.
>
> All of my colleges install with three, four or more partition each one with
> different size. The number end sizes depend on the situation (server,
> workstation, kind of server, etc).
>
I used to ha
I use 3 on an x86 by default, 4 if I want to seperate /home:
1) about 5MB /boot -> first partition on the drive to steer clear of that
cyllindar 1023 issue on x86's.
2) Most of the disk for /
3) swap.. I do twice my RAM.. but it gets to a point where it's just overkill.
I have 128MB RAM, an
Hi,
I'll second that, I successfully used patition magic
with
one machine and scrambled my drive on another.
Linda
- Original Message -
From: erik <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 03, 2000 10:12 AM
Subject: Re: Partitions
&g
I have found that partition magic is a great way to do this, it has
allowed me to resize and move all of my partitions. a word of waring
tho - BACKUP FIRST!!!
of course ymmv,
-e
On Fri, Mar 03, 2000 at 12:47:01AM -0800, C Heath wrote:
>Does anyone know if the system running Linux will
On Thu, 14 May 1998, GateKeepeR News wrote:
>Ok, well I'm not sure if I want to redo ALL the partitions.. if I
>deleted /home, couldn't I just create /var and /home to the sizes I
Sure, but it depends if there are any other partitions after /home and
/var.
--
---
On Thu, 14 May 1998, GateKeepeR News wrote:
>Hello,
>I have 4 partitions as follows:
>
>/ = 100mb
>/home = 1gb
>/usr = 600mb
>swap = 128mb
On some distributions, /var is symlinked to /usr. On Redhat, /var is
off of the / tree, so it'll necessarily have to compete with the 100
megs that are in /.
>Hello,
>I have 4 partitions as follows:
>
>/ = 100mb
>/home = 1gb
>/usr = 600mb
>swap = 128mb
>
>This is a mail server, so I am guessing I screwed up and made the
>partitions the wrong size. mailboxes reside in /var/spool/mail/ if I am
>not mistaken. So I will most likely run out of room very qui
Ok, well I'm not sure if I want to redo ALL the partitions.. if I
deleted /home, couldn't I just create /var and /home to the sizes I
want? This way I wouldn't have to reconfigure everything.. this only has
an IDE HD and is for ~700 users, but it is actually a test machine. If
my boss likes the wa
Make a symbolic link called /var/spool/mail that points
to /home or some directory beneath home. If you go ahead
and redo all your partitions anyways, for a mail server I would
make a 200 MB partition for the system and the rest for the
mail file system. Also, 128 MB swap is probably to much. I
m
>mostly I guess there's nothing wrong with using one partition for
>everything on a desktop machine that is just that. When I first started
>using linux, I did that (actually, my current desk top still does that..it
There's a variant on this approach, in that you start off with swap and /
partiti
On Tue, 7 Apr 1998, Rob Goodwin wrote:
> > 1024 cylinders listed in your BIOS, then a small /boot partition at the
> > very start of the drive is a must.
>
> I'm not sure i understand how this works exactly.. if you have a small
> partition that only holds your kernel (or does it hold more) then
The root partition (/) typically includes /etc and other key
directories necessary for operation. The other filesystems are
mounted during the boot.
-- Jeff
On Tue, 7 Apr 1998, Rob Goodwin wrote:
>
>
> > 1024 cylinders listed in your BIOS, then a small /boot partition at the
> > very start of
> 1024 cylinders listed in your BIOS, then a small /boot partition at the
> very start of the drive is a must.
I'm not sure i understand how this works exactly.. if you have a small
partition that only holds your kernel (or does it hold more) then how does
it find the /etc directory with the f
On Sat, 4 Apr 1998, W.D.McKinney wrote:
> "Michael" <[EMAIL PROTECTED]> wrote:
> > Hi
> > I have a 4GB partition available for Linux, and I would like to know how to
> > best partition this for Linux ?
> >
> Hmmm...a religion question.
>
> I like :
>
> / 400mb
> /tmp 250 mb
> /usr 750mb
> /usr/
[EMAIL PROTECTED] said:
> Hi I have a 4GB partition available for Linux, and I would like to
> know how to best partition this for Linux ?
> Thanks
Hi Mike;
As you already know, partitioning issues verge on religious ones:
everyone has "the one true way." We all know, however, that the
>At the risk of starting yet another my partition scheme is better
>than your partition scheme war, I have to say I also strongely disagree
>with the single partition scheme. How many partitions you make is up
>to you but IMNSHO you need at least 3, /boot /home and / (I can make
>arguments for mo
On 6 Apr 1998, James Youngman wrote:
> > "Jeff" == Jeff Douglass <[EMAIL PROTECTED]> writes:
>
> Jeff> IMHO for the average single user Linux system one partition
> Jeff> and a swap partition suffices provided you want to install
> Jeff> only one OS on the hard drive.
>
>
> I strongl
> "Jeff" == Jeff Douglass <[EMAIL PROTECTED]> writes:
Jeff> IMHO for the average single user Linux system one partition
Jeff> and a swap partition suffices provided you want to install
Jeff> only one OS on the hard drive.
I strongly disagree; I've been thinking about this a lot over t
gt; From: Jeff Douglass <[EMAIL PROTECTED]>
> To: Red Hat List <[EMAIL PROTECTED]>
> Subject: Re: Partitions
> Resent-Date: 4 Apr 1998 13:27:31 -
> Resent-From: [EMAIL PROTECTED]
> Resent-cc: recipient list not shown: ;
>
> IMHO for the average single user Linux
Jeff Douglass wrote:
> IMHO for the average single user Linux system one partition and a
> swap partition suffices provided you want to install only one OS
> on the hard drive. Foresight when slicing up a large HD can save
> you aggravation later if you are entertaining multiple OS's. If
> not th
Casey Bralla did write;
>I'm confused about partitions. Unless I want to isolate & limit user
>file storage, why not just let the whole disk be 1 partition? (except
>for a separate swap partition).
>What is the disadvantage of having one single large partition?
Ever had the pleasure (NOT) of w
IMHO for the average single user Linux system one partition and a
swap partition suffices provided you want to install only one OS
on the hard drive. Foresight when slicing up a large HD can save
you aggravation later if you are entertaining multiple OS's. If
not then one partition will work. In t
I'm confused about partitions. Unless I want to isolate & limit user
file storage, why not just let the whole disk be 1 partition? (except
for a separate swap partition).
What is the disadvantage of having one single large partition?
>> I have a 4GB partition available for Linux, and I would
"Michael" <[EMAIL PROTECTED]> wrote:
> Hi
> I have a 4GB partition available for Linux, and I would like to know how to
> best partition this for Linux ?
>
> Thanks
>
Hmmm...a religion question.
I like :
/ 400mb
/tmp 250 mb
/usr 750mb
/usr/local 400mb
/usr/X11R6 1000mb
/opt 700mb
/home 500mb
34 matches
Mail list logo