![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Discuss NAS, SAN, RAID, Robotic Libraries, backup devices, RAM, DRAM, SCSI, IDE, EIDE topics here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Solaris 8 Vintage Support | iBot | Solaris BigAdmin RSS | 0 | 11-24-2008 03:30 PM |
| How to Mount a Remote NTFS Share for Read/Write under Linux | shew01 | UNIX for Advanced & Expert Users | 2 | 07-06-2008 10:20 AM |
| How do i access (mount, read & write) a floppy disk from the console, not being root? | kfaday | UNIX for Dummies Questions & Answers | 4 | 05-13-2005 12:17 PM |
| how do i mount a scsi extrnal cdrom on solaris 2? | wixifer | UNIX for Dummies Questions & Answers | 1 | 09-28-2001 10:53 AM |
| how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command? | soulshaker | UNIX for Dummies Questions & Answers | 4 | 07-18-2001 02:11 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How to mount and read vintage scsi HDD
I started on another thread and full story can be seen here: How to reset root password of old Unix System V
But my situation turned to land on this thread now. I have old scsi HDD out of the UHC UNIX System V Rel. 4.0 Version 3.6 box. And need to read it somehow on another box. Installed Ubuntu linux, but cant mount it. There is what i have (i need to read Maxtor scasi disk): :~$ sudo cat /proc/scsi/scsi Attached devices: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: MAXTOR Model: LXT-340S Rev: 6.73 Type: Direct-Access ANSI SCSI revision: 01 CCS Host: scsi1 Channel: 00 Id: 00 Lun: 00 Vendor: ATA Model: HDS722580VLAT20 Rev: V32O Type: Direct-Access ANSI SCSI revision: 05 Host: scsi2 Channel: 00 Id: 01 Lun: 00 Vendor: Optiarc Model: DVD RW AD-5170A Rev: 1.11 Type: CD-ROM ANSI SCSI revision: 05 :~$ sudo dmesg | grep scsi [ 8.926221] scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0 [ 8.950492] scsi 0:0:0:0: Direct-Access MAXTOR LXT-340S 6.73 PQ: 0 ANSI: 1 CCS [ 8.950564] scsi target0:0:0: Beginning Domain Validation [ 8.955245] scsi target0:0:0: Ending Domain Validation [ 8.957703] scsi1 : pata_via [ 8.958090] scsi2 : pata_via [ 9.348617] scsi: waiting for bus probes to complete ... [ 10.541503] scsi 0:0:0:0: Attached scsi generic sg0 type 0 [ 10.543664] scsi 1:0:0:0: Direct-Access ATA HDS722580VLAT20 V32O PQ: 0 ANSI: 5 [ 10.544425] scsi 1:0:0:0: Attached scsi generic sg1 type 0 [ 10.545977] scsi 2:0:1:0: CD-ROM Optiarc DVD RW AD-5170A 1.11 PQ: 0 ANSI: 5 [ 10.546636] scsi 2:0:1:0: Attached scsi generic sg2 type 5 [ 11.311560] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray [ 11.311903] sr 2:0:1:0: Attached scsi CD-ROM sr0 :~$ sudo fdisk -l Disk /dev/sda: 340 MB, 340558848 bytes 64 heads, 32 sectors/track, 324 cylinders Units = cylinders of 2048 * 512 = 1048576 bytes Disk identifier: 0x46df0dca Device Boot Start End Blocks Id System /dev/sda3 1 16 16368 1 FAT12 /dev/sda4 * 17 324 315392 63 GNU HURD or SysV Disk /dev/sdb: 80.0 GB, 80000000000 bytes 255 heads, 63 sectors/track, 9726 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x000a7ade :~$ sudo mount -t sysv /dev/sda /mnt/maxtor mount: wrong fs type, bad option, bad superblock on /dev/sda4, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so Anybody knows what can be wrong here? Or how to read it? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|