Код: Выделить всё
dmesg:
sd0 at scsibus0 target 0 lun 0: <FUJITSU, MAN3367M SUN36G, 1502> disk fixed
sd0: 34732 MB, 24622 cyl, 27 head, 107 sec, 512 bytes/sect x 71132959 sectors
sd0: sync (50.00ns offset 16), 16-bit (40.000MB/s) transfers, tagged queueing
sd1 at scsibus0 target 1 lun 0: <FUJITSU, MAN3184M SUN18G, 1502> disk fixed
sd1: 17274 MB, 7508 cyl, 19 head, 248 sec, 512 bytes/sect x 35378533 sectors
sd1: sync (50.00ns offset 16), 16-bit (40.000MB/s) transfers, tagged queueing
cd0 at scsibus1 target 6 lun 0: <TOSHIBA, XM5701TASUN12XCD, 2395> cdrom removable
cd0: sync (100.00ns offset 8), 8-bit (10.000MB/s) transfers
sd2 at scsibus2 target 0 lun 0: <SEAGATE, ST336605LSUN36G, 0238> disk fixed
sd2: 34732 MB, 24622 cyl, 27 head, 107 sec, 512 bytes/sect x 71132959 sectors
sd2: sync (50.00ns offset 16), 16-bit (40.000MB/s) transfers, tagged queueing
sd3 at scsibus2 target 1 lun 0: <SEAGATE, ST336605LSUN36G, 0238> disk fixed
sd3: 34732 MB, 24622 cyl, 27 head, 107 sec, 512 bytes/sect x 71132959 sectors
sd3: sync (50.00ns offset 16), 16-bit (40.000MB/s) transfers, tagged queueing
sd4 at scsibus3 target 0 lun 0: <SEAGATE, ST336605LSUN36G, 0238> disk fixed
sd4: 34732 MB, 24622 cyl, 27 head, 107 sec, 512 bytes/sect x 71132959 sectors
sd4: sync (50.00ns offset 16), 16-bit (40.000MB/s) transfers, tagged queueing
sd5 at scsibus3 target 1 lun 0: <SEAGATE, ST336605LSUN36G, 0238> disk fixed
sd5: 34732 MB, 24622 cyl, 27 head, 107 sec, 512 bytes/sect x 71132959 sectors
sd5: sync (50.00ns offset 16), 16-bit (40.000MB/s) transfers, tagged queueing
но:
Код: Выделить всё
bash-2.05b# /sbin/newfs -O 1 /dev/sd1a
newfs: /dev/sd1a: open for read: Device busy
или
bash-2.05b# /sbin/newfs -O 1 /dev/sd2a
newfs: /dev/sd2a: open for read: Device not configured
В одном форуме говорили, что нужно смонтировать диск, но картина тоже удручает:
Код: Выделить всё
bash-2.05b# mount /dev/sd2a /sd1
mount: cannot open `/dev/sd2a': Device not configured
bash-2.05b# mount /dev/sd2b /sd1
mount: cannot open `/dev/sd2b': Device not configured
bash-2.05b# mount /dev/sd2c /sd1
mount_ffs: /dev/sd2c on /sd1: incorrect super block
bash-2.05b# mount /dev/sd2d /sd1
mount: cannot open `/dev/sd2d': Device not configured
bash-2.05b# mount /dev/sd2e /sd1
mount: cannot open `/dev/sd2e': Device not configured
bash-2.05b# mount /dev/sd3a /sd1
mount: cannot open `/dev/sd3a': Device not configured
bash-2.05b# mount /dev/sd3b /sd1
mount: cannot open `/dev/sd3b': Device not configured
bash-2.05b# mount /dev/sd3c /sd1
mount_ffs: /dev/sd3c on /sd1: incorrect super block
bash-2.05b# mount /dev/sd3d /sd1
mount: cannot open `/dev/sd3d': Device not configured
bash-2.05b# mount /dev/sd3e /sd1
mount: cannot open `/dev/sd3e': Device not configured
кто-нибудь знает в чем дело?:
спасибо!