Re: "No VRS found" on CD-R

From: Scott Lurndal (scott_at_slp53.sl.home)
Date: 04/13/05


Date: Wed, 13 Apr 2005 15:59:12 GMT

David Sumbler <david@nospam.co.uk> writes:

>What does "UDF-fs: No VRS found" mean, and how should I adjust my
>commands to avoid getting it?

I would hazard a guess that you have specifed 'auto' as the
filesystem type for the cdrom in your /etc/fstab file.

This means that mount will try all filesystem types when you
mount the cdrom, and it is probably trying UDF before it
trys iso9660. The message is benign (and a bug IMHO). If
you don't want the message, change the filesystem type to
iso9660 in /etc/fstab or mount using -t iso9660.

scott



Relevant Pages