A classic: What is the name of your HD?
-
When I make a test system with an NTFS drive I always call it "EnTeeEffEss" ;) --Mike-- Ericahist | Homepage | RightClick-Encrypt | 1ClickPicGrabber CP SearchBar v2.0.2 released
Michael Dunn wrote: EnTeeEffEss LOL I'm having a hard time typing this, after reading that. :-) Regardz Colin J Davies
*** WARNING *
This could be addictive
**The minion's version of "Catch :bob: "It's a real shame that people as stupid as you can work out how to use a computer. said by Christian Graus in the Soapbox
-
Does it have a shiny metal ass? :suss: -- You still have your old friend Zoidberg. You all have Zoidberg!
-
Well, then I'd suddenly hit a brick wall. While 'C' could be carbon, what would 'D' be? There is no element 'D'. :-D If your nose runs and your feet smell, then you're built upside down.
-
YES!!! And I forgot to mention that my work PC is named ZOIDBERG. wib wib wib wib wib ;P
He's a doctor, hmmmmm? Wib wib wib wib! :-D -- You still have your old friend Zoidberg. You all have Zoidberg!
-
Mine are Little Boy (60GB) and Fat Man (120 GB)
Every gun that is made, every warship launched, every rocket fired, signifies in the final sense a theft from those who hunger and are not fed, those who are cold and are not clothed - Dwight D. Eisenhower
C:\ I know, I know, its a complex naming system but you get used to it after awhile Matt Newman
Sonork: 100:11179 "If you're Noah and you're facing the Flood, don't call a lawyer, start building an Ark." - David Cunningham -
Mine are Little Boy (60GB) and Fat Man (120 GB)
Every gun that is made, every warship launched, every rocket fired, signifies in the final sense a theft from those who hunger and are not fed, those who are cold and are not clothed - Dwight D. Eisenhower
c: Pr0n d: MorePr0n e: Warez f: MP3s g: WindozH8xaors (this is the 200 gig unit, mostly full)
Todd C. Wilson (meme@nopcode.com) NOPcode.com Visual Face Lift: Skinning for apps Listen! Audio Server: Be the music "Flow with whatever may happen and let your mind be free: Stay centered by accepting whatever you are doing. This is the Way." - Chuang-Tzu "Zen in the Martial Arts"
-
Mine are Little Boy (60GB) and Fat Man (120 GB)
Every gun that is made, every warship launched, every rocket fired, signifies in the final sense a theft from those who hunger and are not fed, those who are cold and are not clothed - Dwight D. Eisenhower
When I had two drives, I called my C drive Cool, and my D drive Dude. One time I had three drives and I called my E drive Excellent. :-) Ah, those were the days. Today it's just one big fat drive and I haven't bothered renaming it. Regards, Alvaro
Hey! It compiles! Ship it.
-
Mine are Little Boy (60GB) and Fat Man (120 GB)
Every gun that is made, every warship launched, every rocket fired, signifies in the final sense a theft from those who hunger and are not fed, those who are cold and are not clothed - Dwight D. Eisenhower
C: ho ho ho F: wer da stuff goes Yes, I only have two HDDs :/ - Jason (SonorkID 100.611) The Code Project - Orange makes the art grow fonder
-
Mine are Little Boy (60GB) and Fat Man (120 GB)
Every gun that is made, every warship launched, every rocket fired, signifies in the final sense a theft from those who hunger and are not fed, those who are cold and are not clothed - Dwight D. Eisenhower
Windows XP (C:) Common (D:) Weiye, Chen When pursuing your dreams, don't forget to enjoy your life...
-
What will you be running then? Linux? :) -- You still have your old friend Zoidberg. You all have Zoidberg!
Probably: we can't afford not supporting Linux anymore, and I think that, by then end of the year, Mono will be good enough to run our software. If, by the end of the year, it isn't good enough, we'll start collaborating to the Mono project until it is. OpenBSD is not an option yet, since most of our machines are SMP. You can do it on anything you choose - from .bat to .net - A customer
-
Mine are Little Boy (60GB) and Fat Man (120 GB)
Every gun that is made, every warship launched, every rocket fired, signifies in the final sense a theft from those who hunger and are not fed, those who are cold and are not clothed - Dwight D. Eisenhower
Mines "You little...!!" cheers, Chris Maunder
-
Mine are Little Boy (60GB) and Fat Man (120 GB)
Every gun that is made, every warship launched, every rocket fired, signifies in the final sense a theft from those who hunger and are not fed, those who are cold and are not clothed - Dwight D. Eisenhower
C: BOOT_DISK D: New Volume E: SYSTEM F: APPS Q: DOWNLOADS John
-
Mine are Little Boy (60GB) and Fat Man (120 GB)
Every gun that is made, every warship launched, every rocket fired, signifies in the final sense a theft from those who hunger and are not fed, those who are cold and are not clothed - Dwight D. Eisenhower
KaЯl wrote: Mine are Little Boy (60GB) and Fat Man (120 GB) :omg: Explosive facts you tell us....:-D Mine are data, sounddata, videodata, WinME, Win2K, video1, video2, video3...
Olli "Ooooooh, they have the internet on computers now!"
Homer Simpson
:beer: + :java: = NULL :=> X| -
Mine are Little Boy (60GB) and Fat Man (120 GB)
Every gun that is made, every warship launched, every rocket fired, signifies in the final sense a theft from those who hunger and are not fed, those who are cold and are not clothed - Dwight D. Eisenhower
'Master' and 'Apprentice' Because: "Always two there are: A master and an apprentice.", Yoda
Who is 'General Failure'? And why is he reading my harddisk?!?
-
Herford Angus Moo I Eat Grass Meh (i named the last one Meh because it kept going corrupt) *.* cin >> knowledge;
Does that mean you have a Gateway brand computer? ;P John
"We want to be alone when we hear too many words and we feel alone when it has been a while since anyone has spoken to us." Paul David Tripp -- War of Words -
You can name partitions in Linux IIRC. The reason was to make the mount table disk independent so that you could swap disk position (hda2 instead of hda1) and it would still mount correctly. -- You still have your old friend Zoidberg. You all have Zoidberg!
Of course, you could always rename /dev/hda1 to /dev/oldhda1 and /dev/hda2 to /dev/oldhda2, then create symlinks from /dev/hda1 to /dev/oldhda2 and from /dev/hda2 to /dev/oldhda1. Linux and other UNIXes don't care about the actual names, they just care about the device type, major and minor function numbers recorded in the directory. When you tell LILO or
grub
which disk to boot from for a particular entry, it looks up the directory entry you specified and records the actual major and minor function numbers in the generated boot sector. Actually, there is an option to get the Linux kernel to generate the /dev file system in memory, since 2.3.42 - see devfs[^]. However, this is a bit fraught with backwards compatibility issues, and is often turned off. This kind of thing does tend to lead to your USB devices moving about if you change which port they're plugged into, IIRC. In this area, Windows is a hands-down winner: devices are identified by their serial numbers and are enumerable by class or interface (seeSetupDiGetClassDevs
), they don't move about very much, and mappings usually persist. OK, it's still not perfect, but... -
Does that mean you have a Gateway brand computer? ;P John
"We want to be alone when we hear too many words and we feel alone when it has been a while since anyone has spoken to us." Paul David Tripp -- War of Words -
Mine are Little Boy (60GB) and Fat Man (120 GB)
Every gun that is made, every warship launched, every rocket fired, signifies in the final sense a theft from those who hunger and are not fed, those who are cold and are not clothed - Dwight D. Eisenhower
A better one (for those with multiple systems) would be: What are the names of the computers on your local net? Mine are: Beast (my Gaming/Dev box - Athlon 1Ghz, 640MB ram, etc.) POS (my girlfriends' computer, a crappy eMachine) Calculator (my stripped down 486 I use as a gateway) RoadTrip (my old laptop) Jinx (my problem laden newer laptop - named before the headaches...) Jeremy Kimball
-
Of course, you could always rename /dev/hda1 to /dev/oldhda1 and /dev/hda2 to /dev/oldhda2, then create symlinks from /dev/hda1 to /dev/oldhda2 and from /dev/hda2 to /dev/oldhda1. Linux and other UNIXes don't care about the actual names, they just care about the device type, major and minor function numbers recorded in the directory. When you tell LILO or
grub
which disk to boot from for a particular entry, it looks up the directory entry you specified and records the actual major and minor function numbers in the generated boot sector. Actually, there is an option to get the Linux kernel to generate the /dev file system in memory, since 2.3.42 - see devfs[^]. However, this is a bit fraught with backwards compatibility issues, and is often turned off. This kind of thing does tend to lead to your USB devices moving about if you change which port they're plugged into, IIRC. In this area, Windows is a hands-down winner: devices are identified by their serial numbers and are enumerable by class or interface (seeSetupDiGetClassDevs
), they don't move about very much, and mappings usually persist. OK, it's still not perfect, but...Mike Dimmick wrote: Linux and other UNIXes don't care about the actual names, they just care about the device type, major and minor function numbers recorded in the directory. I know, but I swear I read a manual/howto somewhere which stated that you could label the partitions with "virtual" disk names. These disk names where then used in the mount tables instead of the device entry names, thus the order of the order of IDE discs and SCSI id's could be ignored. I can't remember if LILO had any insight in this as well. It might have been a *BSD as well, I'm not sure, it was a long time ago (1-2 years) since I read about it. Since I don't move around my drives very often I didn't bother to do a setup. And should I ever do that, I always prepare the fstab one last time before I rearrange my disks. Besides, I use GRUB, so I can quite easily recoved should I mess up (drive mapping, boot shell, etc) :) -- You still have your old friend Zoidberg. You all have Zoidberg!