The FreeBSD Diary |
(TM) | Providing practical examples since 1998If you buy from Amazon USA, please support us by using this link. |
Already scanned directory - mkisofs problems
6 March 2003
|
mkisofs is a tool for creating an ISO file system. I first wrote about it when talking about cdrecord, the tool I use for burning my CDs. Today I decided to burn some of my source code onto CD. After doing that, I decided to verify the burn by mounting the CDROM and viewing the data. Not all of the data had made it. There were two directories specified on the command line, but only the first made it into the ISO. So I tried again. This time I mounted the ISO file system and checked it. Again, only the first directory made it to disk. After a bit more investigation, and a simple test case, I noticed the following message during the ISO building process:
See that Already scanned directory notice? I searched Google, both www and groups, but found nothing related. This problem was repeatable with a simple test case:
|
When in doubt, upgrade!
|
I noticed that cdrecord (cdrtools-1.10_1) and mkisofs (mkisofs-1.15.a39) were out of date. So I upgraded. Using portupgrade. Now I had cdrtools-2.0 and mkisofs-2.0. Guess what? Now the problem doesn't occur. |
The morals
|
|