public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Scary Paritioning - Need Help
@ 2006-10-20  0:02 Lord Sauron
  2006-10-20  1:18 ` Joe Menola
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Lord Sauron @ 2006-10-20  0:02 UTC (permalink / raw
  To: gentoo-user

This isn't exactly Gentoo-related, however, you guys tend to be the
most command-line savvy group, and this is all about the command line
at the moment...

I have three partitions on my workstation's hard drive.

/dev/sda1 = ntfs (windows)
/dev/sda3 = linux-swap
/dev/sda4 = ext3 (SuSE 10.1)

Where sda2 should be used to be and XFS partition for Kubuntu.

My question is thus: how would I tack that free space onto sda4?  I
don't want to reinstall SuSE if I don't have to.

Throwing out an educated guess, do I have to delete sda3, and then
make sda4 bigger, leaving enough space for sda5 (linux-swap)?

I'm just throwing that idea out there, 'cause I don't know.

I'm using a Kubuntu Live-CD, for those who might ask.  I considered a
Gentoo live-cd, but I couldn't find any copies so I was sort of stuck.

Thanks for any help!

-- 
========== GCv3.12 ==========
GCS d-(++) s+: a? C++ UL+>++++ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
                DI+++ D+ G e* h- !r !y
========= END GCv3.12 ========
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Scary Paritioning - Need Help
  2006-10-20  0:02 [gentoo-user] Scary Paritioning - Need Help Lord Sauron
@ 2006-10-20  1:18 ` Joe Menola
  2006-10-20  1:53   ` Norberto Bensa
                     ` (2 more replies)
  2006-10-20  5:47 ` Daniel Barkalow
  2006-10-20  6:04 ` [gentoo-user] " Dirk Heinrichs
  2 siblings, 3 replies; 16+ messages in thread
