Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!usenet.ins.cwru.edu!neoucom!ssci!postmaster From: postmaster@ssci.UUCP (Kevin Benton) Newsgroups: comp.os.minix Subject: dd can't read my 1.2M drive Message-ID: <16.27214A99@ssci.UUCP> Date: 20 Oct 90 22:04:14 GMT Organization: Sunrise Software Co., Inc. Lines: 27 In an article of <18 Oct 90 13:38:28 GMT>, traw@grad1.cis.upenn.edu writes: >From: traw@grad1.cis.upenn.edu >Date: 18 Oct 90 13:38:28 GMT >Message-ID: <31333@netnews.upenn.edu> >Newsgroups: comp.os.minix > I am trying to use dd to copy a 1.2M minix binaries diskette (one of >the ones supplied with minix). I get an error telling me that minix >can't read the disk (then 0 blocks in, 0 blocks out). I used the >following command line: > >$ dd /dev/at0 diskfile bs=7680 # several other blocksizes tried No problem.... Try this... dd if=/dev/at0 of=/usr/tmp/disk.image bs=1024 count=1200 if= and of= were missing. Also, make sure you have /dev/at0 there, and that it is the same as /dev/fd0. I have had similar problems on SCO, but realized that I was using the "wrong" device (major, minor number). Technically speaking, the bs and count aren't necessary... Kevin -- Kevin Benton - SysOp of... Project Thunder (ssci) 1:157/516.0 :-) once in a while... FidoNet 1:157/533.14 you might actually learn UseNet uunet!ssci!kevin to like it!