Jonah Thomas
Group: Members
Posts: 12
Joined: Mar. 2006 |
|
Posted: July 10 2006,18:46 |
|
Quote (keithw @ June 24 2006,11:24) | I found that this:
#mkisofs –R source | create_compressed_fs - 65536 > newcd/KNOPPIX/KNOPPIX
didn't work for me. After fiddling for some time I found an error message that told me that 65536 is not divisible by 512. So after a quick calculation I tried 65560 and it worked. Why? I don't know. |
That line didn't work for me today, and before it had. I tried making your change and that didn't work either. Reasonably enough since 65536 is divisible by 512.
Then something changed and it worked. The difference came right after I switched from putting a sudo at the beginning of the line, to doing sudo su . I tend to doubt that made the difference, it was probably some change I didn't notice making. I won't be able to test it until it stops working again.
|