In article <7v5jr.1369$8_6....@newsfe09.iad>, unruh <
un...@invalid.ca> wrote:
> On 2012-04-16,
no.to...@gmail.com <
no.to...@gmail.com> wrote:
> > In article <
87mx6da...@apaflo.com>,
fl...@apaflo.com (Floyd L. Davidson) wrote:
> >========
> > Ok, this is what I've found out and what I plan to do:-
> > The <transparent overflow> is apparently called LVM;
> > but it seems that few users know about it or use it, and
> > I'm not happy that I started, but didn't finish using it.
> >
> > Whereas the "buy yourself a new one" is a simplistic
> > suggestion, similar to the idea that you can always buy
> > some snake-oil solution for your health, instead of managing
> > your life-style, I'll go with Floyd Davidson's suggestion:
> > get a BIG one and keep the old disks as backup; and migrate
> > incrementally.
>
> What are you talking about? If you run out of disk space, buying more
> disk space is NOT snake oil. It is a solution to your ptoblems. Just as,
> if your car runs out of gas, buying more gas is a solution, not snake
> oil. Now you may also want to conserve gas by driving less and by
> driving more carefully, which is fine.
> And exactly how is "buy yourself a new one" different from "get a BIG
> one"?
From my `cfdisk` extract you can see that I've often got up to
50 partitions on a IDE. The total IDE is probably less than 25%
filled. So the idea [completely different from your's car's SINGLE
gas tank] of <virtually expanding any of the partitions> seemed
attractive.
The one that has filled up is a hdx11.
I expect not to have a good reason to create many small
partitions in future; but the old data must live.
BTW Ionce found an interesting script which called fdisk
iteratively, and output to help fix hdx26's partition table
which of course made ALL other > 26 unreachable!
> And just how is "migrate incrementally" a solution, except one that is
> almost certain to give you headaches when you forget just what you have
> already migratied, what is new and what is old and where it is stored.
Sure, it's too error prone.
> Just use rsync and migrate it all. Save the old one for a while and then
> when you find that you moved everything, then erase it and use that
> disk for backup.
No, I'd just keep them as the 2012 status.
What you can do [because you don't want to destroy your
familiar classification arrangement [ontology], is to
appropriately increase the space for classifications that have
shown they needed more than you previously anticipated.
> So? Yes, it is time that you consolidated and stopped carving up your
> disks into teeny weeny partitions.( exactly why did you do that in the
> first place?)
You don't want to know
> >
> > I've just refound a vitally important letter dating from 1999
> > on hdc37, relating to the incompetent and corrupt confiscation
> > of my rental property, here in 'new-South-Africa'.
>
> Good. And?
So, keeping access to the old texts is most important.
And part of that is not destroying the old classification
knowledge. The most valuable component is your
knowlwdge and you can't re-BUY that.
> > A further important reason why "just buy yourself a new
> > one" can be disasterous [you can't buy a new brain to
> > expand your decades of aquired knowledge], is that
> > countless files "know about" eg.
> > /mnt/p11/Legal/CivilProc/OnThePapers
> > which is a file on partition11 of the 80GB disk.
> > And its name, recorded in other files can't change from
> > "/mnt/p11/...".
>
> It is called soft links. And that is another reason why your previous
> procedure had some difficulties, shall we say.
Yes `ln -s` can be nice, but one reason why I've not used that
is that I've used the IDEs like floppies: exposed on their cables,
and I transfer some when I move between locations.
> > The other thing that confuses me:
> > I bought a Win7 netbook, because I mistakenly though
> > that linux couldn't handle my fixed-wireless-phone;
> > and `fdisk -l` shows sda1,2,3,4.
> > So it seems that the new PC's don't use IDE ?
>
> No. Linux switched so that all of the disks are now treated as sd disks
> (esp the sata disks-- it may be that ata disks still get called hda)
Well I've just tested DebEtch on a Win7 netbook and `fdisk -l`
shows all sdx, but grub only sees/wants hdx.
+++++++++++++++++++
A related topic what should be simple: lilo/grub; because it's only
got 3 concepts;
1. the device that BIOS jumps to initially [AFAIK, in old times it
then jumped to the first bootable partition, of 4 or less]
2. the partition which is "/"
3. the path/fileName of krnl & initrd
yet the docos are thousands of lines of confusion.
lilo even wants to pretend it needs Latex documentation
[for artistic effect?]. What is wrong with these clowns ?
Have they never head of 'hello world', where you start with
the minimal demo, and only then incrementally refine it!