Bug 1632944 - blkid/lsblk does not recognize exfat filesystem without a label
Summary: blkid/lsblk does not recognize exfat filesystem without a label
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: util-linux
Version: 7.6
Hardware: All
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: Karel Zak
QA Contact: Radka Brychtova
URL:
Whiteboard:
Depends On:
Blocks: 1630908
TreeView+ depends on / blocked
 
Reported: 2018-09-25 20:46 UTC by Orion Poplawski
Modified: 2019-08-06 13:10 UTC (History)
1 user (show)

Fixed In Version: util-linux-2.23.2-61.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-06 13:10:37 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2019:2252 0 None None None 2019-08-06 13:10:49 UTC

Description Orion Poplawski 2018-09-25 20:46:48 UTC
Description of problem:

# mkfs -t exfat /dev/sdd1
mkexfatfs 1.3.0
Creating... done.
Flushing... done.
File system created successfully.
# mount /dev/sdd1 /mnt
mount: /dev/sdd1: more filesystems detected. This should not happen,
       use -t <type> to explicitly specify the filesystem type or
       use wipefs(8) to clean up the device.
# lsblk --fs
NAME                            FSTYPE      LABEL UUID              
sdd                                                                                      
└─sdd1                                                                                   
# exfatlabel /dev/sdd1 'data'
# lsblk --fs
NAME                            FSTYPE      LABEL UUID             
sdd
└─sdd1                          exfat       data  0125-EC34

Version-Release number of selected component (if applicable):
util-linux-2.23.2-58.el7.x86_64

This works with Fedora 28 and util-linux-2.32.1-1.fc28.x86_64:
# lsblk --fs
NAME                      FSTYPE      LABEL       UUID         
sdb                                                                                      
└─sdb1                    exfat                   0125-EC34           

according to https://github.com/relan/exfat/issues/75, stock util-linux 2.23.2 works as well.

Comment 9 errata-xmlrpc 2019-08-06 13:10:37 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2019:2252


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