M
Yup, I'll be sticking with XP until Vista actually becomes worthwhile upgrading to.
Sorry but all the Digital Rights Management puts me right off! Not to mention the graphics hungry styles of 3d windows. Pointless!!
Not worth shelling out money for in my opinion. Will probably end up with it when I get a new computer. But I tend to build/upgrade mine, so will be a while!!!
Yup, I'll be sticking with XP until Vista actually becomes worthwhile upgrading to.
Sorry but all the Digital Rights Management puts me right off! Not to mention the graphics hungry styles of 3d windows. Pointless!!
Not worth shelling out money for in my opinion. Will probably end up with it when I get a new computer. But I tend to build/upgrade mine, so will be a while!!!
Yup, I'll be sticking with XP until Vista actually becomes worthwhile upgrading to.
Sorry but all the Digital Rights Management puts me right off! Not to mention the graphics hungry styles of 3d windows. Pointless!!
Not worth shelling out money for in my opinion. Will probably end up with it when I get a new computer. But I tend to build/upgrade mine, so will be a while!!!
The funniest thing about the vista 3d desktop is that it was done by the linux people well before microsoft, i have a live bootable cd of knoppix with all the 3d desktop for linux and it blows the XP aero gui out of the water.
I think I have the same disk, I tried to use it as a rescue disk a few weeks ago and couldn't, don't understand enough abot linux DT_Xtremez_42:
Off Topic
Let us know if you need advice on using it as a resue disc, had many a time using it to save XP owners stuff
Off TopicI need advice on using it as a rescue disk coss it wouldn't let me write to my second partition ::/:
Off Topic
open a terminal and type sudo su which puts you into root mode(god mode) to mount a partition in Read/Write mode type mount -rw /dev/hd[xxx] where the primary drive is hda with partiions 1to3/4-5to9
Off Topic
Great and once more in English ? DT_Xtremez_21: DT_Xtremez_35:
sorry i have a habit of doing that,
sudo su logs you into the admin account in the live CDs. mount effectively accesses the partion for read/write.
-rw is read write mode.
/dev/hda is the first hardrive(master) on the first channel(primary hardrive connector)
/dev/hdb is the second hardrive(slave) on the first channel. (primary hardrive connector)
/dev/hdc is the first hardrive(master) on the second channel(secondary hardrive connector)
/dev/hdd is the second hardrive(slave) on the second channel.(secondary hardrive connector)
The number after the hardrive is the partition number, there can be up to 9 partions ona disc, partion 4 is not a drive but space for storing partions so you can use numbers 1-4 or 1-3 and 5-9
okay so assuming the second partion is on the same drive as windows try using
mount -rw /dev/hda2
....
at ISL we have had it rumoured that XP was going to replace Windows 2000 at work, but waiting to sort licences etc. Not too sure of all the details, but it's always had me wondering why we aren't using it already, especially as the spams have been using XP on their networks for a while !!
And if the RAF aren't even going to manage to get licences for XP usage, I dont reckon that they'll go straight onto Vista...any other thoughts?
Perfect dude. That's exactly what I needed, I'll try it later and let you laugh at how I get along DT_Xtremez_14:
So that means mount read/write device hard drive a partition 2 my D: drive ?
I really have to learn a bit more about linux !
Oh, is that case sensitive ?