Bug 116991 - NVME partition device names wrong
Summary: NVME partition device names wrong
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: Flash/Memory Technology Devices (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: David Woodhouse
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-23 02:15 UTC by Phillip Susi
Modified: 2016-04-23 02:22 UTC (History)
0 users

See Also:
Kernel Version: 4.2.0
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Phillip Susi 2016-04-23 02:15:24 UTC
It seems that nvme disks name their partitions /dev/nvme0n1.  This confuses grub because the partition separator character for devices whose base names end in a digit in linux has been 'p' not 'n' since the dawn of time.

Bug report forwarded from launchpad.net/bugs/1507505
Comment 1 Phillip Susi 2016-04-23 02:22:29 UTC
This also will break parted, which assumes that the partition should end in 'p1' not 'n1'.

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