免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2134 | 回复: 5
打印 上一主题 下一主题

问个硬盘问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-08-07 11:11 |只看该作者 |倒序浏览
V490安装系统后,format时出现了一堆信息:Unknown controller 'MD21' - /etc/format.dat (15)

请高手解释
如下:

[email=root@abcd]root@abcd[/email] # format
Unknown controller 'MD21' - /etc/format.dat (15)
Unknown controller 'MD21' - /etc/format.dat (20)
Unknown controller 'MD21' - /etc/format.dat (25)
Unknown controller 'MD21' - /etc/format.dat (151)
Unknown controller 'MD21' - /etc/format.dat (155)
Unknown controller 'MD21' - /etc/format.dat (159)
Unknown controller 'MD21' - /etc/format.dat (163)
Unknown controller 'MD21' - /etc/format.dat (167)
Searching for disks...done

AVAILABLE DISK SELECTIONS:
       0. c1t0d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
          [url=]/pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w21000000879c55f8,0[/url]
       1. c1t1d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
          [url=]/pci@9,600000/SUNW,qlc@2/fp@0,0/ssd@w21000000879f4ca8,0[/url]
Specify disk (enter its number): 0
selecting c1t0d0
[disk formatted]
Warning: Current Disk has mounted partitions.
/dev/dsk/c1t0d0s0 is currently mounted on /. Please see umount(1M).
/dev/dsk/c1t0d0s1 is currently used by swap. Please see swap(1M).
/dev/dsk/c1t0d0s5 is currently mounted on /var. Please see umount(1M).
/dev/dsk/c1t0d0s6 is currently mounted on /oracle. Please see umount(1M).
/dev/dsk/c1t0d0s7 is currently mounted on /export/home. Please see umount(1M).

论坛徽章:
0
2 [报告]
发表于 2007-08-07 11:41 |只看该作者
你自己编辑过/etc/format.dat 吧?

论坛徽章:
0
3 [报告]
发表于 2007-08-07 12:10 |只看该作者
没有编辑过/etc/format.dat 我是用flash安装的

论坛徽章:
2
双鱼座
日期:2014-02-23 12:10:03操作系统版块每日发帖之星
日期:2015-12-17 06:20:00
4 [报告]
发表于 2007-08-07 12:15 |只看该作者
将/etc/format.dat文件中关于'MD21'的所有行注释掉就会正常!

论坛徽章:
0
5 [报告]
发表于 2007-08-07 12:30 |只看该作者
两位版主亲自出马,十分感谢,
我的疑惑是:为什么会有这种情况?之前flash做了几十套机器都没有出现过,之前也做过v490也没有发生这种情况,

论坛徽章:
2
双鱼座
日期:2014-02-23 12:10:03操作系统版块每日发帖之星
日期:2015-12-17 06:20:00
6 [报告]
发表于 2007-08-07 13:33 |只看该作者
# man format.dat
Reformatting page.  Please Wait... done

File Formats                                        format.dat(4)

NAME
     format.dat - disk drive configuration for the format command

