Thread: Amix in WinUAE
View Single Post
Old 20 June 2013, 14:21   #58
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,506
Yeah, I need to know if the tape has multiple files (with filemark between them) and the order of files. Block size has to be 512 because Amix always uses 4 block read commands (same from HD too) and DMAC is programmed for 2048 byte transfers.

Your file listing does not match http://amigaunix.com/ downloadable tape image (it only has 9 files), also amigaunix.com documentation simply dd's big single image to tape which does not create original file if original had filemarks.

Filemark emulation is more complex than single file and I want to do this exactly right

2.01
Code:
24.12.1996  23:32         630 784  amigasrc.cpio.gz
24.12.1996  23:32       1 642 496  bsd.cpio
24.12.1996  23:32      10 433 536  Cdev.cpio
24.12.1996  23:32       2 986 496  conf.cpio
24.12.1996  23:32      10 873 344  core.cpio
24.12.1996  23:32       5 836 800  emacs.cpio
24.12.1996  23:32       2 351 104  games.cpio
24.12.1996  23:32           2 560  list.cpio
24.12.1996  23:32       2 176 512  lp.cpio
24.12.1996  23:32       6 392 320  man.cpio
24.12.1996  23:32       3 036 160  net.cpio
24.12.1996  23:32       4 186 624  olcore.cpio
24.12.1996  23:32       1 667 072  oldev.cpio
24.12.1996  23:32       4 919 296  public.cpio
24.12.1996  23:32      22 318 592  pubsrc.cpio.gz
24.12.1996  23:32             751  ReadMe.txt
24.12.1996  23:32       5 967 872  sysadm.cpio
24.12.1996  23:32       2 167 296  terminfo.cpio
24.12.1996  23:32       1 487 360  text.cpio
24.12.1996  23:32         732 160  uucp.cpio
24.12.1996  23:32       5 563 392  Xbasic.cpio
24.12.1996  23:32       8 308 224  Xcore.cpio
24.12.1996  23:32       2 469 888  Xdev.cpio
24.12.1996  23:32       7 218 688  Xtras.cpio
2.03
Code:
24.12.1996  23:32         566 489  2.03_unix.gz
24.12.1996  23:32         649 269  AmigaBootfd0.dd.gz
24.12.1996  23:32         649 271  AmigaBootfd0ad.dd.gz
24.12.1996  23:32         273 690  AmigaRootfd0.dd.gz
24.12.1996  23:32         273 692  AmigaRootfd0ad.dd.gz
24.12.1996  23:32             749  i_01.cpio.gz
24.12.1996  23:32         250 425  i_02.cpio.gz
24.12.1996  23:32       3 975 772  i_03.cpio.gz
24.12.1996  23:32         567 724  i_04.cpio.gz
24.12.1996  23:32       3 088 079  i_05.cpio.gz
24.12.1996  23:32         649 115  i_06.cpio.gz
24.12.1996  23:32       5 251 403  i_07.cpio.gz
24.12.1996  23:32       1 078 554  i_08.cpio.gz
24.12.1996  23:32       1 907 025  i_09.cpio.gz
24.12.1996  23:32       2 435 273  i_10.cpio.gz
24.12.1996  23:32         345 112  i_11.cpio.gz
24.12.1996  23:32         492 197  i_12.cpio.gz
24.12.1996  23:32         267 838  i_13.cpio.gz
24.12.1996  23:32       2 145 547  i_14.cpio.gz
24.12.1996  23:32         270 052  i_15.cpio.gz
24.12.1996  23:32         731 407  i_16.cpio.gz
24.12.1996  23:32       3 906 309  i_17.cpio.gz
24.12.1996  23:32         850 883  i_18.cpio.gz
24.12.1996  23:32         580 268  i_19.cpio.gz
24.12.1996  23:32         996 533  i_20.cpio.gz
24.12.1996  23:32       3 270 244  i_21.cpio.gz
24.12.1996  23:32         958 395  i_22.cpio.gz
24.12.1996  23:32         572 298  i_23.cpio.gz
24.12.1996  23:32       4 394 196  i_24.cpio.gz
24.12.1996  23:32       8 122 251  i_25.cpio.gz
24.12.1996  23:32       7 136 770  i_26.cpio.gz
24.12.1996  23:32      14 416 748  i_27.cpio.gz
Toni Wilen is offline  
 
Page generated in 0.24352 seconds with 11 queries