Description of problem: Everytime i burned a iso with cdrecord (cdrecord-2.01-0.a25.4) and try to mount the cd i get the following error messages: Mounting in my burner: UDF-fs: No partition found (1) Mounting in my cdrom: UDF-fs: No VRS found The cd's still gets mounted and works... Version-Release number of selected component (if applicable): cdrecord-2.01-0.a25.4 How reproducible: every time (not statisticly proved, but 3 diffrent discs and iso's) Steps to Reproduce: cdrecord speed=8 dev=0,3,0 some.iso mount /mnt/cdrom1 or, remove the disc and put it in the cdrom-drive and mount /mnt/cdrom Actual results: either of these error messges: UDF-fs: No partition found (1) UDF-fs: No VRS found and a working mounted cdrom Expected results: same thing as above but without the errors Additional info:
this is because according to /etc/fstab mount first tries to the cdrom via udfs... then with iso9660 ... You could assign a bug to mount or the kernel to be too verbose...