>I finally have the extra hard drive working with linux, it is a 350 Meg
>HD just used for extra space. The first drive is a 540 meg drive for
>the rest of the linux system, and "hdb" is a 3.2 Gig drive for
>windows/dos, I have now added the 350 Meg drive as an additional linux,
>but is there a way I can use the new drive for /usr, or just cp the
>entire /usr directory to that drive(I'm out of space on my first drive)?
>How can I do this? Is this that "tar" thing? if so, how do I go about
>doing it?
(1) partition (fdisk) and format (mkfs) the 350M drive;
(2) Mount (mount) it somewhere and then copy (cp -avx) your current
/usr directory to it, then unmount (umount) it;
(3) Rename (mv) /usr to /oldusr, and make (mkdir) a new, empty
/usr directory.
(4) Make an fstab (man fstab) entry to mount the drive to /usr
at boot time;
(5) Reboot, make sure the new filesystem is mounted (df), and then
make sure everything in /usr still works;
(6) When satisfied, remove (rm -rf) /oldusr with its contents.
Look up the commands in parentheses (man <command>) to understand them
before using them! This will take some study, but you'll be very glad to
have the experience.
Hope this helps.
-- Rod
----------------------------------------------------------------------
Sunset Systems Home of the $500 Linux Computer
http://www.sunsetsystems.com/
----------------------------------------------------------------------