After much searching I’m not able to come up with a solution.
I have a dual boot system - Windows 7 and openSUSE 13.1 with KDE and kernel version 3.12.67-61.
Last night I plugged in a 1TB Seagate Backups plus slim (BUP slim) USB drive into a USB2 port on my linux system - but it did not appear to be detected. I then booted into Windows 7 - the drive was detected there. It had been preformatted with NTFS and had a few MB worth of Seagate specific files for registration etc. I could access the files and I did the Seagate registration from Windows without any problems. However, try as I might, I could not find the drive on the Linux system via the device notifier, KDE desktop configuration or in dolphin.
The following is a summary of where the drive is detected/undetected:
0. Dolphin: NOT present
- KDE desktop configure: NOT present - all automatic mounting turned on.
- YAST partitioner - NOT present.
- YAST Hardware Information: PRESENT - turns up as “BUP Slim BK”, manufacturer: “Seagate” and various other details.
- fdisk -l : NOT present
- fdisk -l from bootable installation/rescue disk: PRESENT - turns up as sdh/sdh1 (I have 3 other physical hard drives sda, sdb and sdc)
- YAST partitioner from bootable installation/rescue disk: PRESENT (sdh/sdh1)
What is interesting is that the drive is being found in rescue mode but not in the current system - does that indicate a kernel issue?
I tried a suggestion made elsewhere. Unplug and replug the disk and look at the output of dmesg:
~> dmesg | tail
1822.467306] lp: driver loaded but no devices found
1822.586274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
1822.586284] EDD information not available.
2494.860268] usb 1-2.2: USB disconnect, device number 6
2512.695092] usb 1-2.2: new high-speed USB device number 9 using ehci-pci
2512.838207] usb 1-2.2: New USB device found, idVendor=0bc2, idProduct=ab24
2512.838221] usb 1-2.2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
2512.838228] usb 1-2.2: Product: BUP Slim BK
2512.838234] usb 1-2.2: Manufacturer: Seagate
2512.838239] usb 1-2.2: SerialNumber: NA96AN6G
So the device is indeed being detected in the running system.
My next thought was to try to run YAST from the rescue prompt and reformat and mount it. I did the following based on some information found elsewhere for repairing GRUB2.
(my root partition is sda6).
# mount /dev/sda6 /mnt
# mount -o bind /dev /mnt/dev
# mount -o bind /proc /mnt/proc
# mount -o bind /sys /mnt/sys
# mount -o bind /dev/pts /mnt/dev/pts
# chroot /mnt
# yast
I then tried to reformat and mount the drive via YAST but it yielded an error (error # 305 I think - there was no other information).
I don’t know what to do next. Perhaps I should try to reformat with fdisk on the rescue command prompt and then mount it. I’ve not done these sorts of things before so I’m hesitant. I want the drive in NTFS format since I may also use it from my Windows system. Is there an easy way out?
Thank you.