SunOS5.8을 실행하는 SunBlade1000이 있고 StarTech.com USB 도크와 Seagate 1TB 및 2TB HDD에 연결되어 있습니다.
1TB는 잘 설치되었고 현재 작성중입니다. 2TB 드라이브는 작년에 컴퓨터에 연결되었지만 지금은 어떤 이유로 Sunblade에 연결되기를 원하지 않습니다. -e 형식의 읽기 전용 프로파일링 테스트가 작동하고 드라이브가 컴퓨터와 통신하고 있음을 보여 주지만, mount를 사용하여 마운트하려고 하면 이상한 오류가 반환됩니다.
# mount /dev/dsk/c4t0d0s2 /home/data/usb2
mount: /dev/dsk/c4t0d0s2 no such device
Oracle 웹사이트에서 오류 매뉴얼을 읽었으며 깨진 링크가 있는지 /devices를 확인할 것을 권장합니다. 비활성 드라이브의 링크와 작동 중인 드라이브의 링크를 비교했는데 (거의) 동일해 보였습니다. 작동하는 드라이브는 에 있고 /devices/pci@8,700000/usb5,3/hub@4/storage@2/disk@0,0:c
, 작동하지 않는 드라이브는 에 있습니다 /devices/pci@8,700000/usb5,3/hub@4/storage@3/disk@0,0:c
. Storage@2와 Storage@3이 비슷하게 채워지고 있으며 이 시점에서 멈췄습니다.
디스크에 저장된 데이터를 손상시키지 않고 이 드라이브를 다시 작동시키는 방법을 아는 사람이 있습니까?
2015년 6월 7일 편집: 형식 유틸리티(format -e -> 분석 -> 읽기)를 사용하여 읽기 전용 분석을 실행했는데 분석이 실제로 완료되지 않았습니다(일주일 조금 넘게 실행한 후 컴퓨터가 다운되었습니다. 알 수 없는 상황) 그러나 읽기 테스트에 대한 구성을 살펴보면 결함이 있는 블록을 찾은 후 수정해야 한다는 것을 알 수 있습니다.
분석 > 구성
전체 디스크를 분석하시겠습니까? 네
연속 루프요? 아니요
패스 횟수: 2
결함이 있는 블록을 수리하시겠습니까? 예
첫 번째 오류 후 중지하시겠습니까? 아니요
임의 비트 패턴을 사용하시겠습니까? 전송당 블록 없음
: 126(0/2/0)
포맷 후 미디어를 확인하시겠습니까? 예
확장 메시지를 활성화하시겠습니까?
복원 결함 목록이 없습니까 ? 예
디스크 레이블을 복구하시겠습니까? 예
2015년 6월 8일 수정:
# ls -la /dev/dsk/c4t0d0*
lrwxrwxrwx 1 root root 61 Dec 31 1999 /dev/dsk/c4t0d0s0 ->
../../devices/pci@8,700000/usb@5,3/hub@4/storage@3/disk@0,0:a
lrwxrwxrwx 1 root root 61 Dec 31 1999 /dev/dsk/c4t0d0s1 ->
../../devices/pci@8,700000/usb@5,3/hub@4/storage@3/disk@0,0:b
lrwxrwxrwx 1 root root 61 Dec 31 1999 /dev/dsk/c4t0d0s2 ->
../../devices/pci@8,700000/usb@5,3/hub@4/storage@3/disk@0,0:c
lrwxrwxrwx 1 root root 61 Dec 31 1999 /dev/dsk/c4t0d0s3 ->
../../devices/pci@8,700000/usb@5,3/hub@4/storage@3/disk@0,0:d
lrwxrwxrwx 1 root root 61 Dec 31 1999 /dev/dsk/c4t0d0s4 ->
../../devices/pci@8,700000/usb@5,3/hub@4/storage@3/disk@0,0:e
lrwxrwxrwx 1 root root 61 Dec 31 1999 /dev/dsk/c4t0d0s5 ->
../../devices/pci@8,700000/usb@5,3/hub@4/storage@3/disk@0,0:f
lrwxrwxrwx 1 root root 61 Dec 31 1999 /dev/dsk/c4t0d0s6 ->
../../devices/pci@8,700000/usb@5,3/hub@4/storage@3/disk@0,0:g
lrwxrwxrwx 1 root root 61 Dec 31 1999 /dev/dsk/c4t0d0s7 ->
../../devices/pci@8,700000/usb@5,3/hub@4/storage@3/disk@0,0:h
# ls -laL /dev/dsk/c4t0d0*
brw------- 1 root sys 253, 40 Dec 31 1999 /dev/dsk/c4t0d0s0
brw------- 1 root sys 253, 41 Dec 31 1999 /dev/dsk/c4t0d0s1
brw------- 1 root sys 253, 42 Dec 31 1999 /dev/dsk/c4t0d0s2
brw------- 1 root sys 253, 43 Dec 31 1999 /dev/dsk/c4t0d0s3
brw------- 1 root sys 253, 44 Dec 31 1999 /dev/dsk/c4t0d0s4
brw------- 1 root sys 253, 45 Dec 31 1999 /dev/dsk/c4t0d0s5
brw------- 1 root sys 253, 46 Dec 31 1999 /dev/dsk/c4t0d0s6
brw------- 1 root sys 253, 47 Dec 31 1999 /dev/dsk/c4t0d0s7
2015년 6월 9일 편집 dsk 콘텐츠는 올바른 주소를 가리키고 rdsk는 원래 해당 주소를 가리킵니다.
백업 태그를 복원하고 다시 설치해 보았으나 소용이 없었습니다.
디스크를 선택할 때 어떤 모습인지 보고 싶은 분들을 위해:
# format -e
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c1t1d0 <SUN18G cyl 7506 alt 2 hd 19 sec 248>
/pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w2100002037f071f3,0
1. c4t0d0 <Seagate cyl 65535 alt 2 hd 511 sec 63>
/pci@8,700000/usb@5,3/hub@4/storage@3/disk@0,0
2. c6t0d0 <drive type unknown>
/pci@8,700000/usb@5,3/hub@4/storage@2/disk@0,0
Specify disk (enter its number): 1
selecting c4t0d0
[disk formatted]
FORMAT MENU:
disk - select a disk
type - select (define) a disk type
partition - select (define) a partition table
current - describe the current disk
format - format and analyze the disk
repair - repair a defective sector
label - write label to the disk
analyze - surface analysis
defect - defect list management
backup - search for backup labels
verify - read and display labels
save - save new disk/partition definitions
inquiry - show vendor, product and revision
scsi - independent SCSI mode selects
cache - enable, disable or query SCSI disk cache
volname - set 8-character volume name
!<cmd> - execute <cmd>, then return
quit
format>