On Thursday 01 May 2003 09:24 am, Adam Lydick wrote: > Alternatives: (the traditional line printer was already mentioned), any > sort of write-only media will do the trick (eg: CD-RW). You might have > to flush batches of log entries to the CD for it to work. I'm not sure > what min packet size on UDF FS is.
Ten sectors: 1 for incremental data 1 for new ICB (inode) to identify the data 1 for new VAT (virtual allocation table) to map new ICB 7 sectors packet writing overhead (4 run-in, 2 run-out, 1 link) -- Rob

