/dev/rdsk,/dev/md/dsk和/dev/dsk下的硬盘信息有啥区别?

发布于 2022-09-02 14:17:02 字数 7158 浏览 12 评论 8

本帖最后由 sistrong 于 2010-10-29 11:36 编辑

RT,给出实例如下:
sun_25k@/dev/dsk $ ls -lrt|more     
total 4464
lrwxrwxrwx   1 root     root          49 Apr 19  2007 c0t8d0s0 -> ../../devices/pci@7d,700000/pci@1/scsi@2/sd@8,0:a
lrwxrwxrwx   1 root     root          49 Apr 19  2007 c0t8d0s1 -> ../../devices/pci@7d,700000/pci@1/scsi@2/sd@8,0:b
lrwxrwxrwx   1 root     root          49 Apr 19  2007 c0t8d0s2 -> ../../devices/pci@7d,700000/pci@1/scsi@2/sd@8,0:c
lrwxrwxrwx   1 root     root          49 Apr 19  2007 c0t8d0s3 -> ../../devices/pci@7d,700000/pci@1/scsi@2/sd@8,0:d
lrwxrwxrwx   1 root     root          49 Apr 19  2007 c0t8d0s4 -> ../../devices/pci@7d,700000/pci@1/scsi@2/sd@8,0:e
lrwxrwxrwx   1 root     root          63 Apr 23  2007 c7t60060E80045B210000005B2100000044d0s0 -> ../../devices/scsi_vhci/ssd@g60060e
80045b210000005b2100000044:a
lrwxrwxrwx   1 root     root          63 Apr 23  2007 c7t60060E80045B210000005B2100000044d0s1 -> ../../devices/scsi_vhci/ssd@g60060e
80045b210000005b2100000044:b
lrwxrwxrwx   1 root     root          63 Apr 23  2007 c7t60060E80045B210000005B2100000044d0s2 -> ../../devices/scsi_vhci/ssd@g60060e
80045b210000005b2100000044:c
lrwxrwxrwx   1 root     root          63 Apr 23  2007 c7t60060E80045B210000005B2100000044d0s3 -> ../../devices/scsi_vhci/ssd@g60060e
80045b210000005b2100000044:d
lrwxrwxrwx   1 root     root          63 Apr 23  2007 c7t60060E80045B210000005B2100000044d0s4 -> ../../devices/scsi_vhci/ssd@g60060e
80045b210000005b2100000044:e
lrwxrwxrwx   1 root     root          63 Apr 23  2007 c7t60060E80045B210000005B2100000044d0s5 -> ../../devices/scsi_vhci/ssd@g60060e
80045b210000005b2100000044:f

sun_25k@/dev/rdsk $ ls -lrt|more
total 4464
lrwxrwxrwx   1 root     root          49 Apr 19  2007 c0t8d0s0 -> ../../devices/pci@7d,700000/pci@1/scsi@2/sd@8,0:a
lrwxrwxrwx   1 root     root          49 Apr 19  2007 c0t8d0s1 -> ../../devices/pci@7d,700000/pci@1/scsi@2/sd@8,0:b
lrwxrwxrwx   1 root     root          49 Apr 19  2007 c0t8d0s2 -> ../../devices/pci@7d,700000/pci@1/scsi@2/sd@8,0:c
lrwxrwxrwx   1 root     root          49 Apr 19  2007 c0t8d0s3 -> ../../devices/pci@7d,700000/pci@1/scsi@2/sd@8,0:d
lrwxrwxrwx   1 root     root          49 Apr 19  2007 c0t8d0s4 -> ../../devices/pci@7d,700000/pci@1/scsi@2/sd@8,0:e
lrwxrwxrwx   1 root     root          63 Apr 23  2007 c7t60060E80045B210000005B2100000044d0s0 -> ../../devices/scsi_vhci/ssd@g60060e
80045b210000005b2100000044:a
lrwxrwxrwx   1 root     root          63 Apr 23  2007 c7t60060E80045B210000005B2100000044d0s1 -> ../../devices/scsi_vhci/ssd@g60060e
80045b210000005b2100000044:b
lrwxrwxrwx   1 root     root          63 Apr 23  2007 c7t60060E80045B210000005B2100000044d0s2 -> ../../devices/scsi_vhci/ssd@g60060e
80045b210000005b2100000044:c
lrwxrwxrwx   1 root     root          63 Apr 23  2007 c7t60060E80045B210000005B2100000044d0s3 -> ../../devices/scsi_vhci/ssd@g60060e
80045b210000005b2100000044:d
lrwxrwxrwx   1 root     root          63 Apr 23  2007 c7t60060E80045B210000005B2100000044d0s4 -> ../../devices/scsi_vhci/ssd@g60060e
80045b210000005b2100000044:e
lrwxrwxrwx   1 root     root          63 Apr 23  2007 c7t60060E80045B210000005B2100000044d0s5 -> ../../devices/scsi_vhci/ssd@g60060e
80045b210000005b2100000044:f

sun_25k@/dev/md/dsk $ ls -lrt
total 48
lrwxrwxrwx   1 root     root          36 Apr 23  2007 d0 -> ../../../devices/pseudo/md@0:0,0,blk
lrwxrwxrwx   1 root     root          36 Apr 23  2007 d2 -> ../../../devices/pseudo/md@0:0,2,blk
lrwxrwxrwx   1 root     root          36 Apr 23  2007 d3 -> ../../../devices/pseudo/md@0:0,3,blk
lrwxrwxrwx   1 root     root          36 Apr 23  2007 d5 -> ../../../devices/pseudo/md@0:0,5,blk
lrwxrwxrwx   1 root     root          36 Apr 23  2007 d6 -> ../../../devices/pseudo/md@0:0,6,blk
lrwxrwxrwx   1 root     root          36 Apr 23  2007 d8 -> ../../../devices/pseudo/md@0:0,8,blk
lrwxrwxrwx   1 root     root          36 Apr 23  2007 d9 -> ../../../devices/pseudo/md@0:0,9,blk
lrwxrwxrwx   1 root     root          37 Apr 23  2007 d11 -> ../../../devices/pseudo/md@0:0,11,blk
lrwxrwxrwx   1 root     root          37 Apr 25  2007 d24 -> ../../../devices/pseudo/md@0:0,24,blk
lrwxrwxrwx   1 root     root          37 Apr 25  2007 d25 -> ../../../devices/pseudo/md@0:0,25,blk
lrwxrwxrwx   1 root     root          37 Apr 25  2007 d26 -> ../../../devices/pseudo/md@0:0,26,blk

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

空心↖ 2022-09-11 17:45:06

楼上说的有理

千と千尋 2022-09-11 16:48:23

用disksuite作一遍系统盘镜象保证你就明白了

冬天旳寂寞 2022-09-11 16:46:25

rdsk是连接到dsk的,md是对这两个设备处理之后的设备符号。

疾风者 2022-09-11 15:12:12

/dev/md下有dsk和rdsk但是md下还有shared、sx-app-dg  这些目录下还有rdsk和dsk
这些都是什么意思啊?

心的憧憬 2022-09-11 14:54:43

回复 4# sistrong

    met设备是你做了metainit后生成的设备,裸设备是没有建立文件系统的

习ぎ惯性依靠 2022-09-11 13:03:15

什么是META的设备,和裸设备有啥区别?

花想c 2022-09-10 11:26:22

rdsk下是裸设备、dsk下是块设备、md/dsk下是meta的设备

逆流 2022-09-08 12:03:54

有哪位大哥给指点下?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文