[Bug 1164683] Re: libblkid: udf superblock does not read correctly when blocksize < 2048

Chris Halse Rogers chris at cooperteam.net
Wed Jun 18 01:16:40 UTC 2014


Hello Jim, or anyone else affected,

Accepted util-linux into precise-proposed. The package will build now
and be available at http://launchpad.net/ubuntu/+source/util-
linux/2.20.1-1ubuntu3.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: util-linux (Ubuntu Precise)
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1164683

Title:
  libblkid: udf superblock does not read correctly when blocksize < 2048

Status in The Util-Linux-ng Set of Utilities:
  Confirmed
Status in “util-linux” package in Ubuntu:
  Fix Released
Status in “util-linux” source package in Precise:
  Fix Committed
Status in “util-linux” source package in Quantal:
  Won't Fix
Status in “util-linux” source package in Raring:
  Won't Fix
Status in “util-linux” source package in Saucy:
  Fix Released

Bug description:
  [Impact]

   * udf filesystems with blocksize < 2048 will not automount at startup.
   * udf filesystems with blocksize < 2048 will not show or be mounted by volume label (vid).

  [Test Case]

  Install udftools and create udf file system with volume id and
  blocksize < 2048:

  "sudo mkudffs -b 512 --vid=space /dev/sdb1"

  Run blkid on device: "sudo blkid /dev/sdb1"

  Without patch, output will be 'TYPE="udf"'. With patch, output will be
  'TYPE="udf" LABEL="space"'.

  Add /dev/sdb1 to /etc/fstab. Without patch, file system will fail to
  mount at boot; with patch, file system will mount at boot.

  Add LABEL=space to /etc/fstab. Without patch, file system will fail to
  mount; with patch, file system will mount.

  [Regression Potential]

  * This issue has been identified upstream and a patch is available
  (git commit 5a45eb2d2c70dc7ea2ff4c7b56ab8dba2780f033 in karelzak/util-
  linux).

To manage notifications about this bug go to:
https://bugs.launchpad.net/util-linux-ng/+bug/1164683/+subscriptions



More information about the foundations-bugs mailing list