* partitioning drive @ 2004-03-23 13:02 Rei Shinozuka 2004-03-23 13:10 ` Rei Shinozuka 2004-03-23 14:39 ` pa3gcu 0 siblings, 2 replies; 8+ messages in thread From: Rei Shinozuka @ 2004-03-23 13:02 UTC (permalink / raw) To: Newbie Linux Users i was just delivered a lovely preinstalled system. [root@tuxedo shino]# uname -a Linux tuxedo 2.4.22-1.2115.nptl #1 Wed Oct 29 15:31:21 EST 2003 i686 athlon i386 GNU/Linux the only problem is that it has only one data partition. what i'd really like is 5-6 partitions something like: / /home /local /data /boot2 /swap what's my best best to make this happen? fips? fdisk? disk druid? something on the fedora install disks? this is what it looks like now. [root@tuxedo shino]# df -m Filesystem 1M-blocks Used Available Use% Mounted on /dev/hda3 190140 7085 173397 4% / /dev/hda1 99 7 88 7% /boot none 505 0 505 0% /dev/shm ~ $ cat /etc/fstab LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 /dev/hda2 swap swap defaults 0 0 /dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0 /dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0 /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0 thanks so kindly in advance! -rei -- Rei Shinozuka shino@panix.com Ridgewood, New Jersey - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: partitioning drive 2004-03-23 13:02 partitioning drive Rei Shinozuka @ 2004-03-23 13:10 ` Rei Shinozuka 2004-03-23 13:56 ` chuck gelm 2004-03-23 14:39 ` pa3gcu 1 sibling, 1 reply; 8+ messages in thread From: Rei Shinozuka @ 2004-03-23 13:10 UTC (permalink / raw) To: Newbie Linux Users by the way, i backed up the system using mondoarchive. also, the reason i'd rather not reinstall from scratch is that there an all-in-wonder video card, and other various drivers installed and working perfectly now. i am fairly certain i would blow at least a weekend reinstalling all of that and getting it to work (and weekends are hard to come by with a 2, 5, and 6-year old running about). thanks again! -rei On Mar23 08:02, Rei Shinozuka wrote: > > i was just delivered a lovely preinstalled system. > > [root@tuxedo shino]# uname -a > Linux tuxedo 2.4.22-1.2115.nptl #1 Wed Oct 29 15:31:21 EST 2003 i686 athlon i386 GNU/Linux > > the only > problem is that it has only one data partition. what i'd > really like is 5-6 partitions something like: > > / > /home > /local > /data > /boot2 > /swap > > what's my best best to make this happen? fips? fdisk? > disk druid? something on the fedora install disks? > > this is what it looks like now. > > [root@tuxedo shino]# df -m > Filesystem 1M-blocks Used Available Use% Mounted on > /dev/hda3 190140 7085 173397 4% / > /dev/hda1 99 7 88 7% /boot > none 505 0 505 0% /dev/shm > > ~ $ cat /etc/fstab > LABEL=/ / ext3 defaults 1 1 > LABEL=/boot /boot ext3 defaults 1 2 > none /dev/pts devpts gid=5,mode=620 0 0 > none /proc proc defaults 0 0 > none /dev/shm tmpfs defaults 0 0 > /dev/hda2 swap swap defaults 0 0 > /dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0 > /dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0 > /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0 > > > thanks so kindly in advance! > > -rei > > > > -- > Rei Shinozuka shino@panix.com > Ridgewood, New Jersey > > - > To unsubscribe from this list: send the line "unsubscribe linux-newbie" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.linux-learn.org/faqs -- Rei Shinozuka shino@panix.com Ridgewood, New Jersey - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: partitioning drive 2004-03-23 13:10 ` Rei Shinozuka @ 2004-03-23 13:56 ` chuck gelm 0 siblings, 0 replies; 8+ messages in thread From: chuck gelm @ 2004-03-23 13:56 UTC (permalink / raw) To: Newbie Linux Users Rei Shinozuka wrote: >by the way, i backed up the system using mondoarchive. > >also, the reason i'd rather not reinstall from scratch is >that there an all-in-wonder video card, and other various >drivers installed and working perfectly now. i am fairly certain >i would blow at least a weekend reinstalling all of that and getting >it to work (and weekends are hard to come by with a 2, 5, and 6-year >old running about). > >thanks again! > >-rei > >On Mar23 08:02, Rei Shinozuka wrote: > > >>i was just delivered a lovely preinstalled system. >> >>[root@tuxedo shino]# uname -a >>Linux tuxedo 2.4.22-1.2115.nptl #1 Wed Oct 29 15:31:21 EST 2003 i686 athlon i386 GNU/Linux >> >>the only >>problem is that it has only one data partition. what i'd >>really like is 5-6 partitions something like: >> >>/ >>/home >>/local >>/data >>/boot2 >>/swap >> You already have '/swap' and the only other default partition mentioned is '/home'. Would you be willing to add another hard drive and create on it /home, /local, /data, /boot2; mount /dev/home-on-new-disk /home-on-new-disk cp -R /home /home-on-new-disk; edit your /etc/fstab to mount /dev/home-on-new-disk as /home; reboot ? HTH, Chuck >> >>what's my best best to make this happen? fips? fdisk? >>disk druid? something on the fedora install disks? >> >>this is what it looks like now. >> >>[root@tuxedo shino]# df -m >>Filesystem 1M-blocks Used Available Use% Mounted on >>/dev/hda3 190140 7085 173397 4% / >>/dev/hda1 99 7 88 7% /boot >>none 505 0 505 0% /dev/shm >> >>~ $ cat /etc/fstab >>LABEL=/ / ext3 defaults 1 1 >>LABEL=/boot /boot ext3 defaults 1 2 >>none /dev/pts devpts gid=5,mode=620 0 0 >>none /proc proc defaults 0 0 >>none /dev/shm tmpfs defaults 0 0 >>/dev/hda2 swap swap defaults 0 0 >> ^^ >>/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0 >>/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0 >>/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0 >> >> >>thanks so kindly in advance! >> >>-rei >> >> - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: partitioning drive 2004-03-23 13:02 partitioning drive Rei Shinozuka 2004-03-23 13:10 ` Rei Shinozuka @ 2004-03-23 14:39 ` pa3gcu 2004-03-23 15:01 ` Andrew Langdon-Davies [not found] ` <20040323180912.GC25879@panix.com> 1 sibling, 2 replies; 8+ messages in thread From: pa3gcu @ 2004-03-23 14:39 UTC (permalink / raw) To: Rei Shinozuka, Newbie Linux Users On Tuesday 23 March 2004 14:02, Rei Shinozuka wrote: > i was just delivered a lovely preinstalled system. > > [root@tuxedo shino]# uname -a > Linux tuxedo 2.4.22-1.2115.nptl #1 Wed Oct 29 15:31:21 EST 2003 i686 athlon > i386 GNU/Linux > > the only > problem is that it has only one data partition. I cant reallt call it a problem but here goes. There is absolutly nothing wrong in having one data partition, its a question of personal taste > what i'd really like is 5-6 partitions something like: You already have /boot and /swap which is really all you need. Other may well argue that partitions for /var /home /usr/local/src so on and so on may well be nesassary because thats the way it used to be on some distro's, however times change disks get bigger situations change, this situation certainly has changed as disk size is thesedays (under normal curcumstancies) large enough. Now i am presuming your disk has been fully used, if that is so then you dont have any room to create new partitions, you can resize the biggest partition however it is not 100% safe to do so, (thats what they say, i have never tryed with linux partitions), data loss cannot be ruled out, altho it is considered safe to do such things caution and backups are a must. Now if you have a second disk you can partion it to suit your needs, all i am saying is if it works why break it. A second disk elininates repartitioning problems and data loss. > > / > /home > /local > /data > /boot2 > /swap > > what's my best best to make this happen? fips? fdisk? > disk druid? something on the fedora install disks? None of the above unless you have some unpartitioned room on the disk in question. AFAIK fips is for FAT partitions (msdos) fdisk is only for creating new (when there is room) and deleting old partitions. disk-druid (AFAIK) idem dito. > > this is what it looks like now. > > [root@tuxedo shino]# df -m > Filesystem 1M-blocks Used Available Use% Mounted on > /dev/hda3 190140 7085 173397 4% / > /dev/hda1 99 7 88 7% /boot > none 505 0 505 0% /dev/shm > You have 3 partitions, we cant see if you have any spare room without the output of fdisk fdisk -l /dev/hda > thanks so kindly in advance! > > -rei -- If the Linux community is a bunch of theives because they try to imitate windows programs, then the Windows community is built on organized crime. Regards Richard pa3gcu@zeelandnet.nl http://people.zeelandnet.nl/pa3gcu/ - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: partitioning drive 2004-03-23 14:39 ` pa3gcu @ 2004-03-23 15:01 ` Andrew Langdon-Davies [not found] ` <20040323180912.GC25879@panix.com> 1 sibling, 0 replies; 8+ messages in thread From: Andrew Langdon-Davies @ 2004-03-23 15:01 UTC (permalink / raw) To: linux-newbie >> >>what's my best best to make this happen? fips? fdisk? >>disk druid? something on the fedora install disks? > > > None of the above unless you have some unpartitioned room on the disk in > question. > AFAIK fips is for FAT partitions (msdos) > fdisk is only for creating new (when there is room) and deleting old > partitions. > disk-druid (AFAIK) idem dito. > > >>this is what it looks like now. >> >>[root@tuxedo shino]# df -m >>Filesystem 1M-blocks Used Available Use% Mounted on >>/dev/hda3 190140 7085 173397 4% / >>/dev/hda1 99 7 88 7% /boot >>none 505 0 505 0% /dev/shm >> > > > You have 3 partitions, we cant see if you have any spare room without the > output of fdisk > > fdisk -l /dev/hda > > What about partboot? A bootdisk with a partition editor: http://ftp.lug.udel.edu/pub/gnu/parted/bootdisk/ Andrew - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <20040323180912.GC25879@panix.com>]
* Re: partitioning drive [not found] ` <20040323180912.GC25879@panix.com> @ 2004-03-23 21:10 ` pa3gcu 2004-03-23 21:48 ` Ray Olszewski 0 siblings, 1 reply; 8+ messages in thread From: pa3gcu @ 2004-03-23 21:10 UTC (permalink / raw) To: Rei Shinozuka; +Cc: linux-newbie On Tuesday 23 March 2004 19:09, Rei Shinozuka wrote: > i AM an old-timer (administered my first unix system 20 years ago!) > i find multiple partitions eaiser to back up, easier to ensure that root > never fills up, fscks run faster, have the flexibility to build > more than one version of Linux if it so choose somewhere doewn the > road. Ok then considering unix dates back to 1970 and was given the name by Brian Kernighan and that unix as such only got a name in 1973 when Dennis Ritchie invented C, i guess you must have worked for Bell Labs back then or a development group composed of at least the above 2 named persons. Anyway, Unix is AFAIK 24 years old i am 53 (for what its worth) and claim to have used most operting systems out there for some or little lenth of time which is why i choose to say what i going to. Anyway, if you have so much Unix experiance ( you did say you are an old-timer) why i ask should you need to ask such a trivial question. > > the disk in question is 200GB, the / slice looks like it has only 7 GB > on it currently. I did say use fdisk -l /dev/hda Then you would know just HOW much is used, looks like is as many say "not an option". Ok then you have plenty of space to create your wanted partitions, however before doing so, you said; "i find multiple partitions eaiser to back up, easier to ensure that root never fills up, fscks run faster, have the flexibility to build more than one version of Linux if it so choose somewhere doewn the road." Why are partitions easier to backup, you dont backup partitions you backup directorys/files, or at least i do and seeing that most backup software that is out there does that also i though i would ask.. You can of course backup mountpoints as such, but its still a directory period. fdisk runs at the same speed no matter how big the partition is, if one has multiple partitions all created at the same time and considering the fact that they all get mounted at bootime then fsck will check ALL the partitions at the same time (as default it will) unless one uses tune2fs to change things, but i guess you know that with all that unix experiance.. So your theory does not make sence, unless as i mentioned one changes the defaults with tune2fs. Anyway use reiserfs then fsck is not an option and certanly NOT a hinderance, a system which was simply switched off without umounting a reiserfs filesystem will startup in zippo sec's, even quicker than XP with NTFS period. Even if problems occur there is no comparision between fsck checking an ext2/3 system and resierfs. Having said that, you with the 20 years unix experiance will also know that system uptimes are fantastic, so if one reboots a machine once in a while say after 400+ days then 5 minutes fsck is not really an issue if you have ext2 or ext3. To overcome that one use reiserfs for the reasons mentioned above which disprove your theroy. /root will fill up after any amount of time, you made no mention of /var where log files are kept, /usr where programs go, /usr/src where the linux source belongs, one as you will no doubt want to have multiple kernsl and multiple kernels means multi bytes as one kernelsource is 240Mb after a compile. /usr/local/src where one should do his own thing. Unless they are on another partition then /root will fill up period. Anyway, if you require letter to letter help say so, but i am sure that you with those 20 years of unix experiance can figure it all out without our humbel help. Use fdisk to create more partitions, 'man fdisk' will help, when in fdisk use the famous "?" to ask questions. Or beforehand; man fdisk man mkfs will help you in creating a filesystem be it ext2 ext3 or whatever. man mount for mounting those partitions you created, man mkdir for creating your mountpoints. google.com/linux for a search engine to see if others have asked before and to see the answers they got. Now i may well have my facts wrong here, but; Are you Rei Shinozuka who created an icon for TkMan,? Did you ask in another mail here in this list dated Date: Sun, 18 Jan 2004 10:29:20 -0800 about "hardware advice for a PC moron" If i had 20 years experiance with unix systems i would certanly not call or even insinuate that i was a Moron. http://www.mail-archive.com/linux-newbie@vger.kernel.org/msg04781.html After all that i hope this helps. > -rei > > On Mar23 15:39, pa3gcu wrote: > > On Tuesday 23 March 2004 14:02, Rei Shinozuka wrote: > > > i was just delivered a lovely preinstalled system. > > > > > > [root@tuxedo shino]# uname -a > > > Linux tuxedo 2.4.22-1.2115.nptl #1 Wed Oct 29 15:31:21 EST 2003 i686 > > > athlon i386 GNU/Linux > > > > > > the only > > > problem is that it has only one data partition. > > > > I cant reallt call it a problem but here goes. > > > > There is absolutly nothing wrong in having one data partition, its a > > question of personal taste > > > > > what i'd really like is 5-6 partitions something like: > > > > You already have /boot and /swap which is really all you need. > > Other may well argue that partitions for /var /home /usr/local/src so on > > and so on may well be nesassary because thats the way it used to be on > > some distro's, however times change disks get bigger situations change, > > this situation certainly has changed as disk size is thesedays (under > > normal curcumstancies) large enough. > > > > Now i am presuming your disk has been fully used, if that is so then you > > dont have any room to create new partitions, you can resize the biggest > > partition however it is not 100% safe to do so, (thats what they say, i > > have never tryed with linux partitions), data loss cannot be ruled out, > > altho it is considered safe to do such things caution and backups are a > > must. > > > > Now if you have a second disk you can partion it to suit your needs, all > > i am saying is if it works why break it. A second disk elininates > > repartitioning problems and data loss. > > > > > / > > > /home > > > /local > > > /data > > > /boot2 > > > /swap > > > > > > what's my best best to make this happen? fips? fdisk? > > > disk druid? something on the fedora install disks? > > > > None of the above unless you have some unpartitioned room on the disk in > > question. > > AFAIK fips is for FAT partitions (msdos) > > fdisk is only for creating new (when there is room) and deleting old > > partitions. > > disk-druid (AFAIK) idem dito. > > > > > this is what it looks like now. > > > > > > [root@tuxedo shino]# df -m > > > Filesystem 1M-blocks Used Available Use% Mounted on > > > /dev/hda3 190140 7085 173397 4% / > > > /dev/hda1 99 7 88 7% /boot > > > none 505 0 505 0% /dev/shm > > > > You have 3 partitions, we cant see if you have any spare room without the > > output of fdisk > > > > fdisk -l /dev/hda > > > > > thanks so kindly in advance! > > > > > > -rei -- If the Linux community is a bunch of theives because they try to imitate windows programs, then the Windows community is built on organized crime. Regards Richard pa3gcu@zeelandnet.nl http://people.zeelandnet.nl/pa3gcu/ - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: partitioning drive 2004-03-23 21:10 ` pa3gcu @ 2004-03-23 21:48 ` Ray Olszewski 2004-03-23 22:03 ` pa3gcu 0 siblings, 1 reply; 8+ messages in thread From: Ray Olszewski @ 2004-03-23 21:48 UTC (permalink / raw) To: pa3gcu; +Cc: linux-newbie At 10:10 PM 3/23/2004 +0100, pa3gcu wrote:\ [...] >Ok then considering unix dates back to 1970 and was given the name by Brian >Kernighan and that unix as such only got a name in 1973 when Dennis Ritchie >invented C, i guess you must have worked for Bell Labs back then or a >development group composed of at least the above 2 named persons. >Anyway, Unix is AFAIK 24 years old i am 53 (for what its worth) and claim to >have used most operting systems out there for some or little lenth of time >which is why i choose to say what i going to. You need to brush up on your arithmetic, Richard. 2004 - 1970 != 24 2004 - 1970 = 34 I first used a Unix system around 1981 myself. There were some (PDP-11s, I think ... for me, just whatever was at the other end of the terminal's serial line) at Stanford, where I was doing graduate work. And at about the same time, I had a friend at Tymshare who did development work on Unix systems, implementing some ideas of Doug Englebart's under the name Augment. So 20 years of Unix experience is, while no doubt rare, not implausible. BTW, on the partitioning question .. I find I prefer to partition my boot drives, at least the big ones we use these days, into four partitions: hda1 = /boot, a small partition hda2 = /, usually around 10 GB hda3 = swap, size varies hda4 = /home, whatever is left Set up this way, it means I can do a complete Linux reinstall without worrying about accidental overwriting of anything on the /home partition (since I don't mount it until after the system is installed on /). It also simplifies recovery after a crash, in that I can "cheat" and just fsck hda2, or I can run hda2 as ext2 and hda4 as a journaling filesystem. But all that is just personal preference ... there is no single right answer to the partitioning question. - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: partitioning drive 2004-03-23 21:48 ` Ray Olszewski @ 2004-03-23 22:03 ` pa3gcu 0 siblings, 0 replies; 8+ messages in thread From: pa3gcu @ 2004-03-23 22:03 UTC (permalink / raw) To: Ray Olszewski; +Cc: linux-newbie On Tuesday 23 March 2004 22:48, Ray Olszewski wrote: > At 10:10 PM 3/23/2004 +0100, pa3gcu wrote:\ > [...] > > You need to brush up on your arithmetic, Richard. > > 2004 - 1970 != 24 > 2004 - 1970 = 34 AH!, well i did say i was 53 ;-), i am not going to say it wa say typo, i simply did not do my sums correctly, thanks for the point out. > I first used a Unix system around 1981 myself. There were some (PDP-11s, I > think ... for me, just whatever was at the other end of the terminal's > serial line) at Stanford, where I was doing graduate work. > > And at about the same time, I had a friend at Tymshare who did development > work on Unix systems, implementing some ideas of Doug Englebart's under the > name Augment. > > So 20 years of Unix experience is, while no doubt rare, not implausible. I dont think i said it was not, i think i said if one has that sort of experiance why ask such questions. ;-) > > BTW, on the partitioning question .. I find I prefer to partition my boot > drives, at least the big ones we use these days, into four partitions: > > hda1 = /boot, a small partition > hda2 = /, usually around 10 GB > hda3 = swap, size varies > hda4 = /home, whatever is left > > Set up this way, it means I can do a complete Linux reinstall without > worrying about accidental overwriting of anything on the /home partition > (since I don't mount it until after the system is installed on /). It also > simplifies recovery after a crash, in that I can "cheat" and just fsck > hda2, or I can run hda2 as ext2 and hda4 as a journaling filesystem. > > But all that is just personal preference ... there is no single right > answer to the partitioning question. I go for the one big partition thesdays with reiserfs, my 120Gb disks are slpit into +/- 40Gb, so i can install a new system and copy what i want afterwards. One small problem with simply using say /home from an old install can cause hell when something like KDE changes things like it did from 3.0 to 3.2, i had many wired effects when i mounted my old /home dir. /boot well in thesdays of no problems with the 1023 cyls mark /boot is really a luxe and nothing more. Anyway i must agree with you Ray, its a question of taste and really press home that in thesedays of big drives and reiserfs the need for other partitions becomes a point of discussion. Now i am going to go and knock off those 10 years i just forgot about in my last mail, boy i wish i was 43 again..... At least i would have gotten my sums correct ;-( -- If the Linux community is a bunch of theives because they try to imitate windows programs, then the Windows community is built on organized crime. Regards Richard pa3gcu@zeelandnet.nl http://people.zeelandnet.nl/pa3gcu/ - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-03-23 22:03 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-23 13:02 partitioning drive Rei Shinozuka
2004-03-23 13:10 ` Rei Shinozuka
2004-03-23 13:56 ` chuck gelm
2004-03-23 14:39 ` pa3gcu
2004-03-23 15:01 ` Andrew Langdon-Davies
[not found] ` <20040323180912.GC25879@panix.com>
2004-03-23 21:10 ` pa3gcu
2004-03-23 21:48 ` Ray Olszewski
2004-03-23 22:03 ` pa3gcu
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox