home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6836 < prev    next >
Encoding:
Text File  |  1992-07-27  |  2.1 KB  |  50 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!psinntp!pool!ujlh
  3. From: ujlh@pool.info.sunyit.edu (James Henrickson)
  4. Subject: Re: Transfering files from floppy
  5. Message-ID: <1992Jul27.235824.22217@pool.info.sunyit.edu>
  6. Organization: State University of New York -- Institute of Technology
  7. References: <1992Jul24.222916.26001@nevada.edu>
  8. Date: Mon, 27 Jul 1992 23:58:24 GMT
  9. Lines: 39
  10.  
  11. In article <1992Jul24.222916.26001@nevada.edu> otto@nevada.edu (Frederick J. Haab) writes:
  12. >
  13. >Ok, it's me again, that new user.  I found all the sites
  14. >that carry linux stuff, thanks to all who replied.  I can
  15. >use linux's kermit to download the smaller things.  At
  16. >school, I can use a sparc station to copy the bigger things
  17. >to a floppy disk.
  18. >
  19. >How do I transfer this to my hard disk at home?
  20. >Should I:
  21. >    Use dd, then tar xzf, like the installation disks?
  22. >    Copy to disk in msdos format, then how do I read them?
  23. >
  24.  
  25. Use dd (ON A FORMATTED FLOPPY!), then tar xzf.  Note that this is only
  26. possible if the file is small enough to fit on the floppy.  I haven't
  27. had to deal with multi-volume archives yet, meaning I haven't bought enough
  28. floppies to back up my Linux partitions.  :-)
  29.  
  30. Note that I wrote "ON A FORMATTED FLOPPY".  This is a good idea for
  31. everyone, after the problem I had over the weekend.  I formatted a bunch
  32. of floppy disks a while back and used them for temporary file systems and
  33. for bootable floppies.  I tried making a bootable floppy with patch1 and
  34. patch2, and it didn't work.  I suspected a new bug in the kernel that
  35. kept Linux from running on my machine, until I check it out under MS-DOS
  36. (sorry guys, had to because my linux disk was hosed -- but that's a
  37. different story) and found that the disk was defective.  "dd" didn't detect
  38. a problem when it wrote the bootimage, so I had no idea it was the floppy.
  39. Formatting a new floppy disk and writing the bootimage to it took care of
  40. everything.  After this incident, I would recommend formatting your target
  41. floppy immediately before you copy a boot image (or anything, for that matter)
  42. to it.
  43.  
  44.  
  45. -- 
  46. Jim H.
  47. *
  48. * James L. Henrickson                                 ujlh@sunyit.edu
  49. * "Yet another Jim in the Linux world."  :-)
  50.