DESCRIPTION
     format.dat enables you to use your specific disk drives with
     format(1M).   On  Solaris 2.3 and compatible systems, format
     will automatically configure and label SCSI drives, so  that
     they  need not be defined in format.dat. Three things can be
     defined in the data file:

        o  search paths

        o  disk types

        o  partition tables.

  Syntax
     The following syntax rules apply to the data file:

        o  The pound # sign is the comment character.
            Any text on a line after a pound sign is  not  inter-
           preted by format.

        o  Each definition in the format.dat file  appears  on  a
           single  logical  line.  If the definition is more than
           one line long, all but the last line of the definition
           must end with a backslash (\).

        o  A definition consists of a series of assignments  that
           have  an  identifier  on the left side and one or more
           values on the right side.  The assignment operator  is
           the  equal  sign (=).  Assignments within a definition
           must be separated by a colon (:).

        o  White space is ignored by format(1M). If you  want  an
           assigned  value  to  contain  white space, enclose the
           entire value in double quotes (").   This  will  cause
           the  white space within quotes to be preserved as part
           of the assignment value.

        o  Some assignments can have multiple values on the right
           hand side.  Separate values by a comma (,).

  Keywords
     The data file contains disk definitions that are read in  by
     format(1M)  when  it starts up.  Each definition starts with
     one of the following keywords: search_path,  disk_type,  and
     partition.

     search_path
           4.x: Tells format which disks  it  should  search  for
           when  it starts up.  The list in the default data file

SunOS 5.8            Last change: 4 Apr 1994                    1

File Formats                                        format.dat(4)

           contains all the disks in  the  GENERIC  configuration
           file.   If  your  system has disks that are not in the
           GENERIC  configuration   file,   add   them   to   the
           search_path definition in your data file.
            The data file can contain only one search_path defin-
           ition.
            However, this single definition lets you specify  all
           the disks you have in your system.

           5.x: By default, format(1M) understands all the  logi-
           cal  devices  that are of the form /dev/rdsk/cntndnsn;
           hence search_path is not normally  defined  on  a  5.x
           system.

     disk_type
           Defines the controller and disk model. Each  disk_type
           definition  contains information concerning the physi-
           cal geometry of the disk.  The default data file  con-
           tains  definitions  for the controllers and disks that
           the Solaris operating environment supports.  You  need
           to add a new disk_type only if you have an unsupported
           disk.
            You can add as many disk_type definitions to the data
           file as you want.

           The  following  controller  types  are  supported   by
           format(1M):

           XY450 Xylogics 450 controller (SMD)

           XD7053
                 Xylogics 7053 controller (SMD)

           MD21  SCSI, but using  ESDI  devices  (also  known  as
                 shoebox)

           SCSI  True SCSI (CCS or SCSI-2)

           ISP-80
                 IPI panther controller

     Note: The disk_type and partition  definition  entries  must
     have  "ctlr = MD21" for scsi disk devices for 4.1.1 release.
     But for 4.1.2, 4.1.3 and 5.x releases,  the  entries  should
     say "ctlr = SCSI."

     The keyword itself is assigned the name of  the  disk  type.
     This  name  appears in the disk's label and is used to iden-
     tify the disk type whenever format(1M) is run.  Enclose  the
     name  in  double  quotes  to preserve any white space in the
     name.

SunOS 5.8            Last change: 4 Apr 1994                    2

File Formats                                        format.dat(4)

     Below are lists of identifiers  for  supported  controllers.
     Note that an asterisk ('*') indicates the identifier is man-
     datory for that controller -- it is not part of the  keyword
     name.

     The  following  identifiers  are  assigned  values  in   all
     disk_type definitions:

           acyl* alternate cylinders

           asect alternate sectors per track

           atrks alternate tracks

           fmt_time
                 formatting time per cylinder

           ncyl* number of logical cylinders

           nhead*
                 number of logical heads

           nsect*
                 number of logical sectors per track

           pcyl* number of physical cylinders

           phead number of physical heads

           psect number of physical sectors per track

           rpm*  drive RPM

     These identifiers are for SCSI and MD-21 Controllers

           read_retries
                 page 1 byte 3 (read retries)

           write_retries
                 page 1 byte 8 (write retries)

           cyl_skew
                 page 3 bytes 18-19 (cylinder skew)

           trk_skew
                 page 3 bytes 16-17 (track skew)

           trks_zone
                 page 3 bytes 2-3 (tracks per zone)

SunOS 5.8            Last change: 4 Apr 1994                    3

File Formats                                        format.dat(4)

           cache page 38 byte 2 (cache parameter)

           prefetch
                 page 38 byte 3 (prefetch parameter)

           max_prefetch
                 page 38 byte 4 (minimum prefetch)

           min_prefetch
                 page 38 byte 6 (maximum prefetch)

     Note: The Page 38 values  are  device-specific.   Refer  the
     user to the particular disk's manual for these values.

     For SCSI disks, the following geometry specifiers may  cause
     a mode select on the byte(s) indicated:

           asect page 3 bytes 4-5 (alternate sectors per zone)

           atrks page 3 bytes 8-9 (alt. tracks per logical unit)

           phead page 4 byte 5 (number of heads)

           psect page 3 bytes 10-11 (sectors per track)

     And these identifiers are for SMD Controllers Only

           bps*  bytes per sector (SMD)

           bpt*  bytes per track (SMD)

     Note: under SunOS 5.x, bpt is only required for  SMD  disks.
     Under  SunOS  4.x, bpt was required for all disk types, even
     though it was only used for SMD disks.

           And this identifier is for XY450 SMD Controllers Only

           drive_type*
                 drive type (SMD) (just call  this  "xy450  drive
                 type")

     partition
           Defines a partition table for a  specific  disk  type.
           The partition table contains the partitioning informa-
           tion, plus a  name  that  lets  you  refer  to  it  in
           format(1M).   The  default  data file contains default
           partition  definitions  for  several  kinds  of   disk
           drives.   Add  a  partition definition if you reparti-
           tioned any of the disks on your system.  Add  as  many

SunOS 5.8            Last change: 4 Apr 1994                    4

File Formats                                        format.dat(4)

           partition definitions to the data file as you need.

           Partition naming conventions differ in SunOS  4.x  and
           in SunOS 5.x.

           4.x: the partitions are named as a, b, c, d, e, f,  g,
           h.

           5.x: the partitions are referred to by numbers  0,  1,
           2, 3, 4, 5, 6, 7.

EXAMPLES
     Example 1: A sample disk_type and partition.

     Following is a sample disk_type and partition definition  in
     format.dat file for SUN0535 disk device.

     disk_type = "SUN0535" \
          : ctlr = SCSI : fmt_time = 4 \
          : ncyl = 1866 : acyl = 2 : pcyl = 2500 : nhead = 7 : nsect = 80 \
          : rpm = 5400
     partition = "SUN0535" \
          : disk = "SUN0535" : ctlr = SCSI \
             : 0 = 0, 64400 : 1 = 115, 103600 : 2 = 0, 1044960 : 6 = 300, 876960

FILES
     /etc/format.dat
           default data file if format -x is not  specified,  nor
           is there a format.dat file in the current directory.

SEE ALSO
     format(1M) System Administration Guide, Volume 1

SunOS 5.8            Last change: 4 Apr 1994                    5
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP