git: f6cee70fe2 - main - handbook/basics/disk-organization: add nvme disk names
Warner Losh <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/doc/commit/?id=f6cee70fe2595252099fa05c9b5dc4ddb6b1bd35 commit f6cee70fe2595252099fa05c9b5dc4ddb6b1bd35 Author: Warner Losh <[email protected]> AuthorDate: 2021-07-10 22:25:11 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2021-07-10 22:29:50 +0000 handbook/basics/disk-organization: add nvme disk names Add nvme disk names (nda, nvd), remove obsolete 'ad', 'acd', 'ast', 'mcd' and 'scd' device names. Did not remove raid adapters gone in 13, but still present in 12. Note: this section needs a refresh to move from MBR slice and disklabel to GPT slices. Sponsored by: Netflix --- .../content/en/books/handbook/basics/_index.adoc | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/documentation/content/en/books/handbook/basics/_index.adoc b/documentation/content/en/books/handbook/basics/_index.adoc index 74324148de..bec5b6b733 100644 --- a/documentation/content/en/books/handbook/basics/_index.adoc +++ b/documentation/content/en/books/handbook/basics/_index.adoc @@ -1237,13 +1237,16 @@ When installing FreeBSD, configure the disk slices, create partitions within the | Drive Device Name |SATA and IDE hard drives -|`ada` or `ad` +|`ada` |SCSI hard drives and USB storage devices |`da` -|SATA and IDECD-ROM drives -|`cd` or `acd` +|NVMe storage +|`nvd` or `nda` + +|SATA and IDE CD-ROM drives +|`cd` |SCSICD-ROM drives |`cd` @@ -1251,15 +1254,9 @@ When installing FreeBSD, configure the disk slices, create partitions within the |Floppy drives |`fd` -|Assorted non-standard CD-ROM drives -|`mcd` for Mitsumi CD-ROM and `scd` for Sony CD-ROM devices - |SCSI tape drives |`sa` -|IDE tape drives -|`ast` - |RAID drives |Examples include `aacd` for Adaptec(R) AdvancedRAID, `mlxd` and `mlyd` for Mylex(R), `amrd` for AMI MegaRAID(R), `idad` for Compaq Smart RAID, `twed` for 3ware(R) RAID. |=== _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"