[20189] in Athena Bugs
sun4 9.0.23: pcfs
daemon@ATHENA.MIT.EDU (John Hawkinson)
Tue Feb 19 21:43:06 2002
Message-Id: <200202200243.VAA00129@coleco-sidewinder.mit.edu>
To: bugs@MIT.EDU
Date: Tue, 19 Feb 2002 21:43:04 -0500
From: John Hawkinson <jhawk@MIT.EDU>
System name: coleco-sidewinder.mit.edu
Type and version: Sun-Blade-100 9.0.23 (with mkserv)
Display type: ifb
Shell: /bin/sh (/bin/athena/tcsh?)
Window manager: unknown
What were you trying to do?
Copy files off of a DOS floppy.
What's wrong:
pcfs doesn't show some files that are visiable with mtools.
It also reports IO errors while copying.
Details:
(note the errors, and the zero files in the M subdir)
[coleco-sidewinder!jhawk] ~w1xm/contests/2002.01.VHFSweepstakes> ( cd /floppy/unnamed_floppy/ ; tar cvf - . ) | tar xvf -
a ./ 0K
a ./6M/ 0K
a ./6M/JANVHF02.BIN 22K
tar: Read error on ./6M/JANVHF02.BIN: I/O error
x ., 0 bytes, 0 tape blocks
x ./6M, 0 bytes, 0 tape blocks
x ./6M/JANVHF02.BIN, 21846 bytes, 43 tape blocks
a ./6M/JANVHF02.TLK 13K
x ./6M/JANVHF02.TLK, 12864 bytes, 26 tape blocks
tar: Read error on ./6M/JANVHF02.TLK: I/O error
a ./6M/JANVHF02.NOT 1K
a ./UHF/ 0K
a ./UHF/JANVHF02.BIN 22K
tar: Read error on ./UHF/JANVHF02.BIN: I/O error
x ./6M/JANVHF02.NOT, 66 bytes, 1 tape blocks
x ./UHF, 0 bytes, 0 tape blocks
x ./UHF/JANVHF02.BIN, 21896 bytes, 43 tape blocks
a ./UHF/JANVHF02.TLK 13K
tar: Read error on ./UHF/JANVHF02.TLK: I/O error
x ./UHF/JANVHF02.TLK, 12360 bytes, 25 tape blocks
a ./UHF/JANVHF02.NOT 1K
a ./2M/ 0K
a ./2M/JANVHF02.BIN 21K
tar: Read error on ./2M/JANVHF02.BIN: I/O error
x ./UHF/JANVHF02.NOT, 216 bytes, 1 tape blocks
x ./2M, 0 bytes, 0 tape blocks
x ./2M/JANVHF02.BIN, 21196 bytes, 42 tape blocks
a ./2M/JANVHF02.TLK 13K
tar: Read error on ./2M/JANVHF02.TLK: I/O error
x ./2M/JANVHF02.TLK, 12504 bytes, 25 tape blocks
a ./2M/JANVHF02.NOT 1K
x ./2M/JANVHF02.NOT, 66 bytes, 1 tape blocks
a ./M/ 0K
x ./M, 0 bytes, 0 tape blocks
Note the files visible:
[coleco-sidewinder!jhawk] ~w1xm/contests/2002.01.VHFSweepstakes> mdir a:m
Volume in drive A is JANVHF02
Directory for A:/m
. <DIR> 02-19-2002 20:56
.. <DIR> 02-19-2002 20:56
1 bin 21946 02-19-2002 20:56
1 old 21946 02-19-2002 20:54
1 grd 1767 02-19-2002 20:56
1 all 30671 02-19-2002 20:56
1 50 11662 02-19-2002 20:56
1 144 11511 02-19-2002 20:56
1 222 2859 02-19-2002 20:56
1 432 4792 02-19-2002 20:56
1 1_2 620 02-19-2002 20:56
1 dup 5654 02-19-2002 20:56
1 sum 1418 02-19-2002 20:56
1 brk 14883 02-19-2002 20:56
w1xm txt 29781 02-19-2002 20:56
w1xm log 22134 02-19-2002 20:56
16 files 181 644 bytes
1 164 288 bytes free
Copying the files from the 2M directory on the floppy to the 'z' subdirectory
with mtools, I notice:
[coleco-sidewinder!jhawk] ~w1xm/contests/2002.01.VHFSweepstakes> ls -l 2M z
2M:
total 70
-rwxr-xr-x 1 jhawk mit 21196 Jan 20 23:11 JANVHF02.BIN
-rwxr-xr-x 1 jhawk mit 66 Jan 20 12:28 JANVHF02.NOT
-rwxr-xr-x 1 jhawk mit 12504 Jan 20 22:58 JANVHF02.TLK
z:
total 70
-rw-r--r-- 1 jhawk mit 21196 Feb 19 21:41 janvhf02.bin
-rw-r--r-- 1 jhawk mit 66 Feb 19 21:41 janvhf02.not
-rw-r--r-- 1 jhawk mit 12504 Feb 19 21:41 janvhf02.tlk
[coleco-sidewinder!jhawk] ~w1xm/contests/2002.01.VHFSweepstakes> md5sum 2M/* z/*
0d5a07d13f0c0ddd1faba0d869ab57c6 2M/JANVHF02.BIN
0ee9330fc8b84e9885f57271aed93fdb 2M/JANVHF02.NOT
c963d6acad25cbe30af0fb23f0d21e12 2M/JANVHF02.TLK
24d64807f2cf2458c77f6d31d8f142a2 z/janvhf02.bin
0ee9330fc8b84e9885f57271aed93fdb z/janvhf02.not
38755d4c7ada4e54de2a1f487edb9348 z/janvhf02.tlk
This is somewhat disturbing.
--jhawk