* tar for "full" floppy backup?
@ 2002-12-06 21:47 Jerry James Haumberger
2002-12-06 22:25 ` dashielljt
2002-12-06 22:26 ` dashielljt
0 siblings, 2 replies; 38+ messages in thread
From: Jerry James Haumberger @ 2002-12-06 21:47 UTC (permalink / raw)
To: linux-newbie
Hello everyone --
An old Slackware 3.0 manual suggests the following command with
tar for a full backup onto 3.5" floppy disks:
tar cvfbk /dev/fd0 1440 4 /
I've read that the "k" option is supposed to cause tar to prompt
for adding multiple disks as the archive exceeds the size of each
floppy disk, but I receive errors, and the backup stalls.
Does anyone know of a one-line command string for using tar
to backup all that's necessary (I realize that *everything*
doesn't have to be backed up, such as empty directories, etc.)?
And what would be the correct command using tar to restore this
backup?
Can the multiple floppy disk archive be gzipped during the tar
archive process -- or would this make it impossible to restore
the archive later?
Am I using the wrong utility to attempt floppy disk backups?
I only have about 9 MBs of material (from BasicLinux) to
back up and am using a full version of tar from Slackware 3.5,
and I'm not working with a network here.
Please excuse my ignorance, and thanks for any suggestions!
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-06 21:47 Jerry James Haumberger
@ 2002-12-06 22:25 ` dashielljt
2002-12-06 22:26 ` dashielljt
1 sibling, 0 replies; 38+ messages in thread
From: dashielljt @ 2002-12-06 22:25 UTC (permalink / raw)
To: Jerry James Haumberger; +Cc: linux-newbie
Whoever got that manual should be given a full refund by slackware if it
is as you say. The f in that command string has to precede a device name
and file path.
Jude <dashielljt(at)gmpexpress-dot-net>
On Fri, 6 Dec 2002, Jerry James Haumberger wrote:
> Hello everyone --
>
> An old Slackware 3.0 manual suggests the following command with
> tar for a full backup onto 3.5" floppy disks:
>
> tar cvfbk /dev/fd0 1440 4 /
>
> I've read that the "k" option is supposed to cause tar to prompt
> for adding multiple disks as the archive exceeds the size of each
> floppy disk, but I receive errors, and the backup stalls.
>
> Does anyone know of a one-line command string for using tar
> to backup all that's necessary (I realize that *everything*
> doesn't have to be backed up, such as empty directories, etc.)?
>
> And what would be the correct command using tar to restore this
> backup?
>
> Can the multiple floppy disk archive be gzipped during the tar
> archive process -- or would this make it impossible to restore
> the archive later?
>
> Am I using the wrong utility to attempt floppy disk backups?
>
> I only have about 9 MBs of material (from BasicLinux) to
> back up and am using a full version of tar from Slackware 3.5,
> and I'm not working with a network here.
>
> Please excuse my ignorance, and thanks for any suggestions!
>
>
> -
> 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
>
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-06 21:47 Jerry James Haumberger
2002-12-06 22:25 ` dashielljt
@ 2002-12-06 22:26 ` dashielljt
2002-12-06 23:35 ` Chuck Gelm
1 sibling, 1 reply; 38+ messages in thread
From: dashielljt @ 2002-12-06 22:26 UTC (permalink / raw)
To: Jerry James Haumberger; +Cc: linux-newbie
maybe tar cvbkf /dev ... will work.
Jude <dashielljt(at)gmpexpress-dot-net>
On Fri, 6 Dec 2002, Jerry James Haumberger wrote:
> Hello everyone --
>
> An old Slackware 3.0 manual suggests the following command with
> tar for a full backup onto 3.5" floppy disks:
>
> tar cvfbk /dev/fd0 1440 4 /
>
> I've read that the "k" option is supposed to cause tar to prompt
> for adding multiple disks as the archive exceeds the size of each
> floppy disk, but I receive errors, and the backup stalls.
>
> Does anyone know of a one-line command string for using tar
> to backup all that's necessary (I realize that *everything*
> doesn't have to be backed up, such as empty directories, etc.)?
>
> And what would be the correct command using tar to restore this
> backup?
>
> Can the multiple floppy disk archive be gzipped during the tar
> archive process -- or would this make it impossible to restore
> the archive later?
>
> Am I using the wrong utility to attempt floppy disk backups?
>
> I only have about 9 MBs of material (from BasicLinux) to
> back up and am using a full version of tar from Slackware 3.5,
> and I'm not working with a network here.
>
> Please excuse my ignorance, and thanks for any suggestions!
>
>
> -
> 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
>
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-06 22:26 ` dashielljt
@ 2002-12-06 23:35 ` Chuck Gelm
2002-12-07 0:10 ` Ray Olszewski
2002-12-07 0:53 ` dashielljt
0 siblings, 2 replies; 38+ messages in thread
From: Chuck Gelm @ 2002-12-06 23:35 UTC (permalink / raw)
To: linux-newbie; +Cc: dashielljt
Howdy, dashielljt:
I was thinking along the same lines. I am only familiar
with the last option being 'f'. Yet I noticed that the 'b'
command needs an operator too. Perhaps the operators are
appended in the same order they are requested by the options.
'f' filename.ext or /dev/*
'b' block size
'k' ?
i.e.
tar cvfbk /dev/fd0 1440 4 /
\\\
\\k = 4
\b = 1440
f = /dev/fd0
?
HTH, Chuck
dashielljt wrote:
>
> maybe tar cvbkf /dev ... will work.
<snip>
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-06 23:35 ` Chuck Gelm
@ 2002-12-07 0:10 ` Ray Olszewski
2002-12-07 0:53 ` dashielljt
1 sibling, 0 replies; 38+ messages in thread
From: Ray Olszewski @ 2002-12-07 0:10 UTC (permalink / raw)
To: linux-newbie
Chuck, you're right on target about how the agruments that get parameters
get them. Skipping the problematic "k" part for the moment, a command like
tar cvfb somefilename.tar 40 some_files_to_tar_up
would work just fine, putting whatever matched some_files_to_tar_up in
somefilename.tar . Try it for yourself. No need to badmouth an old
Slackware manual (or demand a refund from poor old Patrick) for saying to
do it this way.
OTOH, old Slackware manuals are ... well, old, and tar has an unfortunate
tendency to change its parameter meanings from time to time. I don't have a
ready way to check what the k parameter did way back when Slackware 3 was
current (October 1995, according to my genuine Slackware CD), but these
days it has nothing to do with multi-volume settings. Check the man page to
see this.
I don't tar to floppies here, so I've not tried it, but I'd suggest your
seeing if the -M (multi-volume) parameter can be used to do what you want.
At 06:35 PM 12/6/02 -0500, Chuck Gelm wrote:
>Howdy, dashielljt:
>
> I was thinking along the same lines. I am only familiar
>with the last option being 'f'. Yet I noticed that the 'b'
>command needs an operator too. Perhaps the operators are
>appended in the same order they are requested by the options.
>'f' filename.ext or /dev/*
>'b' block size
>'k' ?
> i.e.
>tar cvfbk /dev/fd0 1440 4 /
> \\\
> \\k = 4
> \b = 1440
> f = /dev/fd0
>?
>HTH, Chuck
>
>dashielljt wrote:
> >
> > maybe tar cvbkf /dev ... will work.
><snip>
--
-------------------------------------------"Never tell me the odds!"--------
Ray Olszewski -- Han Solo
Palo Alto, California, USA ray@comarre.com
-------------------------------------------------------------------------------
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-06 23:35 ` Chuck Gelm
2002-12-07 0:10 ` Ray Olszewski
@ 2002-12-07 0:53 ` dashielljt
1 sibling, 0 replies; 38+ messages in thread
From: dashielljt @ 2002-12-07 0:53 UTC (permalink / raw)
To: Chuck Gelm; +Cc: linux-newbie
Take the b option out of there completely I think. Blocks are used for
tapes but not normally disk devices such as floppy disks.
Jude <dashielljt(at)gmpexpress-dot-net>
On Fri, 6 Dec 2002, Chuck Gelm wrote:
> Howdy, dashielljt:
>
> I was thinking along the same lines. I am only familiar
> with the last option being 'f'. Yet I noticed that the 'b'
> command needs an operator too. Perhaps the operators are
> appended in the same order they are requested by the options.
> 'f' filename.ext or /dev/*
> 'b' block size
> 'k' ?
> i.e.
> tar cvfbk /dev/fd0 1440 4 /
> \\\
> \\k = 4
> \b = 1440
> f = /dev/fd0
> ?
> HTH, Chuck
>
> dashielljt wrote:
> >
> > maybe tar cvbkf /dev ... will work.
> <snip>
>
-
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] 38+ messages in thread
* tar for "full" floppy backup?
@ 2002-12-07 9:24 Jerry James Haumberger
2002-12-07 18:34 ` Chuck Gelm
` (2 more replies)
0 siblings, 3 replies; 38+ messages in thread
From: Jerry James Haumberger @ 2002-12-07 9:24 UTC (permalink / raw)
To: linux-newbie
Hello everyone --
Thank you for offering me various suggestions on how to possibly
get tar to make a backup archive on multiple floppies. Sorry to
say, none of the suggestions worked.
The only result was that tar would make an archive in whatever
directory I happened to be in when creating the archive -- and
it would ignore the /dev/fd0 device.
When I used the "M" option, nothing occurred. When I tried
adding the "z" option, I was told that multiple compressed archives
were not possible.
When I try to use the Slackware manual command (SAMS), it messes
up the floppy -- which has to be reformatted and so on.
The question remains: How can I back up -- with tar or any other
Slackware 3.5 program -- my 9 MBs of files from the BasicLinux
console with multiple floppies? And in compressed format?
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
@ 2002-12-07 16:58 Mr. James W. Laferriere
2002-12-08 8:41 ` ichi
0 siblings, 1 reply; 38+ messages in thread
From: Mr. James W. Laferriere @ 2002-12-07 16:58 UTC (permalink / raw)
To: linux-newbie
Hello Jerry & all ,
If it is Slackware the tar binary provided is Gnu-Tar .
Try doing a 'tar --help' & report the output from
'tar --version' . There maybe issues with certain versions
of tar . Another item to look at is can you read floppies on
your system if you don't have mtools avaiable , try
'dd if=/dev/fd0 count=10 | strings'
If that works , try (you will have to reforamt the flopy tho)
'dd if=/dev/zero of=/dev/fd0 count=10'
to see if you can Write to the floppy .
Compressed you are not going to accomplish easily .
Maybe someone else can address a method of compressing the
input INLINE with the multi-volume archive issue .
Hth , JimL
-- Generic descriptions of options used (on my system)
tar --multi-volume \
--label="Some Label" \
--create \
--preserve-permissions \
--same-owner \
--file=/dev/fd0 \
"List Of Files To Backup"
-- The actual command that I used to creat a 4 Volume set tar archive
tar --multi-volume --label="Root-Bin-test" --create --preserve-permissions --file=/dev/fd0 /root/bin
-- The output from the above command during execution .
tar: Removing leading `/' from absolute path names in the archive
Prepare volume #2 for /dev/fd0 and hit return:
Prepare volume #3 for /dev/fd0 and hit return:
Prepare volume #4 for /dev/fd0 and hit return:
--
+------------------------------------------------------------------+
| James W. Laferriere | System Techniques | Give me VMS |
| Network Engineer | P.O. Box 854 | Give me Linux |
| babydr@baby-dragons.com | Coudersport PA 16915 | only on AXP |
+------------------------------------------------------------------+
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-07 9:24 Jerry James Haumberger
@ 2002-12-07 18:34 ` Chuck Gelm
2002-12-07 20:08 ` Rolf Edlund
2002-12-08 8:36 ` ichi
2 siblings, 0 replies; 38+ messages in thread
From: Chuck Gelm @ 2002-12-07 18:34 UTC (permalink / raw)
To: Jerry James Haumberger; +Cc: linux-newbie
Hi, Jerry:
What version of 'tar' do you have?
tar --version
Please show us your exact command line
and the exact error message(s).
I am guessing that your command line should be:
tar -cyvMf /dev/fd0 /directory_to_be_backed_up
...
tar -xyvMf /dev/fd0
?
'y'=bz2 compression, 'z'=gzip compression
What I want to know is if/how the /dev/fd0 media
should be formatted. :-| Should it have a file system?
? superformat /dev/fd0u1440 ?
HTH, Chuck
Jerry James Haumberger wrote:
>
> Hello everyone --
>
> Thank you for offering me various suggestions on how to possibly
> get tar to make a backup archive on multiple floppies. Sorry to
> say, none of the suggestions worked.
>
> The only result was that tar would make an archive in whatever
> directory I happened to be in when creating the archive -- and
> it would ignore the /dev/fd0 device.
>
> When I used the "M" option, nothing occurred. When I tried
> adding the "z" option, I was told that multiple compressed archives
> were not possible.
>
> When I try to use the Slackware manual command (SAMS), it messes
> up the floppy -- which has to be reformatted and so on.
>
> The question remains: How can I back up -- with tar or any other
> Slackware 3.5 program -- my 9 MBs of files from the BasicLinux
> console with multiple floppies? And in compressed format?
>
> -
> 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
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-08 8:41 ` ichi
@ 2002-12-07 20:03 ` Chuck Gelm
2002-12-08 2:10 ` whitnl73
0 siblings, 1 reply; 38+ messages in thread
From: Chuck Gelm @ 2002-12-07 20:03 UTC (permalink / raw)
To: linux-newbie
I did
tar -cyvf /boot /dev/fd0
and
/mnt# tar -xyvf /dev/fd0
and it created
/mnt/boot/
and all the files from /boot appeared in /mnt/boot
Next I tried
tar -cvMf /dev/fd0 /etc
and after some floppy action, I was prompted:
"Prepare volume #2 for /dev/fd0 and hit return:"
I'd recommend running 'badblocks' on the diskettes
and using only those that report 0 bad blocks.
;-)
tar --version
tar (GNU tar) 1.13
...
HTH, Chuck
-
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] 38+ messages in thread
* tar for "full" floppy backup?
2002-12-07 9:24 Jerry James Haumberger
2002-12-07 18:34 ` Chuck Gelm
@ 2002-12-07 20:08 ` Rolf Edlund
2002-12-08 16:05 ` Ray Olszewski
2002-12-08 8:36 ` ichi
2 siblings, 1 reply; 38+ messages in thread
From: Rolf Edlund @ 2002-12-07 20:08 UTC (permalink / raw)
To: linux-newbie
Originally to: Jerry James Haumberger
JH> The question remains: How can I back up -- with tar or any other
JH> Slackware 3.5 program -- my 9 MBs of files from the BasicLinux
JH> console with multiple floppies? And in compressed format?
One of these commands..
# man tar
# info tar
# tar --help
..will give you all information you need about your tar version.
... To quote or not to quote, that is the 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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-07 20:03 ` Chuck Gelm
@ 2002-12-08 2:10 ` whitnl73
0 siblings, 0 replies; 38+ messages in thread
From: whitnl73 @ 2002-12-08 2:10 UTC (permalink / raw)
To: nc8q; +Cc: linux-newbie
On Sat, 7 Dec 2002, Chuck Gelm wrote:
> I did
>
> tar -cyvf /boot /dev/fd0
> and
> /mnt# tar -xyvf /dev/fd0
> and it created
> /mnt/boot/
> and all the files from /boot appeared in /mnt/boot
Yes, it will do that. cd to where you want the files restored to first,
or use -C:
tar -C / -xyvf /dev/fd0
>
> Next I tried
> tar -cvMf /dev/fd0 /etc
> and after some floppy action, I was prompted:
>
> "Prepare volume #2 for /dev/fd0 and hit return:"
>
> I'd recommend running 'badblocks' on the diskettes
> and using only those that report 0 bad blocks.
> ;-)
I don't like using a raw floppy for anything but mkfs.
I'd rather make a filesystem on each one and save a named file on it.
That way, if I can't read my writing on the label, all is not lost.
Restore the files to their own [temporary] directory, cat them together,
and untar them.
You are trying to use a floppy as a tape, and it just isn't really a
tape. Come to think of it, a tape isn't a very good tape either.
>
> tar --version
> tar (GNU tar) 1.13
> ...
>
> HTH, Chuck
Lawson
--
---oops---
________________________________________________________________
Sign Up for Juno Platinum Internet Access Today
Only $9.95 per month!
Visit www.juno.com
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-07 9:24 Jerry James Haumberger
2002-12-07 18:34 ` Chuck Gelm
2002-12-07 20:08 ` Rolf Edlund
@ 2002-12-08 8:36 ` ichi
2 siblings, 0 replies; 38+ messages in thread
From: ichi @ 2002-12-08 8:36 UTC (permalink / raw)
To: Jerry James Haumberger; +Cc: linux-newbie
Jerry James Haumberger wrote:
>
> The question remains: How can I back up -- with tar or
> any other Slackware 3.5 program -- my 9 MBs of files from
> the BasicLinux console with multiple floppies? And in
> compressed format?
It would be possible to create a compressed archive and
then split it into floppy-sized chunks. Like this:
-------------------------------------------
tar -zcvf - /usr | split - -C 1440k floppy.
-------------------------------------------
This will give you floppy.aa, floppy.ab, floppy.ac, etc.
You could write a script around that to copy the files
(for i in floppy.*) to floppies (prompt, mount, copy,
umount).
To reverse the process, use cat instead of split.
Cheers,
Steven
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-07 16:58 Mr. James W. Laferriere
@ 2002-12-08 8:41 ` ichi
2002-12-07 20:03 ` Chuck Gelm
0 siblings, 1 reply; 38+ messages in thread
From: ichi @ 2002-12-08 8:41 UTC (permalink / raw)
To: Mr. James W. Laferriere; +Cc: linux-newbie
Mr. James W. Laferriere wrote:
>
> Compressed you are not going to accomplish easily .
> Maybe someone else can address a method of compressing
> the input INLINE with the multi-volume archive issue .
Couldn't this simply be done by using tar twice: first
tar with -zcf and then tar the result multi-volume?
Cheers,
Steven
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-07 20:08 ` Rolf Edlund
@ 2002-12-08 16:05 ` Ray Olszewski
2002-12-09 7:32 ` ichi
2002-12-11 18:12 ` Rolf Edlund
0 siblings, 2 replies; 38+ messages in thread
From: Ray Olszewski @ 2002-12-08 16:05 UTC (permalink / raw)
To: linux-newbie
At 08:08 PM 12/7/02 +0000, Rolf Edlund wrote:
>Originally to: Jerry James Haumberger
>
>
> JH> The question remains: How can I back up -- with tar or any other
> JH> Slackware 3.5 program -- my 9 MBs of files from the BasicLinux
> JH> console with multiple floppies? And in compressed format?
>
>One of these commands..
>
> # man tar
> # info tar
> # tar --help
>
>..will give you all information you need about your tar version.
"all" information? Hardly. Neither "man tar" nor "tar --help" gave *me*
enough information to be able to answer his original question (though it
did point me to the -M option, which I suggested trying), and my system
(like many; it really has not caught on, despite pressure from the FSF
crowd) does not even have the "info" system installed. (Does BasicLinux
install it?)
FSF does have a tar tutorial available online
(http://www.gnu.org/manual/tar-1.12/html_chapter/tar_toc.html), but even it
doesn not answer the original question very clearly.
So this was almost a textbook example of a good question for this list ...
one that needs more than RTFM answers, but a response (which it eventually
elicited) from someone who could provide an example of how to do it.
--
-------------------------------------------"Never tell me the odds!"--------
Ray Olszewski -- Han Solo
Palo Alto, California, USA ray@comarre.com
-------------------------------------------------------------------------------
-
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] 38+ messages in thread
* tar for "full" floppy backup?
@ 2002-12-08 18:38 Jerry James Haumberger
2002-12-09 8:10 ` ichi
0 siblings, 1 reply; 38+ messages in thread
From: Jerry James Haumberger @ 2002-12-08 18:38 UTC (permalink / raw)
To: linux-newbie
>> One of these commands..
>>
>> # man tar
>> # info tar
>> # tar --help
>>
>>..will give you all information you need about your tar version.
>"all" information? Hardly. Neither "man tar" nor "tar --help" gave *me*
>enough information to be able to answer his original question (though it
>did point me to the -M option, which I suggested trying), and my system
>(like many; it really has not caught on, despite pressure from the FSF
>crowd) does not even have the "info" system installed. (Does BasicLinux
>install it?)
BasicLinux does not install the info system, but I'm certain it could be
obtained from the Slackware 3.5 distribution.
I carefully consulted the man and tar --help information, three of the
SAMS thick manuals, Linux for Dummies, and even the Linux Companion for
System Administrators (by Jochen Hein), but none of these offered enough
examples or clearly working commands to accomplish what I was told by
consulting the linux-newbie list. Also, I came here by the suggestion
of Steven Darnold, who is the author of the BasicLinux distribution.
As it stands, it's possible to backup to multiple floppy disks with
tar, but these cannot be compressed during the archival process. (The
tar program itself reports that it's not possible, if you attempt to
use the compression options.) The BasicLinux system, even with the
addition of several full programs to enhance it for my purposes, does
not exceed 10 megabytes. So for this reason, I still found it
personally adequate to attempt a multiple floppy disk tar archive
without the benefit of compression. I still plan, however, to use a
combination of tar and gzip for backing up selected documents onto
floppy disks, along with other important configuration files on a more
frequent schedule.
A few more notes: I should have said that the badblocks (not the
badblock) command is used for checking floppies (BasicLinux has this
command), although when you fdformat floppies, it will tell you
if there is a bad area on it.
This is the style of backup I've chosen for this system. No one,
though, should feel that this is the expected or "normal" method of
backup for typical Linux systems. We would normally expect a Linux
system on a network backup routine, or at least with a method of
backing up to tape, another hard drive or zip drive.
>So this was almost a textbook example of a good question for this list...
>one that needs more than RTFM answers, but a response (which it
>eventually elicited) from someone who could provide an example of how
>to do it.
Thank you, Ray. I'd consider that a reasonable summary of the matter.
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-09 8:10 ` ichi
@ 2002-12-08 21:07 ` dashielljt
2002-12-09 18:11 ` ichi
2003-01-04 17:50 ` pcmcia-cs quit working Chuck Gelm
` (2 subsequent siblings)
3 siblings, 1 reply; 38+ messages in thread
From: dashielljt @ 2002-12-08 21:07 UTC (permalink / raw)
To: ichi; +Cc: Jerry James Haumberger, linux-newbie
I wouldn't try that in that way, but the basic idea might work. I say
might because I've never tried this and have never heard of any success
with this idea either. One might do something like: tar czf * | tar cmvf
- /dev/fdd0/backup.tar.gz. This pipes the compressed result into a
multivolume media result if it works.
Jude <dashielljt(at)gmpexpress-dot-net>
-
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] 38+ messages in thread
* tar for "full" floppy backup?
@ 2002-12-09 7:00 Jerry James Haumberger
2002-12-09 10:32 ` dashielljt
0 siblings, 1 reply; 38+ messages in thread
From: Jerry James Haumberger @ 2002-12-09 7:00 UTC (permalink / raw)
To: linux-newbie
>> As it stands, it's possible to backup to multiple floppy
>> disks with tar, but these cannot be compressed during the
>> archival process.
>Why not use tar twice: first with -zcf to make a compressed
>archive and then with --multi-volume to write the archive
>to floppy. Of course to retrieve it, you will also have
>to use tar twice: first with --multi-volume to reconstruct
>the archive and then with -cvf to unpack it.
What result would you get with that method if you wanted to
review the multiple archive's details with -->
tar --multi-volume -tv --file=/dev/fd0 > backup.log
-->? Not that much detail. Just that one big file.
The tar backup routine I've described with your BasicLinux
distribution barely took over six floppy disks, yet I still want
to check out the results, or at least have them available. (And
I've done just that -- I can review the results of that backup
from a file that had the results directed to it while using the
tar command above.)
For quick backup of important files, though, I'm using the following
script -- perhaps a little "busier" than it needs to be, but then
I'm just a "linux-newbie"... ;-)
-----------------------
cd /home
mount /dev/fd0 /fd14
tar cvpf hot_backup.tar /etc /home /root /var/eznet
gzip hot_backup.tar
rm /fd14/hot_backup/hot_backup.tar.gz
mv hot_backup.tar.gz /fd14/hot_backup
umount /fd14
echo "***FINISHED***"
-----------------------
This works nicely to backup all of my important files, which I can
do much more frequently and easily than the full backup routine with
tar. What's more, I can also view the results of this file under mc.
This "hot_backup" routine created a tar/gzip file only about 132k in
size. My rule of thumb is that, when my important file backup exceeds
the size of a 1.44MB floppy disk, it's time to fully backup my system.
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-08 16:05 ` Ray Olszewski
@ 2002-12-09 7:32 ` ichi
2002-12-11 18:12 ` Rolf Edlund
1 sibling, 0 replies; 38+ messages in thread
From: ichi @ 2002-12-09 7:32 UTC (permalink / raw)
To: Ray Olszewski; +Cc: linux-newbie
Ray Olszewski wrote:
>
> my system (like many; it really has not caught on, despite
> pressure from the FSF crowd) does not even have the "info"
> system installed. (Does BasicLinux install it?)
No, BasicLinux does not have info (although it does have
some man pages). BasicLinux is designed for old PCs with
small HD, so there aren't many bells & whistles. Of course,
if anybody really wanted to run info, that package could be
installed from Slackware 3.5.
Cheers,
Steven
______________________________
http://www.volny.cz/basiclinux
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-08 18:38 tar for "full" floppy backup? Jerry James Haumberger
@ 2002-12-09 8:10 ` ichi
2002-12-08 21:07 ` dashielljt
` (3 more replies)
0 siblings, 4 replies; 38+ messages in thread
From: ichi @ 2002-12-09 8:10 UTC (permalink / raw)
To: Jerry James Haumberger; +Cc: linux-newbie
Jerry James Haumberger wrote:
>
> As it stands, it's possible to backup to multiple floppy
> disks with tar, but these cannot be compressed during the
> archival process.
Why not use tar twice: first with -zcf to make a compressed
archive and then with --multi-volume to write the archive
to floppy. Of course to retrieve it, you will also have
to use tar twice: first with --multi-volume to reconstruct
the archive and then with -cvf to unpack it.
Cheers,
Steven
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-09 18:11 ` ichi
@ 2002-12-09 10:16 ` dashielljt
2002-12-09 12:38 ` Mr. James W. Laferriere
1 sibling, 0 replies; 38+ messages in thread
From: dashielljt @ 2002-12-09 10:16 UTC (permalink / raw)
To: ichi; +Cc: linux-newbie
You're not asking any developer of tar that question, and I haven't
studied the program's source code so can't answer your questionn.
Jude <dashielljt(at)gmpexpress-dot-net>
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-09 7:00 tar for "full" floppy backup? Jerry James Haumberger
@ 2002-12-09 10:32 ` dashielljt
0 siblings, 0 replies; 38+ messages in thread
From: dashielljt @ 2002-12-09 10:32 UTC (permalink / raw)
To: Jerry James Haumberger; +Cc: linux-newbie
Wrong, the extract command in the second part would have to be tar xvf not
tar cvf.
Jude <dashielljt(at)gmpexpress-dot-net>
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-09 18:11 ` ichi
2002-12-09 10:16 ` dashielljt
@ 2002-12-09 12:38 ` Mr. James W. Laferriere
1 sibling, 0 replies; 38+ messages in thread
From: Mr. James W. Laferriere @ 2002-12-09 12:38 UTC (permalink / raw)
To: ichi; +Cc: dashielljt, linux-newbie
Hello Gents , One word , df . Hth , JimL
On Mon, 9 Dec 2002 ichi@ihug.co.nz wrote:
> dashielljt wrote:
> > I've never tried this and have never heard of
> > any success with this idea either.
> I do not see the problem. It is easy to create a
> compressed archive file (let's call it backup.tgz).
> Tar happily tars a single file, so why can't it
> tar backup.tgz (multi-volume)?
> Cheers,
> Steven
--
+------------------------------------------------------------------+
| James W. Laferriere | System Techniques | Give me VMS |
| Network Engineer | P.O. Box 854 | Give me Linux |
| babydr@baby-dragons.com | Coudersport PA 16915 | only on AXP |
+------------------------------------------------------------------+
-
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] 38+ messages in thread
* Re: tar for "full" floppy backup?
2002-12-08 21:07 ` dashielljt
@ 2002-12-09 18:11 ` ichi
2002-12-09 10:16 ` dashielljt
2002-12-09 12:38 ` Mr. James W. Laferriere
0 siblings, 2 replies; 38+ messages in thread
From: ichi @ 2002-12-09 18:11 UTC (permalink / raw)
To: dashielljt; +Cc: linux-newbie
dashielljt wrote:
>
> I've never tried this and have never heard of
> any success with this idea either.
I do not see the problem. It is easy to create a
compressed archive file (let's call it backup.tgz).
Tar happily tars a single file, so why can't it
tar backup.tgz (multi-volume)?
Cheers,
Steven
-
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] 38+ messages in thread
* tar for "full" floppy backup?
2002-12-08 16:05 ` Ray Olszewski
2002-12-09 7:32 ` ichi
@ 2002-12-11 18:12 ` Rolf Edlund
1 sibling, 0 replies; 38+ messages in thread
From: Rolf Edlund @ 2002-12-11 18:12 UTC (permalink / raw)
To: linux-newbie
Originally to: Ray Olszewski
RO> "all" information? Hardly.
Hmmmm...
RO> Neither "man tar" nor "tar --help" gave *me* enough information to be
RO> able to answer his original question (though it did point me to the
RO> -M option, which I suggested trying),
If his version of Tar hadn't have the -M option, that had not worked for him.
RO> and my system (like many; it really has not caught on, despite
RO> pressure from the FSF crowd) does not even have the "info" system
RO> installed.
As I wrote "One of.."
RO> (Does BasicLinux install it?)
Dunno that..
RO> one that needs more than RTFM answers,
It was not my intension to be a RTFM answer..
... A quote is a quote is a quote is a quote..
-
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] 38+ messages in thread
* pcmcia-cs quit working
2002-12-09 8:10 ` ichi
2002-12-08 21:07 ` dashielljt
@ 2003-01-04 17:50 ` Chuck Gelm
2003-01-05 16:46 ` string manipulating? Chuck Gelm
2003-02-19 22:56 ` PC speaker 'alert' Chuck Gelm
3 siblings, 0 replies; 38+ messages in thread
From: Chuck Gelm @ 2003-01-04 17:50 UTC (permalink / raw)
To: linux-newbie
Howdy, Y'all:
Now when I plug in any of four cards there are no
beeps and no modules are loaded. Under Windows98se
these cards are still recognized, so it seems to be
a linux problem rather than a hardware problem.
The last thing I edited before things quit working was
/etc/pcmcia/ as I was trying to get my system to recognize a
Belkin 11Mbps-Wireless-Notebook-Network-Adapter model F5D6020.
I've:
/usr/src/linux# make oldconfig && make install && make modules
&& make modules_install
/usr/src/pcmcia-3.2.3# make config && make all && make install
/usr/src/linux-wlan-ng-0.1.16pre7# make config && make all
&& make install
I had pcmcia-cs v3.2.3 working. My system was recognizing and
auto-configuring the other three pc cards, Now, if I try to
'modprobe ds' I get these error messages:
/lib/modules/2.2.19/pcmcia/ds.o: init_module: Device or resource busy
/lib/modules/2.2.19/pcmcia/ds.o: Hint: insmod errors can be caused by
incorrect module parameters, including invalid IO or IRQ parameters
/lib/modules/2.2.19/pcmcia/ds.o: insmod /lib/modules/2.2.19/pcmcia/ds.o
failed
/lib/modules/2.2.19/pcmcia/ds.o.gz: init_module: Device or resource busy
/lib/modules/2.2.19/pcmcia/ds.o.gz: Hint: insmod errors can be caused by
incorrect module parameters, including invalid IO or IRQ parameters
/lib/modules/2.2.19/pcmcia/ds.o.gz: insmod
/lib/modules/2.2.19/pcmcia/ds.o.gz failed
/lib/modules/2.2.19/pcmcia/ds.o.gz: insmod ds failed
Also 'depmod -a' now returns:
depmod: *** Unresolved symbols in /lib/modules/2.2.19/block/linear.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/block/raid0.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/block/raid1.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/block/raid5.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/ipv4/ip_masq_autofw.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/ipv4/ip_masq_cuseeme.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/ipv4/ip_masq_ftp.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/ipv4/ip_masq_irc.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/ipv4/ip_masq_mfw.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/ipv4/ip_masq_portfw.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/ipv4/ip_masq_quake.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/ipv4/ip_masq_raudio.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/ipv4/ip_masq_user.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/ipv4/ip_masq_vdolive.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/ipv6/ipv6.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/misc/appletalk.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/ax25.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/econet.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/gamma.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/i2o_pci.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/i2o_scsi.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/i810.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/ipx.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/mga.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/netrom.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/r128.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/rose.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/tdfx.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/misc/x25.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/net/cops.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/net/ibmtr.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/net/irda.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/net/lanstreamer.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/net/ltpc.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/net/olympic.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/net/sktr.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/pcmcia/aha152x_cs.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/pcmcia/apa1480_cb.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/pcmcia/fdomain_cs.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/pcmcia/ibmtr_cs.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/pcmcia/qlogic_cs.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/3w-xxxx.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/53c7,8xx.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/AM53C974.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/BusLogic.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/scsi/NCR53c406a.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/a100u2w.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/advansys.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/aha152x.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/aha1542.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/aha1740.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/aic7xxx.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/atp870u.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/cpqfc.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/dtc.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/eata.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/eata_dma.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/eata_pio.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/fdomain.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/scsi/g_NCR5380.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/gdth.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/ide-scsi.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/imm.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/in2000.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/initio.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/ips.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/megaraid.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/scsi/ncr53c8xx.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/osst.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/pas16.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/pci2000.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/pci2220i.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/ppa.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/psi240i.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/scsi/qlogicfas.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/qlogicfc.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/scsi/qlogicisp.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/scsi/scsi_debug.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/seagate.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/sim710.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/scsi/sym53c416.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/scsi/sym53c8xx.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/t128.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/tmscsim.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/u14-34f.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/scsi/ultrastor.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/scsi/wd7000.o.gz
depmod: *** Unresolved symbols in /lib/modules/2.2.19/usb/microtek.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/usb/usb-storage.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/video/aty128fb.o.gz
depmod: *** Unresolved symbols in
/lib/modules/2.2.19/video/matroxfb.o.gz
What is wrong? How do I fix it? What list do I go to for help?
Thanks,
Chuck
-
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] 38+ messages in thread
* string manipulating?
2002-12-09 8:10 ` ichi
2002-12-08 21:07 ` dashielljt
2003-01-04 17:50 ` pcmcia-cs quit working Chuck Gelm
@ 2003-01-05 16:46 ` Chuck Gelm
2003-01-05 17:01 ` Jim Reimer
2003-01-05 17:20 ` Brian Jackson
2003-02-19 22:56 ` PC speaker 'alert' Chuck Gelm
3 siblings, 2 replies; 38+ messages in thread
From: Chuck Gelm @ 2003-01-05 16:46 UTC (permalink / raw)
To: linux-newbie
Howdy, Y'all:
Using 'grep' I've parsed some stdout to lines ending in
...(123.45.67.89):
How can I either:
extract the last 17 characters
all characters after the first "("
all characters from "(" to ")"
?
I tried
cut -c ".0123456789" filename.txt
but it returns
cut: invalid byte or field list.
:-|
Regards, Chuck
-
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] 38+ messages in thread
* Re: string manipulating?
2003-01-05 16:46 ` string manipulating? Chuck Gelm
@ 2003-01-05 17:01 ` Jim Reimer
2003-01-05 17:42 ` Chuck Gelm
2003-01-05 17:20 ` Brian Jackson
1 sibling, 1 reply; 38+ messages in thread
From: Jim Reimer @ 2003-01-05 17:01 UTC (permalink / raw)
To: Chuck Gelm; +Cc: linux-newbie
how 'bout
cut -d\( -f2
-jdr-
Chuck Gelm wrote:
>
> Howdy, Y'all:
>
> Using 'grep' I've parsed some stdout to lines ending in
> ...(123.45.67.89):
> How can I either:
> extract the last 17 characters
> all characters after the first "("
> all characters from "(" to ")"
> ?
>
> I tried
> cut -c ".0123456789" filename.txt
> but it returns
> cut: invalid byte or field list.
> :-|
>
> Regards, Chuck
> -
> 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
-
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] 38+ messages in thread
* Re: string manipulating?
2003-01-05 16:46 ` string manipulating? Chuck Gelm
2003-01-05 17:01 ` Jim Reimer
@ 2003-01-05 17:20 ` Brian Jackson
2003-01-05 17:23 ` Brian Jackson
1 sibling, 1 reply; 38+ messages in thread
From: Brian Jackson @ 2003-01-05 17:20 UTC (permalink / raw)
To: Chuck Gelm; +Cc: linux-newbie
Maybe something like:
grep $your_options | cut -f2 -d( | cut -f1 -d)
That might work. Hard to say for sure, but it looks right. Should give you
just the IP address. HTH
--Brian Jackson
Chuck Gelm writes:
> Howdy, Y'all:
>
> Using 'grep' I've parsed some stdout to lines ending in
> ...(123.45.67.89):
> How can I either:
> extract the last 17 characters
> all characters after the first "("
> all characters from "(" to ")"
> ?
>
> I tried
> cut -c ".0123456789" filename.txt
> but it returns
> cut: invalid byte or field list.
> :-|
>
> Regards, Chuck
> -
> 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
-
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] 38+ messages in thread
* Re: string manipulating?
2003-01-05 17:20 ` Brian Jackson
@ 2003-01-05 17:23 ` Brian Jackson
2003-01-06 0:50 ` Chuck Gelm
0 siblings, 1 reply; 38+ messages in thread
From: Brian Jackson @ 2003-01-05 17:23 UTC (permalink / raw)
To: Chuck Gelm; +Cc: linux-newbie
Oops. I meant:
grep $your_options | cut -f2 -d\( | cut -f1 -d\)
Brian Jackson writes:
> Maybe something like:
>
> grep $your_options | cut -f2 -d( | cut -f1 -d)
>
> That might work. Hard to say for sure, but it looks right. Should give you
> just the IP address. HTH
>
> --Brian Jackson
>
> Chuck Gelm writes:
>
>> Howdy, Y'all:
>>
>> Using 'grep' I've parsed some stdout to lines ending in
>> ...(123.45.67.89):
>> How can I either:
>> extract the last 17 characters
>> all characters after the first "("
>> all characters from "(" to ")"
>> ?
>>
>> I tried
>> cut -c ".0123456789" filename.txt
>> but it returns cut: invalid byte or field list.
>> :-|
>>
>> Regards, Chuck
>> -
>> 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
>
> -
> 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
-
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] 38+ messages in thread
* Re: string manipulating?
2003-01-05 17:01 ` Jim Reimer
@ 2003-01-05 17:42 ` Chuck Gelm
2003-01-05 17:56 ` Jim Reimer
0 siblings, 1 reply; 38+ messages in thread
From: Chuck Gelm @ 2003-01-05 17:42 UTC (permalink / raw)
To: Jim Reimer; +Cc: linux-newbie
Hi, Jim:
Thanks, that works great.
Please explain:
\( is the left parenthesis escaped (?)
'-f' is 'output only these fields'
what does the '2' of '-f2' do?
chuck
Jim Reimer wrote:
>
> how 'bout
>
> cut -d\( -f2
>
> -jdr-
>
> Chuck Gelm wrote:
> >
> > Howdy, Y'all:
> >
> > Using 'grep' I've parsed some stdout to lines ending in
> > ...(123.45.67.89):
> > How can I either:
> > extract the last 17 characters
> > all characters after the first "("
> > all characters from "(" to ")"
> > ?
> >
> > I tried
> > cut -c ".0123456789" filename.txt
> > but it returns
> > cut: invalid byte or field list.
> > :-|
> >
> > Regards, Chuck
> > -
> > 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
-
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] 38+ messages in thread
* Re: string manipulating?
2003-01-05 17:42 ` Chuck Gelm
@ 2003-01-05 17:56 ` Jim Reimer
0 siblings, 0 replies; 38+ messages in thread
From: Jim Reimer @ 2003-01-05 17:56 UTC (permalink / raw)
To: Chuck Gelm; +Cc: linux-newbie
Chuck Gelm wrote:
>
> Hi, Jim:
>
> Thanks, that works great.
> Please explain:
>
> \( is the left parenthesis escaped (?)
yes - we're defining the left paren as the field delimiter, and
cut will complain and refuse to work if you just give it -d(
>
> '-f' is 'output only these fields'
> what does the '2' of '-f2' do?
-f takes a list of fields to output, so in this case, -f2 means to
output the second field. If you needed more fields, you could use
something like '-f1,3,5' (fields 1, 3, and 5) or '-f1-4' (fields 1
through 4), or whatever, depending on the need.
>
> chuck
>
73,
-jdr-
-
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] 38+ messages in thread
* Re: string manipulating?
2003-01-05 17:23 ` Brian Jackson
@ 2003-01-06 0:50 ` Chuck Gelm
2003-01-06 1:22 ` Brian Jackson
[not found] ` <3E19A91A.7EEB7666@wa5rrh.org>
0 siblings, 2 replies; 38+ messages in thread
From: Chuck Gelm @ 2003-01-06 0:50 UTC (permalink / raw)
To: Brian Jackson; +Cc: linux-newbie
Hi, Brian:
Thanks. Your suggestion is the similar to Jim's with
the arguments reversed.
You and Jim have fed me. Thanks.
Please teach me to fish. ;-)
I don't understand the '-f1' and '-f2' arguments.
IMHO, 'man cut' and 'info cut' are equally obfuscating:
-f, --fields=LIST
output only these fields
duh, what!
Please briefly explain.
Regards, Chuck
Brian Jackson wrote:
>
> Oops. I meant:
>
> grep $your_options | cut -f2 -d\( | cut -f1 -d\)
>
> Brian Jackson writes:
>
> > Maybe something like:
> >
> > grep $your_options | cut -f2 -d( | cut -f1 -d)
> >
> > That might work. Hard to say for sure, but it looks right. Should give you
> > just the IP address. HTH
> >
> > --Brian Jackson
> >
> > Chuck Gelm writes:
> >
> >> Howdy, Y'all:
> >>
> >> Using 'grep' I've parsed some stdout to lines ending in
> >> ...(123.45.67.89):
> >> How can I either:
> >> extract the last 17 characters
> >> all characters after the first "("
> >> all characters from "(" to ")"
> >> ?
> >>
> >> I tried
> >> cut -c ".0123456789" filename.txt
> >> but it returns cut: invalid byte or field list.
> >> :-|
> >>
> >> Regards, Chuck
> >> -
> >> 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
> >
> > -
> > 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
>
-
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] 38+ messages in thread
* Re: string manipulating?
2003-01-06 0:50 ` Chuck Gelm
@ 2003-01-06 1:22 ` Brian Jackson
[not found] ` <3E19A91A.7EEB7666@wa5rrh.org>
1 sibling, 0 replies; 38+ messages in thread
From: Brian Jackson @ 2003-01-06 1:22 UTC (permalink / raw)
To: Chuck Gelm; +Cc: linux-newbie
Okay it goes like this:
grep $your_options | cut -f2 -d\( | cut -f1 -d\)
the second part -- cut -f2 -d\( -- says to cut what comes out of grep into
fields using ( as the delimiter -- remember, it has to be escaped
the third part -- cut -f1 -d\) -- says to cut the output of the second part
into fields using ) as the delimiter
So if you start out grep'ing your file with output that looks like:
...(123.45.67.89):
feed that through -- cut -f2 -d\( -- and you get:
123.45.67.89):
Which is the second field [-f2] after the cut [-d\(]
You then feed that through -- cut -f1 -d\) -- and you get:
123.45.67.89
The first field[-f1] after the cut [-d\)]
I hope this didn't confuse you more. It is kind of hard to put this in
writing.(for me anyways)
--Brian Jackson
Chuck Gelm writes:
> Hi, Brian:
>
> Thanks. Your suggestion is the similar to Jim's with
> the arguments reversed.
>
> You and Jim have fed me. Thanks.
> Please teach me to fish. ;-)
>
> I don't understand the '-f1' and '-f2' arguments.
>
> IMHO, 'man cut' and 'info cut' are equally obfuscating:
>
> -f, --fields=LIST
> output only these fields
>
> duh, what!
>
> Please briefly explain.
>
> Regards, Chuck
>
>
> Brian Jackson wrote:
>>
>> Oops. I meant:
>>
>> grep $your_options | cut -f2 -d\( | cut -f1 -d\)
>>
>> Brian Jackson writes:
>>
>> > Maybe something like:
>> >
>> > grep $your_options | cut -f2 -d( | cut -f1 -d)
>> >
>> > That might work. Hard to say for sure, but it looks right. Should give you
>> > just the IP address. HTH
>> >
>> > --Brian Jackson
>> >
>> > Chuck Gelm writes:
>> >
>> >> Howdy, Y'all:
>> >>
>> >> Using 'grep' I've parsed some stdout to lines ending in
>> >> ...(123.45.67.89):
>> >> How can I either:
>> >> extract the last 17 characters
>> >> all characters after the first "("
>> >> all characters from "(" to ")"
>> >> ?
>> >>
>> >> I tried
>> >> cut -c ".0123456789" filename.txt
>> >> but it returns cut: invalid byte or field list.
>> >> :-|
<snip>
-
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] 38+ messages in thread
* Re: string manipulating?
[not found] ` <3E19A91A.7EEB7666@wa5rrh.org>
@ 2003-01-06 22:09 ` Chuck Gelm
2003-01-06 23:06 ` Brian Jackson
0 siblings, 1 reply; 38+ messages in thread
From: Chuck Gelm @ 2003-01-06 22:09 UTC (permalink / raw)
To: linux-newbie
Thanks, Jim & Brian:
[info|man cut]
LemmeC if I understand the
'-f' fields=LIST
The LIST is a list of enumerated fields, i.e.
field1, field2, field3,... [ala: 1,2,3,4,5,6]
each separated by the delimiter. So, if "("
is a delimiter, then the following strings: v
Interesting ports on as1-216-68-15-180.fuse.net (216.68.15.180):
Interesting ports on as1-216-68-15-184.fuse.net (216.68.15.184):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
This is field 1 and this is field 2
:-)
Chuck
Jim Reimer wrote:
>
> Chuck Gelm wrote:
> >
> > Hi, Brian:
> >
> > Thanks. Your suggestion is the similar to Jim's with
> > the arguments reversed.
> >
> > You and Jim have fed me. Thanks.
> > Please teach me to fish. ;-)
> >
>
> See if you can get your hands on a copy of "Unix in a Nutshell"
> (System V edition) by O'Reilly. Doesn't always match up completely
> with Linux, but I've found it to be an invaluable reference - and it
> sure beats man pages.
>
> Covers all the standard Unix commands, KSH, CSH, Bourne shell,
> and has sections on pattern matching, Emacs, vi, ex, sed, awk,
> make, and other stuff I've never used.
>
> There's also "Linux in a Nutshell", but I've never seen a copy,
> and from looking at the table of contents on O'Reilly's web
> site, it looks light it may not cover commands the same way
> the Unix/Sys V book does.
>
> -jdr-
-
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] 38+ messages in thread
* Re: string manipulating?
2003-01-06 22:09 ` Chuck Gelm
@ 2003-01-06 23:06 ` Brian Jackson
0 siblings, 0 replies; 38+ messages in thread
From: Brian Jackson @ 2003-01-06 23:06 UTC (permalink / raw)
To: Chuck Gelm; +Cc: linux-newbie
Chuck Gelm writes:
> Thanks, Jim & Brian:
>
> [info|man cut]
>
> LemmeC if I understand the
> '-f' fields=LIST
>
> The LIST is a list of enumerated fields, i.e.
> field1, field2, field3,... [ala: 1,2,3,4,5,6]
> each separated by the delimiter. So, if "("
> is a delimiter, then the following strings: v
> Interesting ports on as1-216-68-15-180.fuse.net (216.68.15.180):
> Interesting ports on as1-216-68-15-184.fuse.net (216.68.15.184):
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
> This is field 1 and this is field 2
>
exactly!
> :-)
> Chuck
>
> Jim Reimer wrote:
>>
>> Chuck Gelm wrote:
>> >
>> > Hi, Brian:
>> >
>> > Thanks. Your suggestion is the similar to Jim's with
>> > the arguments reversed.
>> >
>> > You and Jim have fed me. Thanks.
>> > Please teach me to fish. ;-)
>> >
>>
>> See if you can get your hands on a copy of "Unix in a Nutshell"
>> (System V edition) by O'Reilly. Doesn't always match up completely
>> with Linux, but I've found it to be an invaluable reference - and it
>> sure beats man pages.
>>
>> Covers all the standard Unix commands, KSH, CSH, Bourne shell,
>> and has sections on pattern matching, Emacs, vi, ex, sed, awk,
>> make, and other stuff I've never used.
>>
>> There's also "Linux in a Nutshell", but I've never seen a copy,
>> and from looking at the table of contents on O'Reilly's web
>> site, it looks light it may not cover commands the same way
>> the Unix/Sys V book does.
>>
>> -jdr-
> -
> 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
-
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] 38+ messages in thread
* PC speaker 'alert'
2002-12-09 8:10 ` ichi
` (2 preceding siblings ...)
2003-01-05 16:46 ` string manipulating? Chuck Gelm
@ 2003-02-19 22:56 ` Chuck Gelm
2003-02-20 2:33 ` whitnl73
3 siblings, 1 reply; 38+ messages in thread
From: Chuck Gelm @ 2003-02-19 22:56 UTC (permalink / raw)
To: linux-newbie
Howdy, Y'all:
I'm monitoring my /var/log/messages file and I'd
like to have the PC's speaker beep when there is a new
entry. I am monitoring 'DENY'ed packets. I am now
using 'cut' and 'grep' and 'tail' to show the last
11 denied packets. How can I cause the PC speaker to
beep when the last 11 lines are different the the
previous 11 lines.
Here is what I am using now:
#!/bin/sh
#
grep DENY /var/log/messages > t
cut -f2 -d\= t > u
cut -f2 -d" " u > v
cut -f1 -d: v > w
tail -n 11 w > deny.txt
clear
echo ""
cat deny.txt
echo ""
chmod 777 deny.txt ; v
chgrp users deny.txt ; so that my other workstations can see
Regards, Chuck
-
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] 38+ messages in thread
* Re: PC speaker 'alert'
2003-02-19 22:56 ` PC speaker 'alert' Chuck Gelm
@ 2003-02-20 2:33 ` whitnl73
0 siblings, 0 replies; 38+ messages in thread
From: whitnl73 @ 2003-02-20 2:33 UTC (permalink / raw)
To: nc8q; +Cc: linux-newbie
On Wed, 19 Feb 2003, Chuck Gelm wrote:
> Howdy, Y'all:
>
> I'm monitoring my /var/log/messages file and I'd
> like to have the PC's speaker beep when there is a new
> entry. I am monitoring 'DENY'ed packets. I am now
> using 'cut' and 'grep' and 'tail' to show the last
> 11 denied packets. How can I cause the PC speaker to
> beep when the last 11 lines are different the the
> previous 11 lines.
>
> Here is what I am using now:
>
> #!/bin/sh
> #
> grep DENY /var/log/messages > t
> cut -f2 -d\= t > u
> cut -f2 -d" " u > v
> cut -f1 -d: v > w
tail -n 11 w | diff -- - deny.txt >/dev/null 2>&1 || echo -ne "\a"
> tail -n 11 w > deny.txt
> clear
> echo ""
> cat deny.txt
> echo ""
> chmod 777 deny.txt ; v
> chgrp users deny.txt ; so that my other workstations can see
>
> Regards, Chuck
> -
Lawson
--
---oops---
________________________________________________________________
Sign Up for Juno Platinum Internet Access Today
Only $9.95 per month!
Visit www.juno.com
-
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] 38+ messages in thread
end of thread, other threads:[~2003-02-20 2:33 UTC | newest]
Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-08 18:38 tar for "full" floppy backup? Jerry James Haumberger
2002-12-09 8:10 ` ichi
2002-12-08 21:07 ` dashielljt
2002-12-09 18:11 ` ichi
2002-12-09 10:16 ` dashielljt
2002-12-09 12:38 ` Mr. James W. Laferriere
2003-01-04 17:50 ` pcmcia-cs quit working Chuck Gelm
2003-01-05 16:46 ` string manipulating? Chuck Gelm
2003-01-05 17:01 ` Jim Reimer
2003-01-05 17:42 ` Chuck Gelm
2003-01-05 17:56 ` Jim Reimer
2003-01-05 17:20 ` Brian Jackson
2003-01-05 17:23 ` Brian Jackson
2003-01-06 0:50 ` Chuck Gelm
2003-01-06 1:22 ` Brian Jackson
[not found] ` <3E19A91A.7EEB7666@wa5rrh.org>
2003-01-06 22:09 ` Chuck Gelm
2003-01-06 23:06 ` Brian Jackson
2003-02-19 22:56 ` PC speaker 'alert' Chuck Gelm
2003-02-20 2:33 ` whitnl73
-- strict thread matches above, loose matches on Subject: below --
2002-12-09 7:00 tar for "full" floppy backup? Jerry James Haumberger
2002-12-09 10:32 ` dashielljt
2002-12-07 16:58 Mr. James W. Laferriere
2002-12-08 8:41 ` ichi
2002-12-07 20:03 ` Chuck Gelm
2002-12-08 2:10 ` whitnl73
2002-12-07 9:24 Jerry James Haumberger
2002-12-07 18:34 ` Chuck Gelm
2002-12-07 20:08 ` Rolf Edlund
2002-12-08 16:05 ` Ray Olszewski
2002-12-09 7:32 ` ichi
2002-12-11 18:12 ` Rolf Edlund
2002-12-08 8:36 ` ichi
2002-12-06 21:47 Jerry James Haumberger
2002-12-06 22:25 ` dashielljt
2002-12-06 22:26 ` dashielljt
2002-12-06 23:35 ` Chuck Gelm
2002-12-07 0:10 ` Ray Olszewski
2002-12-07 0:53 ` dashielljt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox