Error formatting volume: No such file or directory

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I was being unable to access my USB drive. After following the instructions listed here, I found this response:



$ sudo mkfs.vfat /dev/sdb1



mkfs.fat 3.0.28 (2015-05-16)
/dev/sdb1: No such file or directory



When I tried to follow the instructions listed here, I found the unmount option (and all other options in the menu) in the Disks GUI utility to be disabled. So I tried to create a partition using the utility and encountered this error:




Error formatting volume



Error wiping device: Command-line 'wipefs -a "/dev/sdb1"' exited with non- zero exit status 1: wipefs: error: /dev/sdb1: probing initialization failed: No such file or directory (udisks-error-quark, 0)




I would appreciate suggestions for a way forward from here.










share|improve this question























  • The instructions you linked don't mention wipefs, but anyway, do you have a /dev/sdb1 device? lsblk should show your partitions. Or maybe you just needed to add sudo?
    – Xen2050
    Apr 2 at 21:02










  • @Xen2050, Sorry I forgot to include one of the posts I tried and mistakenly mentioned its response as the response to another post. I have corrected it now. Would you be so kind to go through it once again?
    – NurShomik
    Apr 2 at 21:45














up vote
0
down vote

favorite












I was being unable to access my USB drive. After following the instructions listed here, I found this response:



$ sudo mkfs.vfat /dev/sdb1



mkfs.fat 3.0.28 (2015-05-16)
/dev/sdb1: No such file or directory



When I tried to follow the instructions listed here, I found the unmount option (and all other options in the menu) in the Disks GUI utility to be disabled. So I tried to create a partition using the utility and encountered this error:




Error formatting volume



Error wiping device: Command-line 'wipefs -a "/dev/sdb1"' exited with non- zero exit status 1: wipefs: error: /dev/sdb1: probing initialization failed: No such file or directory (udisks-error-quark, 0)




I would appreciate suggestions for a way forward from here.










share|improve this question























  • The instructions you linked don't mention wipefs, but anyway, do you have a /dev/sdb1 device? lsblk should show your partitions. Or maybe you just needed to add sudo?
    – Xen2050
    Apr 2 at 21:02










  • @Xen2050, Sorry I forgot to include one of the posts I tried and mistakenly mentioned its response as the response to another post. I have corrected it now. Would you be so kind to go through it once again?
    – NurShomik
    Apr 2 at 21:45












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I was being unable to access my USB drive. After following the instructions listed here, I found this response:



$ sudo mkfs.vfat /dev/sdb1



mkfs.fat 3.0.28 (2015-05-16)
/dev/sdb1: No such file or directory



When I tried to follow the instructions listed here, I found the unmount option (and all other options in the menu) in the Disks GUI utility to be disabled. So I tried to create a partition using the utility and encountered this error:




Error formatting volume



Error wiping device: Command-line 'wipefs -a "/dev/sdb1"' exited with non- zero exit status 1: wipefs: error: /dev/sdb1: probing initialization failed: No such file or directory (udisks-error-quark, 0)




I would appreciate suggestions for a way forward from here.










share|improve this question















I was being unable to access my USB drive. After following the instructions listed here, I found this response:



$ sudo mkfs.vfat /dev/sdb1



mkfs.fat 3.0.28 (2015-05-16)
/dev/sdb1: No such file or directory



When I tried to follow the instructions listed here, I found the unmount option (and all other options in the menu) in the Disks GUI utility to be disabled. So I tried to create a partition using the utility and encountered this error:




Error formatting volume



Error wiping device: Command-line 'wipefs -a "/dev/sdb1"' exited with non- zero exit status 1: wipefs: error: /dev/sdb1: probing initialization failed: No such file or directory (udisks-error-quark, 0)




I would appreciate suggestions for a way forward from here.







partitioning usb mount disk format






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 2 at 21:51

























asked Apr 2 at 20:38









NurShomik

515




515











  • The instructions you linked don't mention wipefs, but anyway, do you have a /dev/sdb1 device? lsblk should show your partitions. Or maybe you just needed to add sudo?
    – Xen2050
    Apr 2 at 21:02










  • @Xen2050, Sorry I forgot to include one of the posts I tried and mistakenly mentioned its response as the response to another post. I have corrected it now. Would you be so kind to go through it once again?
    – NurShomik
    Apr 2 at 21:45
















  • The instructions you linked don't mention wipefs, but anyway, do you have a /dev/sdb1 device? lsblk should show your partitions. Or maybe you just needed to add sudo?
    – Xen2050
    Apr 2 at 21:02










  • @Xen2050, Sorry I forgot to include one of the posts I tried and mistakenly mentioned its response as the response to another post. I have corrected it now. Would you be so kind to go through it once again?
    – NurShomik
    Apr 2 at 21:45















The instructions you linked don't mention wipefs, but anyway, do you have a /dev/sdb1 device? lsblk should show your partitions. Or maybe you just needed to add sudo?
– Xen2050
Apr 2 at 21:02




The instructions you linked don't mention wipefs, but anyway, do you have a /dev/sdb1 device? lsblk should show your partitions. Or maybe you just needed to add sudo?
– Xen2050
Apr 2 at 21:02












@Xen2050, Sorry I forgot to include one of the posts I tried and mistakenly mentioned its response as the response to another post. I have corrected it now. Would you be so kind to go through it once again?
– NurShomik
Apr 2 at 21:45




@Xen2050, Sorry I forgot to include one of the posts I tried and mistakenly mentioned its response as the response to another post. I have corrected it now. Would you be so kind to go through it once again?
– NurShomik
Apr 2 at 21:45










1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










I have finally solved it with help of GParted. All I had to do was reformatting. Following is what I did:



  • Install GParted:


    sudo apt install gparted




  • Right click on the disk (which was listed with a red exclamation!)

  • Select Format to

  • Select ext4

  • Click on the Apply All Operations button

That solved it!






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',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1021429%2ferror-formatting-volume-no-such-file-or-directory%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote



    accepted










    I have finally solved it with help of GParted. All I had to do was reformatting. Following is what I did:



    • Install GParted:


      sudo apt install gparted




    • Right click on the disk (which was listed with a red exclamation!)

    • Select Format to

    • Select ext4

    • Click on the Apply All Operations button

    That solved it!






    share|improve this answer
























      up vote
      0
      down vote



      accepted










      I have finally solved it with help of GParted. All I had to do was reformatting. Following is what I did:



      • Install GParted:


        sudo apt install gparted




      • Right click on the disk (which was listed with a red exclamation!)

      • Select Format to

      • Select ext4

      • Click on the Apply All Operations button

      That solved it!






      share|improve this answer






















        up vote
        0
        down vote



        accepted







        up vote
        0
        down vote



        accepted






        I have finally solved it with help of GParted. All I had to do was reformatting. Following is what I did:



        • Install GParted:


          sudo apt install gparted




        • Right click on the disk (which was listed with a red exclamation!)

        • Select Format to

        • Select ext4

        • Click on the Apply All Operations button

        That solved it!






        share|improve this answer












        I have finally solved it with help of GParted. All I had to do was reformatting. Following is what I did:



        • Install GParted:


          sudo apt install gparted




        • Right click on the disk (which was listed with a red exclamation!)

        • Select Format to

        • Select ext4

        • Click on the Apply All Operations button

        That solved it!







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 2 at 22:14









        NurShomik

        515




        515



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1021429%2ferror-formatting-volume-no-such-file-or-directory%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

            What makes Checkinstall packages not suitable for distribution?

            Running the scala interactive shell from the command line