Path: utzoo!attcan!uunet!bywater!scifi!njs From: njs@scifi.UUCP (Nicholas J. Simicich) Newsgroups: comp.sys.ibm.pc.rt Subject: Re: AIX on PS2, diskette compare? Summary: We need comp.unix.ibm or comp.unix.aix or whatever.... Keywords: AIX PS2 compare diskettes Message-ID: <676@scifi.UUCP> Date: 9 Jul 89 04:01:32 GMT References: <3060@rtech.rtech.com> Reply-To: njs@scifi.UUCP (Nicholas J. Simicich) Organization: Nick Simicich, Peekskill, NY Lines: 18 In article <3060@rtech.rtech.com> sergio@squid.UUCP (Sergio Aponte) writes: > I have a PS2/80 running AIX 1.1. > Is there a utility that will let me compare 2 3.5 diskettes to each > other? Put one on rfd0, one on rfd1 and see if they match byte per byte? > Thanks. There is no PS2 or AIX group. I thought you guys might know. Try "cmp /dev/rfd0 /dev/rfd1". Just a guess. Unfortunately, this is likely to take a fair while if it works like the RT does under AIX, because blocking will fail. To make things work better, use dd to read the files and specify a large ibs= which is a multiple of 512. Ed Clarke (hi, Ed) suggested using diff. cmp should be significantly faster, and is probably a better fit for "byte per byte" comparisons. -- Nick Simicich --- uunet!bywater!scifi!njs --- njs@ibm.com (Internet)