Bug 116991

Summary: NVME partition device names wrong
Product: Drivers Reporter: Phillip Susi (phill)
Component: Flash/Memory Technology DevicesAssignee: David Woodhouse (dwmw2)
Status: NEW ---    
Severity: normal    
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 4.2.0 Subsystem:
Regression: No Bisected commit-id:

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'.