dtype /dev/rfd0135ds18
returns /dev/rfd0135ds18 : tar format
When I attempt to extract the files with tar xv I receive the following:
tar: tape read error
read: I/O error
Any suggestions to how I can extract the needed files?
Troy
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Does "tar xv6" also error out?
--
Jean-Pierre Radley <j...@jpr.com> XC/XT Custodian Sysop, CompuServe SCOForum
Yes. The file /etc/default/tar has archive6=/dev/rfd0135ds18, the same
as the default device.
Then try to read it with LoneTar or BackupEDGE; or dd the contents to the
hard disk and try to extract from that.
Executing dd if=/dev/rfd0135ds18 of=/tmp/floppy.image resulted in
dd: read error: I/O error (error 5)
13+records in
13+records out
I then tried tar xvf floppy.image, and received the following:
scripts/agefile.sh ....
scripts/asroot ....
tar: directory checksum error
What do you know about block size. I tried others, but unsuccessful.
What is LoneTar, and where can I get a demo?
| Executing dd if=/dev/rfd0135ds18 of=/tmp/floppy.image resulted in dd:
| read error: I/O error (error 5) 13+records in 13+records out
|
| I then tried tar xvf floppy.image, and received the following:
| scripts/agefile.sh .... scripts/asroot .... tar: directory checksum
| error
|
| What do you know about block size. I tried others, but unsuccessful.
I conclude you have a damaged floppy. Good luck...
| What is LoneTar, and where can I get a demo?
o BackupEDGE
Microlite Corp., 2315 Mill Street, Aliquippa, PA 15001-2228;
in...@microlite.com; (888) BKP-EDGE or (724) 375-6711;
http://www.microlite.com/
o LONE-TAR
Lone Star Software Corp., 509 E. Ridgeville Blvd. Mt Airy, MD 21771;
sa...@cactus.com; (301) 829-1622 or (800) LONE-TAR;
http://www.lone-tar.com/
o CTAR
Unitrends Software Corp., 1601 Oak Street, Suite 201, Myrtle Beach, SC
29677; sa...@unitrends.com; (800) 648-2827 or (803) 626-2878;
http://www.unitrends.com/
o BRU
Enhanced Software Technologies Inc., 5016 S. Ash Avenue Suite 109,
Tempe, AZ 85282; swi...@estinc.com; (800) 998-8649 or (602) 820-0042;
http://www.estinc.com/
...
>Executing dd if=/dev/rfd0135ds18 of=/tmp/floppy.image resulted in
>dd: read error: I/O error (error 5)
>13+records in
>13+records out
That is indicative of a bad disk, i.e. an unreadable sector. Try
dd if=/dev/install of=floppy.image bs=18k
If that doesn't work try a different system with a different floppy
disk drive if you can or get the data written to a new floppy disk.
--
-----------------------------------------
Lawrence Kirby | fr...@genesis.demon.co.uk
Wilts, England | 7073...@compuserve.com
-----------------------------------------
He might also want to try skip option to dd to see if he can get
past that point.
--
Bill Vermillion bv @ wjv.com