Announcement

Collapse
No announcement yet.

external hard drive not found...help!

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    external hard drive not found...help!

    I have an external drive that I installed Kubuntu on...I then installed Kubuntu on an SSD, with the hope that I'd retrieve my documents/files from the old drive when needed...however, when I use a USB to SATA device, it cannot see the drive...

    *But* when I put the drive back into the computer, it boots and works perfectly...

    sudo fdisk -l gives me this:
    Code:
    GPT PMBR size mismatch (1465149167 != 183143645) will be corrected by w(rite).
    Disk /dev/sdb: 698.7 GiB, 750156374016 bytes, 183143646 sectors
    Units: sectors of 1 * 4096 = 4096 bytes
    Sector size (logical/physical): 4096 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disklabel type: dos
    Disk identifier: 0x27345438
    
    Device     Boot Start        End    Sectors  Size Id Type
    /dev/sdb1           1 1465149167 1465149167  5.5T ee GPT
    donald@donald-HP-ENVY-m6-Notebook-PC:~$
    dmesg | tail gives me this:
    Code:
    GPT PMBR size mismatch (1465149167 != 183143645) will be corrected by w(rite).
    Disk /dev/sdb: 698.7 GiB, 750156374016 bytes, 183143646 sectors
    Units: sectors of 1 * 4096 = 4096 bytes
    Sector size (logical/physical): 4096 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disklabel type: dos
    Disk identifier: 0x27345438
    
    Device     Boot Start        End    Sectors  Size Id Type
    /dev/sdb1           1 1465149167 1465149167  5.5T ee GPT
    donald@donald-HP-ENVY-m6-Notebook-PC:~$ dmesg | tail
    [  207.466610] usbcore: registered new interface driver usb-storage
    [  207.469812] usbcore: registered new interface driver uas
    [  208.466955] scsi 2:0:0:0: Direct-Access     Hitachi  HTS547575A9E384       PQ: 0 ANSI: 2 CCS
    [  208.467507] sd 2:0:0:0: Attached scsi generic sg2 type 0
    [  208.469554] sd 2:0:0:0: [sdb] 183143646 4096-byte logical blocks: (750 GB/699 GiB)
    [  208.470213] sd 2:0:0:0: [sdb] Write Protect is off
    [  208.470218] sd 2:0:0:0: [sdb] Mode Sense: 28 00 00 00
    [  208.470693] sd 2:0:0:0: [sdb] No Caching mode page found
    [  208.470697] sd 2:0:0:0: [sdb] Assuming drive cache: write through
    [  208.771923] sd 2:0:0:0: [sdb] Attached SCSI disk
    donald@donald-HP-ENVY-m6-Notebook-PC:~$
    lsusb gives me this:
    Code:
    GPT PMBR size mismatch (1465149167 != 183143645) will be corrected by w(rite).
    Disk /dev/sdb: 698.7 GiB, 750156374016 bytes, 183143646 sectors
    Units: sectors of 1 * 4096 = 4096 bytes
    Sector size (logical/physical): 4096 bytes / 4096 bytes
    I/O size (minimum/optimal): 4096 bytes / 4096 bytes
    Disklabel type: dos
    Disk identifier: 0x27345438
    
    Device     Boot Start        End    Sectors  Size Id Type
    /dev/sdb1           1 1465149167 1465149167  5.5T ee GPT
    donald@donald-HP-ENVY-m6-Notebook-PC:~$ dmesg | tail
    [  207.466610] usbcore: registered new interface driver usb-storage
    [  207.469812] usbcore: registered new interface driver uas
    [  208.466955] scsi 2:0:0:0: Direct-Access     Hitachi  HTS547575A9E384       PQ: 0 ANSI: 2 CCS
    [  208.467507] sd 2:0:0:0: Attached scsi generic sg2 type 0
    [  208.469554] sd 2:0:0:0: [sdb] 183143646 4096-byte logical blocks: (750 GB/699 GiB)
    [  208.470213] sd 2:0:0:0: [sdb] Write Protect is off
    [  208.470218] sd 2:0:0:0: [sdb] Mode Sense: 28 00 00 00
    [  208.470693] sd 2:0:0:0: [sdb] No Caching mode page found
    [  208.470697] sd 2:0:0:0: [sdb] Assuming drive cache: write through
    [  208.771923] sd 2:0:0:0: [sdb] Attached SCSI disk
    donald@donald-HP-ENVY-m6-Notebook-PC:~$ lsusb
    Bus 002 Device 002: ID 064e:c33c Suyin Corp. 
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 002: ID 138a:0018 Validity Sensors, Inc. Fingerprint scanner
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 007 Device 002: ID 152d:2338 JMicron Technology Corp. / JMicron USA Technology Corp. JM20337 Hi-Speed USB to SATA & PATA Combo Bridge
    Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    donald@donald-HP-ENVY-m6-Notebook-PC:~$

    #2
    Did you try to mount it?

    mount /dev/sdb1 /mnt
    If that doesn't work add sudo in front.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment


      #3
      Originally posted by GreyGeek View Post
      Did you try to mount it?

      mount /dev/sdb1 /mnt
      If that doesn't work add sudo in front.
      yes, I did try...and I get this:

      Code:
      donald@donald-HP-ENVY-m6-Notebook-PC:~$ sudo mount /dev/sdb1 /mnt
      [sudo] password for donald: 
      mount: special device /dev/sdb1 does not exist
      donald@donald-HP-ENVY-m6-Notebook-PC:~$

      Comment


        #4
        Originally posted by papapenguin View Post
        yes, I did try...and I get this:

        Code:
        donald@donald-HP-ENVY-m6-Notebook-PC:~$ sudo mount /dev/sdb1 /mnt
        [sudo] password for donald: 
        mount: special device /dev/sdb1 does not exist
        donald@donald-HP-ENVY-m6-Notebook-PC:~$
        when you did this ,,how was the drive connected?

        VINNY
        i7 4core HT 8MB L3 2.9GHz
        16GB RAM
        Nvidia GTX 860M 4GB RAM 1152 cuda cores

        Comment


          #5
          Originally posted by vinnywright View Post
          when you did this ,,how was the drive connected?

          VINNY
          via a USB-SATA device...here on my lsusb:

          Code:
          Bus 007 Device 002: ID 152d:2338 JMicron Technology Corp. / JMicron USA Technology Corp. JM20337 Hi-Speed USB to SATA & PATA Combo Bridge

          Comment

          Working...
          X