From: Joe Menola @ 2006-10-20  1:18 UTC (permalink / raw
  To: gentoo-user

On Thursday 19 October 2006 7:02 pm, Lord Sauron wrote:
> I have three partitions on my workstation's hard drive.
>
> /dev/sda1 = ntfs (windows)
> /dev/sda3 = linux-swap
> /dev/sda4 = ext3 (SuSE 10.1)
>
> Where sda2 should be used to be and XFS partition for Kubuntu.
>
> My question is thus: how would I tack that free space onto sda4?  I
> don't want to reinstall SuSE if I don't have to.
>
> Throwing out an educated guess, do I have to delete sda3, and then
> make sda4 bigger, leaving enough space for sda5 (linux-swap)?

If you delete sda3, sda4 then becomes sda3, so your Suse fstab will require 
changes to reflect this. In theroy, resizing what was sda4 to fill the space 
gained by deleting sda3 should work. 
I'd suggest resizing sda3 to your desired swap partition size then formatting 
it as swap. And then resizing sda4 to grab what space is left over. Then your 
Suse partition will remain sda4. 
Of course, backing up any data of importantce is highly recommended before 
doing anything.

-jm

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Scary Paritioning - Need Help
  2006-10-20  1:18 ` Joe Menola
@ 2006-10-20  1:53   ` Norberto Bensa
  2006-10-20  1:58     ` Lord Sauron
  2006-10-20  6:18   ` [gentoo-user] " Alexander Skwar
  2006-10-20  8:36   ` [gentoo-user] " Neil Bothwick
  2 siblings, 1 reply; 16+ messages in thread
From: Norberto Bensa @ 2006-10-20  1:53 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

Joe Menola wrote:
> If you delete sda3, sda4 then becomes sda3, 

Nope. Partitions below 5 are primary partitions. If you delete one of them, 
nothing changes. 

Perhaps I undertood OP incorrectly and he wants to move sda4 to sda3. 


[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [gentoo-user] Scary Paritioning - Need Help
  2006-10-20  1:53   ` Norberto Bensa
@ 2006-10-20  1:58     ` Lord Sauron
  2006-10-20  4:31       ` Norberto Bensa
  0 siblings, 1 reply; 16+ messages in thread
From: Lord Sauron @ 2006-10-20  1:58 UTC (permalink / raw
  To: gentoo-user

On 10/19/06, Norberto Bensa <nbensa@gmx.net> wrote:
> Joe Menola wrote:
> > If you delete sda3, sda4 then becomes sda3,
>
> Nope. Partitions below 5 are primary partitions. If you delete one of them,
> nothing changes.
>
> Perhaps I undertood OP incorrectly and he wants to move sda4 to sda3.

lsauron@the-dark-tower:~> cat /etc/fstab
/dev/sda4            /                    ext3       acl,user_xattr        1 1
/dev/sda3            swap                 swap       defaults              0 0
### bunch of free space ####
/dev/sda1            /media/sda1          ntfs
ro,users,gid=users,umask=0002,nls=utf8

That's what's happening.

-- 
========== GCv3.12 ==========
GCS d-(++) s+: a? C++ UL+>++++ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
                DI+++ D+ G e* h- !r !y
========= END GCv3.12 ========
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Scary Paritioning - Need Help
  2006-10-20  1:58     ` Lord Sauron
@ 2006-10-20  4:31       ` Norberto Bensa
  0 siblings, 0 replies; 16+ messages in thread
From: Norberto Bensa @ 2006-10-20  4:31 UTC (permalink / raw
  To: gentoo-user; +Cc: Lord Sauron

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

> lsauron@the-dark-tower:~> cat /etc/fstab
> /dev/sda4            /                    ext3       acl,user_xattr       
> 1 1 /dev/sda3            swap                 swap       defaults          
>    0 0 ### bunch of free space ####
> /dev/sda1            /media/sda1          ntfs
> ro,users,gid=users,umask=0002,nls=utf8
>
> That's what's happening.

What's the output of:

fdisk -l /dev/sda

?


[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [gentoo-user] Scary Paritioning - Need Help
  2006-10-20  0:02 [gentoo-user] Scary Paritioning - Need Help Lord Sauron
  2006-10-20  1:18 ` Joe Menola
@ 2006-10-20  5:47 ` Daniel Barkalow
  2006-10-20  6:07   ` Dirk Heinrichs
                     ` (2 more replies)
  2006-10-20  6:04 ` [gentoo-user] " Dirk Heinrichs
  2 siblings, 3 replies; 16+ messages in thread
From: Daniel Barkalow @ 2006-10-20  5:47 UTC (permalink / raw
  To: gentoo-user

On Fri, 20 Oct 2006, Lord Sauron wrote:

> This isn't exactly Gentoo-related, however, you guys tend to be the
> most command-line savvy group, and this is all about the command line
> at the moment...
> 
> I have three partitions on my workstation's hard drive.
> 
> /dev/sda1 = ntfs (windows)
> /dev/sda3 = linux-swap
> /dev/sda4 = ext3 (SuSE 10.1)
> 
> Where sda2 should be used to be and XFS partition for Kubuntu.
> 
> My question is thus: how would I tack that free space onto sda4?  I
> don't want to reinstall SuSE if I don't have to.

You can't really do this in any straightforward way. The easiest thing is 
probably to back up the filesystem on sda4 with something like tar, wipe 
out sda3 and sda4, create a new sda2 (ext3) and sda3 (swap), and untar the 
backed up filesystem onto sda2.

The main issue is that ext3 doesn't support resizing. You need to create a 
new filesystem in order to get a different size. Furthermore, partitions 
are addressed from the beginning, which means that moving the beginning 
will completely change everything.

What I'd do is create a new /dev/sda2 and put home directories there. This 
has a number of minor benefits (and minor drawbacks), but the main thing 
is that you'll have more accessible storage for linux without changing 
your existing filesystem. (And you can move a lot of stuff to the new 
space, leaving more space free on the existing partition)

E.g.:

 Back up everything, in case you screw up or my instructions are wrong.
 Create a new partition 2 on sda with all of the free storage.
 Mount the existing sda4 on /mnt/sda4
 mke2fs -j /dev/sda2
 Mount the new sda2 on /mnt/sda2
 cp -a /mnt/sda4/home /mnt/sda2
 mv /mnt/sda4/home /mnt/sda4/home-old
 mkdir /mnt/sda4/home
 Edit /mnt/sda4/etc/fstab to add an entry for /dev/sda2 on /home as ext3.
 Make sure the it all boots correctly, and comes up with your user(s) home 
  directories correctly, and that you have /home listed in the result of 
  "mount".
 When you're really sure, "rm -rf /home-old" to reclaim the space.

Drawbacks: /home and / will fill up independantly, so you can run out of 
 space on one when there's still space on the other, and balancing these 
 is a pain.
Benefits: if you fill up /home, things that are trying to write to / won't 
 have problems while you clear out more space. Also, if you decide to 
 ditch SuSE in favor of (for example) Gentoo, your home directory is 
 separate from your system files, so most of the stuff you'll want to keep 
 is separate from the stuff you're ditching with SuSE.

	-Daniel
*This .sig left intentionally blank*
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Scary Paritioning - Need Help
  2006-10-20  0:02 [gentoo-user] Scary Paritioning - Need Help Lord Sauron
  2006-10-20  1:18 ` Joe Menola
  2006-10-20  5:47 ` Daniel Barkalow
@ 2006-10-20  6:04 ` Dirk Heinrichs
  2 siblings, 0 replies; 16+ messages in thread
From: Dirk Heinrichs @ 2006-10-20  6:04 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1209 bytes --]

Am Freitag, 20. Oktober 2006 02:02 schrieb ext Lord Sauron:

> I have three partitions on my workstation's hard drive.
>
> /dev/sda1 = ntfs (windows)
> /dev/sda3 = linux-swap
> /dev/sda4 = ext3 (SuSE 10.1)
>
> Where sda2 should be used to be and XFS partition for Kubuntu.
>
> My question is thus: how would I tack that free space onto sda4?  I
> don't want to reinstall SuSE if I don't have to.

You could use bootit-ng's (ask google) partition editing tools (don't know 
wether parted would do the job also), to move sda3 right behind sda1, then 
close the new gap by moving sda4 also. Not sure, but I think this would 
also rename the devices (sda3 -> sda2, sda4 -> sda3).

You can then grow sda4 to whatever you need.

Famous last words: Although I never had problems with bootit-ng, remember to 
backup your stuff before you start.

HTH...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55      | Web:  http://www.capgemini.com
D-40472 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] Scary Paritioning - Need Help
  2006-10-20  5:47 ` Daniel Barkalow
@ 2006-10-20  6:07   ` Dirk Heinrichs
  2006-10-20  8:56     ` Mick
  2006-10-20  6:20   ` [gentoo-user] " Alexander Skwar
  2006-10-20 13:30   ` [gentoo-user] " Alan McKinnon
  2 siblings, 1 reply; 16+ messages in thread
From: Dirk Heinrichs @ 2006-10-20  6:07 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 717 bytes --]

Am Freitag, 20. Oktober 2006 07:47 schrieb ext Daniel Barkalow:

> You can't really do this in any straightforward way.

Yes, he can. You know there are partitioning tools out there.

> The main issue is that ext3 doesn't support resizing.

Plain wrong.

> What I'd do is create a new /dev/sda2 and put home directories there.

Without knowing the size?

Bye...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Hambornerstraße 55      | Web:  http://www.capgemini.com
D-40472 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [gentoo-user]  Re: Scary Paritioning - Need Help
  2006-10-20  1:18 ` Joe Menola
  2006-10-20  1:53   ` Norberto Bensa
@ 2006-10-20  6:18   ` Alexander Skwar
  2006-10-20  8:36   ` [gentoo-user] " Neil Bothwick
  2 siblings, 0 replies; 16+ messages in thread
From: Alexander Skwar @ 2006-10-20  6:18 UTC (permalink / raw
  To: gentoo-user

· Joe Menola <menola@sbcglobal.net>:

> On Thursday 19 October 2006 7:02 pm, Lord Sauron wrote:
>> I have three partitions on my workstation's hard drive.
>>
>> /dev/sda1 = ntfs (windows)
>> /dev/sda3 = linux-swap
>> /dev/sda4 = ext3 (SuSE 10.1)
>>
>> Where sda2 should be used to be and XFS partition for Kubuntu.
>>
>> My question is thus: how would I tack that free space onto sda4?  I
>> don't want to reinstall SuSE if I don't have to.
>>
>> Throwing out an educated guess, do I have to delete sda3, and then
>> make sda4 bigger, leaving enough space for sda5 (linux-swap)?
> 
> If you delete sda3, sda4 then becomes sda3,

No, it doesn't. The first four partitions on a hard drive are
"fixed", ie. partition 4 will always stay partition 4 and it's
perfectly valid to have, eg. sda1, sda3 & sda4 but no sda2.

> so your Suse fstab will require  
> changes to reflect this. In theroy, resizing what was sda4 to fill the space 
> gained by deleting sda3 should work. 

No, it won't. Problem (probably) is, that the available space is "in
front of" sda4. So, if he'd delete sda3 as well, he could move sda4
to the beginning of the disk. Partition Magic (commercial) can be used 
for this; parted as well?

> Of course, backing up any data of importantce is highly recommended before 
> doing anything.

Absolutely!

Alexander Skwar
-- 
Let's organize this thing and take all the fun out of it.


-- 
gentoo-user@gentoo.org mailing list



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

* [gentoo-user]  Re: Scary Paritioning - Need Help
  2006-10-20  5:47 ` Daniel Barkalow
  2006-10-20  6:07   ` Dirk Heinrichs
@ 2006-10-20  6:20   ` Alexander Skwar
  2006-10-20 13:30   ` [gentoo-user] " Alan McKinnon
  2 siblings, 0 replies; 16+ messages in thread
From: Alexander Skwar @ 2006-10-20  6:20 UTC (permalink / raw
  To: gentoo-user

· Daniel Barkalow <barkalow@iabervon.org>:

> The main issue is that ext3 doesn't support resizing.

This is plain wrong. It always used to support resizing. "Lately" (like
in at least the last year, or so), even online resizing is supported by
stock kernel. The patch, which was required for this, made into the stable
kernel sources.

Alexander Skwar
-- 
Now I can finally explain to everyone why I do this.  I just got $7 worth
of free stuff for working on Debian !


-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Scary Paritioning - Need Help
  2006-10-20  1:18 ` Joe Menola
  2006-10-20  1:53   ` Norberto Bensa
  2006-10-20  6:18   ` [gentoo-user] " Alexander Skwar
@ 2006-10-20  8:36   ` Neil Bothwick
  2 siblings, 0 replies; 16+ messages in thread
From: Neil Bothwick @ 2006-10-20  8:36 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 871 bytes --]

On Thu, 19 Oct 2006 20:18:41 -0500, Joe Menola wrote:

> I'd suggest resizing sda3 to your desired swap partition size then
> formatting it as swap. And then resizing sda4 to grab what space is
> left over. Then your Suse partition will remain sda4. 

The problem here is that the standard filesystem resizing tools assume
that the end of the partition has changed. not the start. If there's
enough space, I'd suggest creating a new sda2, copying the contents of
sda4 to it (preferably with rsync) and setting the bootloader and fstab
to use sda2 instead of sda4. Then he can delete sda3/4, create a new swap
partition at the end of the drive and resize sda2 to whatever size he
wants.

Alternatively, just put /home onto sda2, it all depends on the size the
the partitions and their contents.


-- 
Neil Bothwick

Too many clicks spoil the browse.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] Scary Paritioning - Need Help
  2006-10-20  6:07   ` Dirk Heinrichs
@ 2006-10-20  8:56     ` Mick
  0 siblings, 0 replies; 16+ messages in thread
From: Mick @ 2006-10-20  8:56 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1507 bytes --]

On Friday 20 October 2006 07:07, Dirk Heinrichs wrote:
> Am Freitag, 20. Oktober 2006 07:47 schrieb ext Daniel Barkalow:
> > You can't really do this in any straightforward way.
>
> Yes, he can. You know there are partitioning tools out there.
>
> > The main issue is that ext3 doesn't support resizing.
>
> Plain wrong.
>
> > What I'd do is create a new /dev/sda2 and put home directories there.
>
> Without knowing the size?

The cleanest way to do this is to boot any LiveCD and tar your fs in each 
partition/directory into another machine/server/DVD (delete as appropriate).  
Then use fdisk and create the partitions you need afresh.  I'd set sda4 as an 
extended partition and create as many logical partitions in there as you 
need.

Alternatively, assuming you have enough space delete sda2 & sda3.  Create a 
new sda2 as your swap, so as to leave enough space for a new sda3 to untar 
the SUSE fs in there.  Once done boot into your new SUSE partition (sda3) to 
check that things are working as they should, before you delete sda4.  Create 
a new sda4 to the end of the disk as an extended partition and as many 
logical partitions as you need in there.  You can play tunes with this 
scenario depending on relative partition sizes.

Easiest & quickest way to add available space to your SUSE fs (but not 
strictly speaking the partition) is to use EVM, LVM to create all sort of 
schemes for your needs.  Check the Gentoo docs & Wiki.

HTH.
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] Scary Paritioning - Need Help
  2006-10-20  5:47 ` Daniel Barkalow
  2006-10-20  6:07   ` Dirk Heinrichs
  2006-10-20  6:20   ` [gentoo-user] " Alexander Skwar
@ 2006-10-20 13:30   ` Alan McKinnon
       [not found]     ` <e5a3e9ac0610201059g3ee118cbl58898e3b12af7b5c@mail.gmail.com>
  2 siblings, 1 reply; 16+ messages in thread
From: Alan McKinnon @ 2006-10-20 13:30 UTC (permalink / raw
  To: gentoo-user

On Friday 20 October 2006 07:47, Daniel Barkalow wrote:
> The main issue is that ext3 doesn't support resizing. You need to
> create a new filesystem in order to get a different size.
> Furthermore, partitions are addressed from the beginning, which means
> that moving the beginning will completely change everything.

Um, not true. Ext3 does support resizing and can even increase the size 
online without umounting the filesystem. To be fair, ext2online is not 
declared fully completely 100% stable, but I've never seen or heard any 
problems with it. And I use it often...

alan
-- 
gentoo-user@gentoo.org mailing list



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

* [gentoo-user]  Re: Scary Paritioning - Need Help
       [not found]     ` <e5a3e9ac0610201059g3ee118cbl58898e3b12af7b5c@mail.gmail.com>
@ 2006-10-21  8:44       ` Alexander Skwar
  2006-10-21 18:59         ` Lord Sauron
  0 siblings, 1 reply; 16+ messages in thread
From: Alexander Skwar @ 2006-10-21  8:44 UTC (permalink / raw
  To: gentoo-user

· Lord Sauron <lordsauronthegreat@gmail.com>:

> On 10/20/06, Alan McKinnon <alan@linuxholdings.co.za> wrote:
>> On Friday 20 October 2006 07:47, Daniel Barkalow wrote:
>> > The main issue is that ext3 doesn't support resizing. You need to
>> > create a new filesystem in order to get a different size.
>> > Furthermore, partitions are addressed from the beginning, which means
>> > that moving the beginning will completely change everything.
>>
>> Um, not true. Ext3 does support resizing and can even increase the size
>> online without umounting the filesystem. To be fair, ext2online is not
>> declared fully completely 100% stable, but I've never seen or heard any
>> problems with it. And I use it often...
> 
> Yah, you resize ext3 with the ext2resize command.

Yes.

> I'm just scared to 
> use it because I don't know how.

Read the man page. The easiest usage (and I assume most common) is:

        ext2resize $fs

BTW: One of the most valuable tips already given in this thread
was to use EVMS or LVM. With EVMS or LVM, you just don't have 
problems like this.

Alexander Skwar
-- 
P.S. Perl's master plan (or what passes for one) is to take over the
world like English did.  Er, *as* English did...
             -- Larry Wall in <199705201832.LAA28393@wall.org>


-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] Re: Scary Paritioning - Need Help
  2006-10-21  8:44       ` [gentoo-user] " Alexander Skwar
@ 2006-10-21 18:59         ` Lord Sauron
  2006-10-22  9:31           ` [gentoo-user] " Alexander Skwar
  0 siblings, 1 reply; 16+ messages in thread
From: Lord Sauron @ 2006-10-21 18:59 UTC (permalink / raw
  To: gentoo-user

On 10/21/06, Alexander Skwar <listen@alexander.skwar.name> wrote:
> · Lord Sauron <lordsauronthegreat@gmail.com>:
> > I'm just scared to
> > use it because I don't know how.
>
> Read the man page. The easiest usage (and I assume most common) is:

I did read the man page.  The whole thing.  If counfused the heck out
of me.  I just got so scared I'd start writing over blocks belonging
to another partition or something...

What I ended up doing was backing up all my data to DVD (something I
should do periodically anyways) and then reinstalling the whole OS.
Works just fine, and I got rid of a whole mess of junk I installed and
then found out that I don't want installed.

> BTW: One of the most valuable tips already given in this thread
> was to use EVMS or LVM. With EVMS or LVM, you just don't have
> problems like this.

Next time I'm installing a system I'll look for that.  I know LVM is a
very powerful tool, but I haven't used it yet.

-- 
========== GCv3.12 ==========
GCS d-(++) s+: a? C++ UL+>++++ P+
L++ E--- W+(+++) N++ o? K? w--- O? M+
V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
                DI+++ D+ G e* h- !r !y
========= END GCv3.12 ========

-- 
gentoo-user@gentoo.org mailing list



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

* [gentoo-user]  Re: Re: Scary Paritioning - Need Help
  2006-10-21 18:59         ` Lord Sauron
@ 2006-10-22  9:31           ` Alexander Skwar
  0 siblings, 0 replies; 16+ messages in thread
From: Alexander Skwar @ 2006-10-22  9:31 UTC (permalink / raw
  To: gentoo-user

· Lord Sauron <lordsauronthegreat@gmail.com>:

> On 10/21/06, Alexander Skwar <listen@alexander.skwar.name> wrote:
>> · Lord Sauron <lordsauronthegreat@gmail.com>:
>> > I'm just scared to
>> > use it because I don't know how.
>>
>> Read the man page. The easiest usage (and I assume most common) is:
> 
> I did read the man page.  The whole thing.

Great. Then there's no need for additional questions ;)

> If counfused the heck out 
> of me. 

Aha. What exactly did confuse you?

> I just got so scared

Scared about or by what?

> I'd start writing over blocks belonging  
> to another partition

With ext2resize? Close to impossible.

> or something... 

?

> What I ended up doing was backing up all my data to DVD

Backup is always a good idea, just like you wrote.

Alexander Skwar
-- 
You may be gone tomorrow, but that doesn't mean that you weren't here today.


-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2006-10-22  9:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-20  0:02 [gentoo-user] Scary Paritioning - Need Help Lord Sauron
2006-10-20  1:18 ` Joe Menola
2006-10-20  1:53   ` Norberto Bensa
2006-10-20  1:58     ` Lord Sauron
2006-10-20  4:31       ` Norberto Bensa
2006-10-20  6:18   ` [gentoo-user] " Alexander Skwar
2006-10-20  8:36   ` [gentoo-user] " Neil Bothwick
2006-10-20  5:47 ` Daniel Barkalow
2006-10-20  6:07   ` Dirk Heinrichs
2006-10-20  8:56     ` Mick
2006-10-20  6:20   ` [gentoo-user] " Alexander Skwar
2006-10-20 13:30   ` [gentoo-user] " Alan McKinnon
     [not found]     ` <e5a3e9ac0610201059g3ee118cbl58898e3b12af7b5c@mail.gmail.com>
2006-10-21  8:44       ` [gentoo-user] " Alexander Skwar
2006-10-21 18:59         ` Lord Sauron
2006-10-22  9:31           ` [gentoo-user] " Alexander Skwar
2006-10-20  6:04 ` [gentoo-user] " Dirk Heinrichs

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