Harddrive showing in hwinfo, lsusb, but not lsblk or gparted












0















So, I wrote zeros to an external harddrive:



sudo dd if=/dev/zero of=/dev/sdb 


But now, my external harddrive doesn't show in lsblk or gparted.



dmesg:



[ 2307.494165] usb 3-3: new SuperSpeed USB device number 6 using xhci_hcd
[ 2307.514741] usb 3-3: New USB device found, idVendor=1058, idProduct=10a8
[ 2307.514744] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2307.514746] usb 3-3: Product: Elements 10A8
[ 2307.514747] usb 3-3: Manufacturer: Western Digital
[ 2307.514749] usb 3-3: SerialNumber: 575838314537334858444635
[ 2307.516140] usb-storage 3-3:1.0: USB Mass Storage device detected
[ 2307.516251] scsi host4: usb-storage 3-3:1.0
[ 2308.526738] scsi 4:0:0:0: Direct-Access WD Elements 10A8 1042 PQ: 0 ANSI: 6
[ 2308.527080] sd 4:0:0:0: Attached scsi generic sg1 type 0
[ 2308.528229] sd 4:0:0:0: [sdb] Spinning up disk...
[ 2309.550193] .
[ 2310.574113] .
[ 2311.598181] .
[ 2312.622168] .
[ 2313.646166] .
[ 2314.670156] .
[ 2315.694153] .
[ 2316.718141] .
[ 2317.742129] .
[ 2318.766096] .
[ 2318.766879] ready


lsusb:



Bus 003 Device 006: ID 1058:10a8 Western Digital Technologies, Inc. Elements Portable (WDBUZG)


hwinfo:



20: USB 00.0: 10600 Disk
[Created at usb.122]
Unique ID: CiZ2.XMrwKxiZes9
Parent ID: uIhY.xYNhIwdOaa6
SysFS ID: /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0
SysFS BusID: 3-3:1.0
Hardware Class: disk
Model: "Western Digital Elements Portable (WDBUZG)"
Hotplug: USB
Vendor: usb 0x1058 "Western Digital Technologies, Inc."
Device: usb 0x10a8 "Elements Portable (WDBUZG)"
Revision: "10.42"
Serial ID: "575838314537334858444635"
Driver: "usb-storage"
Driver Modules: "usb_storage"
Module Alias: "usb:v1058p10A8d1042dc00dsc00dp00ic08isc06ip50in00"
Driver Info #0:
Driver Status: uas is active
Driver Activation Cmd: "modprobe uas"
Driver Info #1:
Driver Status: usb_storage is active
Driver Activation Cmd: "modprobe usb_storage"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #23 (Hub)


Any ideas what could be the cause, or how to fix, or if it's just perma-bricked?










share|improve this question









New contributor




