Error formatting volume: No such file or directory

 Clash Royale CLAN TAG#URR8PPP
Clash 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.
partitioning usb mount disk format
add a comment |Â
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.
partitioning usb mount disk format
 
 
 
 
 
 
 The instructions you linked don't mention- wipefs, but anyway, do you have a /dev/sdb1 device?- lsblkshould 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
 
 
 
add a comment |Â
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.
partitioning usb mount disk format
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
partitioning usb mount disk format
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?- lsblkshould 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
 
 
 
add a comment |Â
 
 
 
 
 
 
 The instructions you linked don't mention- wipefs, but anyway, do you have a /dev/sdb1 device?- lsblkshould 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
add a comment |Â
 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 Operationsbutton
That solved it!
add a comment |Â
 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 Operationsbutton
That solved it!
add a comment |Â
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 Operationsbutton
That solved it!
add a comment |Â
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 Operationsbutton
That solved it!
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 Operationsbutton
That solved it!
answered Apr 2 at 22:14
NurShomik
515
515
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
The instructions you linked don't mention
wipefs, but anyway, do you have a /dev/sdb1 device?lsblkshould show your partitions. Or maybe you just needed to addsudo?â 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