On Monday 23 August 2004 15:15 Luca Ferrari's cat walking on the keyboard wrote: > Hi, > I'm writing a program for simple backups on cdroms, and it's supposed to > use command-line tools (cdrecord). I've burned a cd with -multi flag and > two sessions, but mounting the cd (on the same drive) shows me only the > first burn. How can I see the second burn? Ok, it was simple after all! A command line like the following: mount -t iso9660 -o session=3 /dev/cdrecorder /media/cdrecorder/ works correctly showing the third written data. Nevertheless I don't find this a smart approach, and I'd like to know if there's another way to add data to a cdrom making it possible to easily read it with a single mount. Otherwise, how can I iterate automatically on all the session of a cd to search for a specific file? Thanks, Luca -- Luca Ferrari, fluca1978@xxxxxxxxxxx - : send the line "unsubscribe linux-admin" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html