All of lore.kernel.org
 help / color / mirror / Atom feed
From: chuck gelm <chuck@gelm.net>
To: Newbie Linux Users <linux-newbie@vger.kernel.org>
Subject: Re: partitioning drive
Date: Tue, 23 Mar 2004 08:56:35 -0500	[thread overview]
Message-ID: <40604213.3020203@gelm.net> (raw)
In-Reply-To: <20040323131055.GA13194@panix.com>

Rei Shinozuka wrote:

>by the way, i backed up the system using mondoarchive.
>
>also, the reason i'd rather not reinstall from scratch is
>that there an all-in-wonder video card, and other various
>drivers installed and working perfectly now. i am fairly certain
>i would blow at least a weekend reinstalling all of that and getting
>it to work (and weekends are hard to come by with a 2, 5, and 6-year
>old running about).
>
>thanks again!
>
>-rei
>
>On Mar23 08:02, Rei Shinozuka wrote:
>  
>
>>i was just delivered a lovely preinstalled system.  
>>
>>[root@tuxedo shino]# uname -a
>>Linux tuxedo 2.4.22-1.2115.nptl #1 Wed Oct 29 15:31:21 EST 2003 i686 athlon i386 GNU/Linux
>>
>>the only
>>problem is that it has only one data partition.  what i'd
>>really like is 5-6 partitions something like:
>>
>>/
>>/home
>>/local
>>/data
>>/boot2
>>/swap
>>
You already have '/swap' and the only other default partition mentioned is
'/home'. Would you be willing to add another hard drive and create on it
/home, /local, /data, /boot2;
mount /dev/home-on-new-disk /home-on-new-disk
cp -R /home /home-on-new-disk;
edit your /etc/fstab to mount /dev/home-on-new-disk as /home;
reboot  ?

HTH, Chuck

>>
>>what's my best best to make this happen?  fips?    fdisk?
>>disk druid?  something on the fedora install disks?
>>
>>this is what it looks like now.
>>
>>[root@tuxedo shino]# df -m
>>Filesystem           1M-blocks      Used Available Use% Mounted on
>>/dev/hda3               190140      7085    173397   4% /
>>/dev/hda1                   99         7        88   7% /boot
>>none                       505         0       505   0% /dev/shm
>>
>>~ $ cat /etc/fstab 
>>LABEL=/                 /                       ext3    defaults        1 1
>>LABEL=/boot             /boot                   ext3    defaults        1 2
>>none                    /dev/pts                devpts  gid=5,mode=620  0 0
>>none                    /proc                   proc    defaults        0 0
>>none                    /dev/shm                tmpfs   defaults        0 0
>>/dev/hda2               swap                    swap    defaults        0 0
>>
                                         ^^

>>/dev/cdrom              /mnt/cdrom              udf,iso9660 noauto,owner,kudzu,ro 0 0
>>/dev/cdrom1             /mnt/cdrom1             udf,iso9660 noauto,owner,kudzu,ro 0 0
>>/dev/fd0                /mnt/floppy             auto    noauto,owner,kudzu 0 0
>>
>>
>>thanks so kindly in advance!
>>
>>-rei
>>    
>>


-
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

  reply	other threads:[~2004-03-23 13:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-23 13:02 partitioning drive Rei Shinozuka
2004-03-23 13:10 ` Rei Shinozuka
2004-03-23 13:56   ` chuck gelm [this message]
2004-03-23 14:39 ` pa3gcu
2004-03-23 15:01   ` Andrew Langdon-Davies
     [not found]   ` <20040323180912.GC25879@panix.com>
2004-03-23 21:10     ` pa3gcu
2004-03-23 21:48       ` Ray Olszewski
2004-03-23 22:03         ` pa3gcu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40604213.3020203@gelm.net \
    --to=chuck@gelm.net \
    --cc=linux-newbie@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.