randommman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    So, I wrote zeros to an external harddrive:



    sudo dd if=/dev/zero of=/dev/sdb 


    But now, my external harddrive doesn't show in lsblk or gparted.



    dmesg:



    [ 2307.494165] usb 3-3: new SuperSpeed USB device number 6 using xhci_hcd
    [ 2307.514741] usb 3-3: New USB device found, idVendor=1058, idProduct=10a8
    [ 2307.514744] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 2307.514746] usb 3-3: Product: Elements 10A8
    [ 2307.514747] usb 3-3: Manufacturer: Western Digital
    [ 2307.514749] usb 3-3: SerialNumber: 575838314537334858444635
    [ 2307.516140] usb-storage 3-3:1.0: USB Mass Storage device detected
    [ 2307.516251] scsi host4: usb-storage 3-3:1.0
    [ 2308.526738] scsi 4:0:0:0: Direct-Access WD Elements 10A8 1042 PQ: 0 ANSI: 6
    [ 2308.527080] sd 4:0:0:0: Attached scsi generic sg1 type 0
    [ 2308.528229] sd 4:0:0:0: [sdb] Spinning up disk...
    [ 2309.550193] .
    [ 2310.574113] .
    [ 2311.598181] .
    [ 2312.622168] .
    [ 2313.646166] .
    [ 2314.670156] .
    [ 2315.694153] .
    [ 2316.718141] .
    [ 2317.742129] .
    [ 2318.766096] .
    [ 2318.766879] ready


    lsusb:



    Bus 003 Device 006: ID 1058:10a8 Western Digital Technologies, Inc. Elements Portable (WDBUZG)


    hwinfo:



    20: USB 00.0: 10600 Disk
    [Created at usb.122]
    Unique ID: CiZ2.XMrwKxiZes9
    Parent ID: uIhY.xYNhIwdOaa6
    SysFS ID: /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0
    SysFS BusID: 3-3:1.0
    Hardware Class: disk
    Model: "Western Digital Elements Portable (WDBUZG)"
    Hotplug: USB
    Vendor: usb 0x1058 "Western Digital Technologies, Inc."
    Device: usb 0x10a8 "Elements Portable (WDBUZG)"
    Revision: "10.42"
    Serial ID: "575838314537334858444635"
    Driver: "usb-storage"
    Driver Modules: "usb_storage"
    Module Alias: "usb:v1058p10A8d1042dc00dsc00dp00ic08isc06ip50in00"
    Driver Info #0:
    Driver Status: uas is active
    Driver Activation Cmd: "modprobe uas"
    Driver Info #1:
    Driver Status: usb_storage is active
    Driver Activation Cmd: "modprobe usb_storage"
    Config Status: cfg=new, avail=yes, need=no, active=unknown
    Attached to: #23 (Hub)


    Any ideas what could be the cause, or how to fix, or if it's just perma-bricked?










    share|improve this question









    New contributor




    randommman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      So, I wrote zeros to an external harddrive:



      sudo dd if=/dev/zero of=/dev/sdb 


      But now, my external harddrive doesn't show in lsblk or gparted.



      dmesg:



      [ 2307.494165] usb 3-3: new SuperSpeed USB device number 6 using xhci_hcd
      [ 2307.514741] usb 3-3: New USB device found, idVendor=1058, idProduct=10a8
      [ 2307.514744] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
      [ 2307.514746] usb 3-3: Product: Elements 10A8
      [ 2307.514747] usb 3-3: Manufacturer: Western Digital
      [ 2307.514749] usb 3-3: SerialNumber: 575838314537334858444635
      [ 2307.516140] usb-storage 3-3:1.0: USB Mass Storage device detected
      [ 2307.516251] scsi host4: usb-storage 3-3:1.0
      [ 2308.526738] scsi 4:0:0:0: Direct-Access WD Elements 10A8 1042 PQ: 0 ANSI: 6
      [ 2308.527080] sd 4:0:0:0: Attached scsi generic sg1 type 0
      [ 2308.528229] sd 4:0:0:0: [sdb] Spinning up disk...
      [ 2309.550193] .
      [ 2310.574113] .
      [ 2311.598181] .
      [ 2312.622168] .
      [ 2313.646166] .
      [ 2314.670156] .
      [ 2315.694153] .
      [ 2316.718141] .
      [ 2317.742129] .
      [ 2318.766096] .
      [ 2318.766879] ready


      lsusb:



      Bus 003 Device 006: ID 1058:10a8 Western Digital Technologies, Inc. Elements Portable (WDBUZG)


      hwinfo:



      20: USB 00.0: 10600 Disk
      [Created at usb.122]
      Unique ID: CiZ2.XMrwKxiZes9
      Parent ID: uIhY.xYNhIwdOaa6
      SysFS ID: /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0
      SysFS BusID: 3-3:1.0
      Hardware Class: disk
      Model: "Western Digital Elements Portable (WDBUZG)"
      Hotplug: USB
      Vendor: usb 0x1058 "Western Digital Technologies, Inc."
      Device: usb 0x10a8 "Elements Portable (WDBUZG)"
      Revision: "10.42"
      Serial ID: "575838314537334858444635"
      Driver: "usb-storage"
      Driver Modules: "usb_storage"
      Module Alias: "usb:v1058p10A8d1042dc00dsc00dp00ic08isc06ip50in00"
      Driver Info #0:
      Driver Status: uas is active
      Driver Activation Cmd: "modprobe uas"
      Driver Info #1:
      Driver Status: usb_storage is active
      Driver Activation Cmd: "modprobe usb_storage"
      Config Status: cfg=new, avail=yes, need=no, active=unknown
      Attached to: #23 (Hub)


      Any ideas what could be the cause, or how to fix, or if it's just perma-bricked?










      share|improve this question









      New contributor




      randommman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      So, I wrote zeros to an external harddrive:



      sudo dd if=/dev/zero of=/dev/sdb 


      But now, my external harddrive doesn't show in lsblk or gparted.



      dmesg:



      [ 2307.494165] usb 3-3: new SuperSpeed USB device number 6 using xhci_hcd
      [ 2307.514741] usb 3-3: New USB device found, idVendor=1058, idProduct=10a8
      [ 2307.514744] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
      [ 2307.514746] usb 3-3: Product: Elements 10A8
      [ 2307.514747] usb 3-3: Manufacturer: Western Digital
      [ 2307.514749] usb 3-3: SerialNumber: 575838314537334858444635
      [ 2307.516140] usb-storage 3-3:1.0: USB Mass Storage device detected
      [ 2307.516251] scsi host4: usb-storage 3-3:1.0
      [ 2308.526738] scsi 4:0:0:0: Direct-Access WD Elements 10A8 1042 PQ: 0 ANSI: 6
      [ 2308.527080] sd 4:0:0:0: Attached scsi generic sg1 type 0
      [ 2308.528229] sd 4:0:0:0: [sdb] Spinning up disk...
      [ 2309.550193] .
      [ 2310.574113] .
      [ 2311.598181] .
      [ 2312.622168] .
      [ 2313.646166] .
      [ 2314.670156] .
      [ 2315.694153] .
      [ 2316.718141] .
      [ 2317.742129] .
      [ 2318.766096] .
      [ 2318.766879] ready


      lsusb:



      Bus 003 Device 006: ID 1058:10a8 Western Digital Technologies, Inc. Elements Portable (WDBUZG)


      hwinfo:



      20: USB 00.0: 10600 Disk
      [Created at usb.122]
      Unique ID: CiZ2.XMrwKxiZes9
      Parent ID: uIhY.xYNhIwdOaa6
      SysFS ID: /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0
      SysFS BusID: 3-3:1.0
      Hardware Class: disk
      Model: "Western Digital Elements Portable (WDBUZG)"
      Hotplug: USB
      Vendor: usb 0x1058 "Western Digital Technologies, Inc."
      Device: usb 0x10a8 "Elements Portable (WDBUZG)"
      Revision: "10.42"
      Serial ID: "575838314537334858444635"
      Driver: "usb-storage"
      Driver Modules: "usb_storage"
      Module Alias: "usb:v1058p10A8d1042dc00dsc00dp00ic08isc06ip50in00"
      Driver Info #0:
      Driver Status: uas is active
      Driver Activation Cmd: "modprobe uas"
      Driver Info #1:
      Driver Status: usb_storage is active
      Driver Activation Cmd: "modprobe usb_storage"
      Config Status: cfg=new, avail=yes, need=no, active=unknown
      Attached to: #23 (Hub)


      Any ideas what could be the cause, or how to fix, or if it's just perma-bricked?







      partitioning usb hard-drive gparted






      share|improve this question









      New contributor




      randommman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      randommman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 1 hour ago









      Sergiy Kolodyazhnyy

      72.8k9152316




      72.8k9152316






      New contributor




      randommman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 7 hours ago









      randommmanrandommman

      101




      101




      New contributor




      randommman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      randommman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      randommman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes


















          1














          By writing zeros to the entire disk, you've overwritten the disk's partition table, so it doesn't look like a partitioned disc to the system.



          You can recreate a partition table (GPT or MBR) with gparted, then partition the disk as you wish.






          share|improve this answer

























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });






            randommman is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1120498%2fharddrive-showing-in-hwinfo-lsusb-but-not-lsblk-or-gparted%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            By writing zeros to the entire disk, you've overwritten the disk's partition table, so it doesn't look like a partitioned disc to the system.



            You can recreate a partition table (GPT or MBR) with gparted, then partition the disk as you wish.






            share|improve this answer






























              1














              By writing zeros to the entire disk, you've overwritten the disk's partition table, so it doesn't look like a partitioned disc to the system.



              You can recreate a partition table (GPT or MBR) with gparted, then partition the disk as you wish.






              share|improve this answer




























                1












                1








                1







                By writing zeros to the entire disk, you've overwritten the disk's partition table, so it doesn't look like a partitioned disc to the system.



                You can recreate a partition table (GPT or MBR) with gparted, then partition the disk as you wish.






                share|improve this answer















                By writing zeros to the entire disk, you've overwritten the disk's partition table, so it doesn't look like a partitioned disc to the system.



                You can recreate a partition table (GPT or MBR) with gparted, then partition the disk as you wish.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 1 hour ago









                Sergiy Kolodyazhnyy

                72.8k9152316




                72.8k9152316










                answered 1 hour ago









                waltinatorwaltinator

                22.4k74169




                22.4k74169






















                    randommman is a new contributor. Be nice, and check out our Code of Conduct.










                    draft saved

                    draft discarded


















                    randommman is a new contributor. Be nice, and check out our Code of Conduct.













                    randommman is a new contributor. Be nice, and check out our Code of Conduct.












                    randommman is a new contributor. Be nice, and check out our Code of Conduct.
















                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1120498%2fharddrive-showing-in-hwinfo-lsusb-but-not-lsblk-or-gparted%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How did Captain America manage to do this?

                    迪纳利

                    南乌拉尔铁路局