Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/disklabel Note the "RAID" partition type.
details: https://anonhg.NetBSD.org/src/rev/c7df428e9948
branches: trunk
changeset: 481976:c7df428e9948
user: oster <oster%NetBSD.org@localhost>
date: Fri Feb 11 02:05:28 2000 +0000
description:
Note the "RAID" partition type.
diffstat:
sbin/disklabel/disklabel.5 | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r a56bde31bc4f -r c7df428e9948 sbin/disklabel/disklabel.5
--- a/sbin/disklabel/disklabel.5 Fri Feb 11 02:04:42 2000 +0000
+++ b/sbin/disklabel/disklabel.5 Fri Feb 11 02:05:28 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: disklabel.5,v 1.8 1999/08/13 10:23:39 bouyer Exp $
+.\" $NetBSD: disklabel.5,v 1.9 2000/02/11 02:05:28 oster Exp $
.\"
.\" Copyright (c) 1987, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -305,6 +305,7 @@
#define FS_FILECORE 16 /* Acorn Disk Filing System */
#define FS_EX2FS 17 /* Linux Extended 2 file system */
#define FS_NTFS 18 /* Windows/NT file system */
+#define FS_RAID 19 /* RAIDframe component */
#ifdef DKTYPENAMES
static char *fstypenames[] = {
@@ -327,6 +328,7 @@
"FILECORE",
"Linux Ext2",
"NTFS",
+ "RAID",
0
};
#define FSMAXTYPES (sizeof(fstypenames) / sizeof(fstypenames[0]) - 1)
Home |
Main Index |
Thread Index |
Old Index