<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>28997</bug_id>
          
          <creation_ts>2013-05-21 21:37:53 +0400</creation_ts>
          <short_desc>Монтирование, неверное имя устройства/тома</short_desc>
          <delta_ts>2013-05-22 15:56:42 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>lbuscd</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>patch</keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>15333</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="xak-altsp">xak-altsp</reporter>
          <assigned_to name="Nobody&apos;s working on this, feel free to take it">nobody</assigned_to>
          
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>140439</commentid>
    <comment_count>0</comment_count>
    <who name="xak-altsp">xak-altsp</who>
    <bug_when>2013-05-21 21:37:53 +0400</bug_when>
    <thetext>Флешка монтируется, название &quot;DISK&quot;, папка &quot;-sdb1&quot;.
&quot;ID_FS_LABEL_SAFE&quot; не доступно, есть &quot;ID_FS_LABEL&quot;
&quot;udevadm info ...&quot; нет ID_BUS и т.д., помогает сперва сделать &quot;udevadm trigger&quot;.

/lib/udev/add_fstab_entry
...
else
+  udevadm trigger
   export $(udevadm info --query=env --name=$devicename)
-  LABEL=${ID_FS_LABEL_SAFE}
+  LABEL=${ID_FS_LABEL}
   if [ -z ${LABEL} ]; then
        LABEL=$(echo ${ID_BUS}${ID_TYPE}-$devicename |tr &quot; &quot; &quot;_&quot;)
    fi
fi</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>