From here to eternity
Being a few words describing an ISV journey …
2007-12-22 : The Hard Disk Crash
Hard disk crashes are a real pain. Somehow they never seem to occur at a convenient time. Duh! Recently my disk began to show errors and before it died completely I decide to upgrade both the hard disk and my operating system.
I rolled up my shirt sleeves and prepared for the worst. My old OS was Fedora Core 4 and I upgraded to Fedora Core 7 (FC7). Not to stand on the soap box too much but the upgrade was relatively painless. You see, since I began using computers I've always had to run that other OS because (a) wherever I've worked they've always had that and (b) well it's too darned easy to install (comparatively). Now I know all the linux geeks will have just crawled out of the proverbial woodwork. But gosh darn it. It's true!
First of all I have to admit that compared to RedHat 5.1, the first linux I installed, the installers now are way good. They get the video card, sound card and almost all the other hardware you could want detected straight out of the box. They also do a good job of giving you a reasonable amount of software so there is no mucking around installing all your applications after the OS is bedded down.
The biggest stumbling block was the old disk. How to get that disk to be seen by the new system. I had left the old hard disk connected when I installed the new OS, and just switched the master/slave order so FC7 had detected the old LogicalVolume and assigned the new LogicalVolume a different name. So it would appear that everything was detected ok, but where was the old hard disk?
Here's the end result. Since the old disk was "partitioned" into logical volumes, the logical volume manager must be used. The new logical volume was LogicalVolume01, the old LogicalVolume00.
- su root # login as root
- /sbin/lvm # run the logical volume manager
- lvm> lvchange -ay /dev/VolGroup00/LogVol00
- lvm> exit
- mkdir /mnt/ddrive # create a mount point
- mount -t ext3 /dev/VolGroup00/LogVol00 /mnt/ddrive # mount the volume
Blog List
2008-08-22 : Something weird has happened to my sales
2008-08-06 : SimpleBugs Released
2008-01-28 : When Too Much Choice Is Bad
2007-12-22 : The Hard Disk Crash
2007-11-30 : What To Blog About
2007-10-27 : Facebook, Facebook and more bloody Facebook
2007-10-01 : What To Blog About
2007-07-04 : SRedirect and SBridge Released
2007-06-30 : War On Spam - Embedded
2007-05-15 : The War On Spam
2007-04-30 : TopDesk v1.5 Is Out
2007-04-08 : Spam, spam, spam, and more spam.
2007-02-02 : To \n or not to \n?
2007-01-03 : Why rolling your own code is fun
2006-12-31 : Where has the year gone?
2006-11-01 : Fsync Released
2006-09-27 : Serving files with Cherrypy and the browser cache?
2006-09-26 : SimpleQuality Hits Beta
2006-09-19 : Too busy to blog
2006-08-14 : What's in a name?
2006-08-13 : Webfaction and Snake Oil
2006-08-03 : PayPal is pay n'ful
2006-07-23 : Why the internet is what it is
2006-07-21 : Why automatic updates are a "bad" thing
2006-07-20 : From reality to fresh hope
2006-07-17 : ... freedom!
2006-07-10 : It's coming together
