home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-07 / text0102.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  750 b   |  22 lines

  1. > using BTN and GNU tar.  BSD can read its own tapes with no problem,
  2. > but when I try to read my Archive Viper from Ados it returns with no
  3. > data, even if I try to cat from the tape.
  4.  
  5. I don't know why, but I you do like this:
  6. cd /
  7. ln vmunix vmunix.foo
  8. tar cf /dev/rst0 vmunix vmunix.foo vmunix.foo vmunix.foo
  9.  
  10. then you can extract the vmunix in amigados:
  11. gtar xf tape: vmunix
  12.  
  13. Also, much better way to move vmunix to amigados is to mount the
  14. bsd partitions to ados :-)  There is this nice BFFS (bsd ffs) for
  15. amiga, it's read-only, but works quite well for the purpose.
  16. You can't do 'loadbsd bsd-root:vmunix' but still have to copy the
  17. file to amiga partition (why??) and at mounting time the filesystem
  18. generates couple of enforcer hits..
  19.  
  20. ++Tero
  21.  
  22.