I have an old disk with a installation of SME Server 7 on it. I had some issues with this installation so I removed the disk and reinstalled on another disk, after that I restored my backup.
However I am missing some data, which I forgot to include in my backup. Is it possible to mount this HD, for instance as an USB drive or as a slave so I can copy the data from my old disk to my new installation?
I already put the disk in an external case an connected to the USB port of my server. When I plug it into my server the /var/log/message file reads like this:Dec 4 19:41:52 homer kernel: usb 1-2: new full speed USB device using address 2
Dec 4 19:41:55 homer kernel: SCSI subsystem initialized
Dec 4 19:41:55 homer kernel: Initializing USB Mass Storage driver...
Dec 4 19:41:55 homer kernel: scsi0 : SCSI emulation for USB Mass Storage devices
Dec 4 19:41:56 homer kernel: Vendor: WDC WD32 Model: 00JB-00KFA0 Rev: 08.0
Dec 4 19:41:56 homer kernel: Type: Direct-Access ANSI SCSI revision: 02
Dec 4 19:41:56 homer scsi.agent[5547]: disk at /devices/pci0000:00/0000:00:04.2/usb1/1-2/1-2:1.0/host0/target0:0:0/0:0:0:0
Dec 4 19:41:56 homer kernel: USB Mass Storage device found at 2
Dec 4 19:41:56 homer kernel: usbcore: registered new driver usb-storage
Dec 4 19:41:56 homer kernel: USB Mass Storage support registered.
Dec 4 19:41:56 homer kernel: SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB)
Dec 4 19:41:56 homer kernel: sda: assuming drive cache: write through
Dec 4 19:41:56 homer kernel: sda: sda1 sda2
Dec 4 19:41:56 homer kernel: Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Dec 4 19:45:01 homer su(pam_unix)[5731]: session opened for user qmailr by (uid=0)
Dec 4 19:45:13 homer su(pam_unix)[5731]: session closed for user qmailr
Dec 4 19:45:43 homer kernel: FAT: invalid media value (0x00)
Dec 4 19:45:43 homer kernel: VFS: Can't find a valid FAT filesystem on dev sda.
Dec 4 19:46:20 homer kernel: VFS: Can't find ext3 filesystem on dev sda.
The partition table looks like this:
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 fd Linux raid autodetect
/dev/sda2 14 38913 312464250 fd Linux raid autodetect
The disk is somehow not automatically mounted as there is no entry in the /mnt or /media directory:
[root@homer media]# ls /mnt /media
/media:
cdrecorder floppy
/mnt:
floppy
and also mount does not show it:
[root@homer media]# mount
/dev/mapper/vg_primary-lv_root on / type ext3 (rw,usrquota,grpquota)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/md1 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)