Bug 1591

Summary: SCSI generic devices (sg) are not compliant with MAKEDEV man
Product: [Retired] Red Hat Linux Reporter: aspicht
Component: MAKEDEVAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 5.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-03-26 00:29:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description aspicht 1999-03-18 03:22:17 UTC
MAKEDEV generates SCSI generic devices with a letter:
/dev/sga, /dev/sgb, ...
The man page MAKEDEV(8) says that "the devices created are
sg0 through sg7".
The "Linux Allocated Devices" document
(ftp://ftp.kernel.org/pub/linux/docs/device-list/devices.txt
) in the kernel source Documentation says that it should be
/dev/sg0, /dev/sg1, ...
Other Linux distributions already set it to sg0, sg1...
To keep a compatibility with previous version, an idea would
be to use symbolic links.

Comment 1 Michael K. Johnson 1999-03-26 00:05:59 UTC
Well, there hasn't always been agreement on the right set of
names, but it makes sense to get the most compatibility with
the most software by having both sets of names.

Comment 2 Michael K. Johnson 1999-03-26 00:29:59 UTC
Will be fixed in MAKEDEV-2.4 and dev-2.7.1