Just today I took my smaller dos partition and made it /, and then madeQuote:>I recently made a 360Mb Linux partition to whole the entire
>(almost) SLackware 3.0
>Now I have second thought. After I downloaded tons of Apps, the
>partition is almost full (60-70Mb) full. It is still okay in the mean
>time, but I'm looking at sometime later.
>So, I think I should make two (at least) separate partitions for Linux.
>One for Apps (like /usr), and one for Linux xystem kernel thing.
>It makes thing easier if I ever want to upgrade the Linux. Am I correct?
my existing partition /usr. It was a lot easier than I thought it would be.
Ask yourself: What directories are taking up the most space, and where am I
adding new stuff? The first question can be found out by typing du -s <dir>.
After you've figured that out, think how everything will fit. You want to
avoid filling up anything. If you want /usr and /home on the same partition
(probably a bad idea but just for example) you could move user directories
to /usr/home and make a symlink from /home to /usr/home. Just don't go crazy
with symlinks, a thousand here, a thousand there, and you're out of inodes. :)
The best, easiest, and least annoying way is to just have one partition for
everything. But if you can't repartition...
--
One of the lessons of history is that nothing is often a good thing to
do and always a clever thing to say.
-- Will Durant