<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: what does &amp;quot;UDF-fs: No VRS found&amp;quot;, mean when mount cdrom? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/what-does-quot-udf-fs-no-vrs-found-quot-mean-when-mount-cdrom/m-p/3406334#M71040</link>
    <description>hi maaz,&lt;BR /&gt;&lt;BR /&gt;the message means that no "volume recognition sequence" was found on the media. if you insert a simple iso9660 cd-rom there is no vrs. vrs is only found on udf formated cd-roms, dvd-roms and dvd-rams.&lt;BR /&gt;your workaround in /etc/fstab is the best way to work. first try iso9660 driver and second try udf driver.&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;johannes</description>
    <pubDate>Wed, 27 Oct 2004 03:09:15 GMT</pubDate>
    <dc:creator>Johannes Krackowizer_1</dc:creator>
    <dc:date>2004-10-27T03:09:15Z</dc:date>
    <item>
      <title>what does "UDF-fs: No VRS found", mean when mount cdrom?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-does-quot-udf-fs-no-vrs-found-quot-mean-when-mount-cdrom/m-p/3406330#M71036</link>
      <description>Whenever  I mount cdrom, following message received&lt;BR /&gt;&lt;BR /&gt;[root@linux101 root]# mount /mnt/cdrom&lt;BR /&gt;UDF-fs: No VRS found&lt;BR /&gt;[root@linux101 root]# &lt;BR /&gt;&lt;BR /&gt;So what does "UDF-fs: No VRS found" means ? &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 22 Oct 2004 23:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-does-quot-udf-fs-no-vrs-found-quot-mean-when-mount-cdrom/m-p/3406330#M71036</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-10-22T23:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: what does "UDF-fs: No VRS found", mean when mount cdrom?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-does-quot-udf-fs-no-vrs-found-quot-mean-when-mount-cdrom/m-p/3406331#M71037</link>
      <description>As I do not get this error it is hard to find out what is wrong, but to try and help I would sugest reading man mount ( the section under -t)&lt;BR /&gt;&lt;BR /&gt;and would have a look at /etc/filesystems and/or /proc/filesystems&lt;BR /&gt;&lt;BR /&gt;What I thing this mean is that in your /etc/fstab the /mnt/cdrom is mounted with a UDF file system and this is not (found, bad or not there), also this option can be build in the kernel or loaded as a module.&lt;BR /&gt;&lt;BR /&gt;I suspect your mount invokes -t UDF for cdrom and this is not compiled in kernel and not in modules &lt;BR /&gt;&lt;BR /&gt;Tell us if any of the above is true ?&lt;BR /&gt;&lt;BR /&gt;J-P</description>
      <pubDate>Sat, 23 Oct 2004 04:47:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-does-quot-udf-fs-no-vrs-found-quot-mean-when-mount-cdrom/m-p/3406331#M71037</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2004-10-23T04:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: what does "UDF-fs: No VRS found", mean when mount cdrom?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-does-quot-udf-fs-no-vrs-found-quot-mean-when-mount-cdrom/m-p/3406332#M71038</link>
      <description>Hi,&lt;BR /&gt;UDF is the Universal Disk Format, and the VRS is the Volume Recognition Sequence, which identifies the type of data on your CD. It means that your CD driver (thru the kernel) doesn't identify the type of file system on the CD you try to mount.&lt;BR /&gt;Try to remove in /etc/fstab the type of data for cd drive for it to use autodetect without UDF.&lt;BR /&gt;If it doesn't fix things, please post dmesg content for further analysis.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Jerome Henry</description>
      <pubDate>Sat, 23 Oct 2004 07:07:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-does-quot-udf-fs-no-vrs-found-quot-mean-when-mount-cdrom/m-p/3406332#M71038</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2004-10-23T07:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: what does "UDF-fs: No VRS found", mean when mount cdrom?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-does-quot-udf-fs-no-vrs-found-quot-mean-when-mount-cdrom/m-p/3406333#M71039</link>
      <description>Many thanks HUC, and Jerome Henry.&lt;BR /&gt;&lt;BR /&gt;Huc the message is not an error(i think) although it gives the "UDF-fs: No VRS found", but cdrom always mount and works properly. I think its kinda warning.&lt;BR /&gt;ok b4 the help from the forum, my /etc/fstab file was like: &lt;BR /&gt;cat /etc/fstab&lt;BR /&gt;/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0&lt;BR /&gt;but after reading the reply of HUC and Jerome Henry I edit it as :&lt;BR /&gt;/dev/cdrom /mnt/cdrom iso9660,udf noauto,owner,kudzu,ro 0 0&lt;BR /&gt;and now this messages has gone/finished, i.e. now i didnt receive this "UDF-fs: No VRS found" messages, after editing the /etc/fstab file&lt;BR /&gt;&lt;BR /&gt;Many Thanks &lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Oct 2004 09:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-does-quot-udf-fs-no-vrs-found-quot-mean-when-mount-cdrom/m-p/3406333#M71039</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-10-23T09:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: what does "UDF-fs: No VRS found", mean when mount cdrom?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-does-quot-udf-fs-no-vrs-found-quot-mean-when-mount-cdrom/m-p/3406334#M71040</link>
      <description>hi maaz,&lt;BR /&gt;&lt;BR /&gt;the message means that no "volume recognition sequence" was found on the media. if you insert a simple iso9660 cd-rom there is no vrs. vrs is only found on udf formated cd-roms, dvd-roms and dvd-rams.&lt;BR /&gt;your workaround in /etc/fstab is the best way to work. first try iso9660 driver and second try udf driver.&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;johannes</description>
      <pubDate>Wed, 27 Oct 2004 03:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-does-quot-udf-fs-no-vrs-found-quot-mean-when-mount-cdrom/m-p/3406334#M71040</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-10-27T03:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: what does "UDF-fs: No VRS found", mean when mount cdrom?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-does-quot-udf-fs-no-vrs-found-quot-mean-when-mount-cdrom/m-p/3406335#M71041</link>
      <description>Many Thanks Dear Johannes Krackowizer for ur kind help, and explanation, and sorry for late acknowledgement/reply&lt;BR /&gt;&lt;BR /&gt;Thanks to all&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Nov 2004 08:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-does-quot-udf-fs-no-vrs-found-quot-mean-when-mount-cdrom/m-p/3406335#M71041</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-11-01T08:53:24Z</dc:date>
    </item>
  </channel>
</rss>

