Bug 483085 - dosfslabel fails to read/write label on device-mapper device
Summary: dosfslabel fails to read/write label on device-mapper device
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: dosfstools
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Stepan Kasal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-01-29 17:00 UTC by Stepan Kasal
Modified: 2009-06-20 09:17 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 249067
Environment:
Last Closed: 2009-01-29 17:29:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stepan Kasal 2009-01-29 17:00:51 UTC
+++ This bug was initially created as a clone of Bug #249067 +++
Description of problem:
  dosfslabel fails to read/write label on device-mapper device

How reproducible:
  Always

Steps to Reproduce:
  1. Create DM device (multipath, dmraid, etc.)
  2. Execute dosfslabel to write a label on it

Actual results:
  # dosfslabel /dev/mapper/200301384044c0009p1 a
  Invalid disk format in boot sector.
  # dosfslabel /dev/mapper/200301384044c0009p1 
  Invalid disk format in boot sector.

Expected results:
  # dosfslabel /dev/mapper/200301384044c0009p1 a
  # dosfslabel /dev/mapper/200301384044c0009p1 
  a          
---

I was able to reproduce the bug on current rawhide with the shell script:
Created an attachment (id=159672) reproducer shell script

Comment 1 Stepan Kasal 2009-01-29 17:29:02 UTC
The bug is no longer present in dosfstools-3.0.1-1 (the previous reproduction was with dosfstools 2.11).


Note You need to log in before you can comment on or make changes to this bug.