unable to merge two partitions of pendrive using gparted

How do I merge the two partitions or just format the drive as one...?
usb-drive partitions format
add a comment |

How do I merge the two partitions or just format the drive as one...?
usb-drive partitions format
add a comment |

How do I merge the two partitions or just format the drive as one...?
usb-drive partitions format

How do I merge the two partitions or just format the drive as one...?
usb-drive partitions format
usb-drive partitions format
edited Dec 30 '18 at 7:53
asked Apr 5 '18 at 17:26
Divyanshu salve
238
238
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
try under windows and if it's recognizable try to use 'diskpart' to create partition and format usb normally
Thanks, that worked in windows pc, it first asked to format the drive immediately after putting the usb in windows pc and then it became normal.
– Divyanshu salve
Apr 5 '18 at 17:48
good it worked :-)
– PawełG
Apr 5 '18 at 18:06
add a comment |
USB pendrive
I suggest that you install and use mkusb-dus to restore [the USB drive] to a standard storage device. This creates an MSDOS partition table and a partition with a FAT32 file system.
See the following links
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/wipe

USB hard disk drive or solid state drive
In this case you may want more than one partition and you may want some other file system (not FAT32).
Use mkusb-dus to wipe the first mibibyte,

Install gparted
sudo apt install gparted
and create
- the partition table, old MSDOS or new GUID partition table (GPT),
- partitions and
- file systems.

The following link adds tips about file systems,
Alternative file systems (to FAT32 with a 4GiB limit for file size)
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1022322%2funable-to-merge-two-partitions-of-pendrive-using-gparted%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
try under windows and if it's recognizable try to use 'diskpart' to create partition and format usb normally
Thanks, that worked in windows pc, it first asked to format the drive immediately after putting the usb in windows pc and then it became normal.
– Divyanshu salve
Apr 5 '18 at 17:48
good it worked :-)
– PawełG
Apr 5 '18 at 18:06
add a comment |
try under windows and if it's recognizable try to use 'diskpart' to create partition and format usb normally
Thanks, that worked in windows pc, it first asked to format the drive immediately after putting the usb in windows pc and then it became normal.
– Divyanshu salve
Apr 5 '18 at 17:48
good it worked :-)
– PawełG
Apr 5 '18 at 18:06
add a comment |
try under windows and if it's recognizable try to use 'diskpart' to create partition and format usb normally
try under windows and if it's recognizable try to use 'diskpart' to create partition and format usb normally
answered Apr 5 '18 at 17:34
PawełG
1327
1327
Thanks, that worked in windows pc, it first asked to format the drive immediately after putting the usb in windows pc and then it became normal.
– Divyanshu salve
Apr 5 '18 at 17:48
good it worked :-)
– PawełG
Apr 5 '18 at 18:06
add a comment |
Thanks, that worked in windows pc, it first asked to format the drive immediately after putting the usb in windows pc and then it became normal.
– Divyanshu salve
Apr 5 '18 at 17:48
good it worked :-)
– PawełG
Apr 5 '18 at 18:06
Thanks, that worked in windows pc, it first asked to format the drive immediately after putting the usb in windows pc and then it became normal.
– Divyanshu salve
Apr 5 '18 at 17:48
Thanks, that worked in windows pc, it first asked to format the drive immediately after putting the usb in windows pc and then it became normal.
– Divyanshu salve
Apr 5 '18 at 17:48
good it worked :-)
– PawełG
Apr 5 '18 at 18:06
good it worked :-)
– PawełG
Apr 5 '18 at 18:06
add a comment |
USB pendrive
I suggest that you install and use mkusb-dus to restore [the USB drive] to a standard storage device. This creates an MSDOS partition table and a partition with a FAT32 file system.
See the following links
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/wipe

USB hard disk drive or solid state drive
In this case you may want more than one partition and you may want some other file system (not FAT32).
Use mkusb-dus to wipe the first mibibyte,

Install gparted
sudo apt install gparted
and create
- the partition table, old MSDOS or new GUID partition table (GPT),
- partitions and
- file systems.

The following link adds tips about file systems,
Alternative file systems (to FAT32 with a 4GiB limit for file size)
add a comment |
USB pendrive
I suggest that you install and use mkusb-dus to restore [the USB drive] to a standard storage device. This creates an MSDOS partition table and a partition with a FAT32 file system.
See the following links
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/wipe

USB hard disk drive or solid state drive
In this case you may want more than one partition and you may want some other file system (not FAT32).
Use mkusb-dus to wipe the first mibibyte,

Install gparted
sudo apt install gparted
and create
- the partition table, old MSDOS or new GUID partition table (GPT),
- partitions and
- file systems.

The following link adds tips about file systems,
Alternative file systems (to FAT32 with a 4GiB limit for file size)
add a comment |
USB pendrive
I suggest that you install and use mkusb-dus to restore [the USB drive] to a standard storage device. This creates an MSDOS partition table and a partition with a FAT32 file system.
See the following links
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/wipe

USB hard disk drive or solid state drive
In this case you may want more than one partition and you may want some other file system (not FAT32).
Use mkusb-dus to wipe the first mibibyte,

Install gparted
sudo apt install gparted
and create
- the partition table, old MSDOS or new GUID partition table (GPT),
- partitions and
- file systems.

The following link adds tips about file systems,
Alternative file systems (to FAT32 with a 4GiB limit for file size)
USB pendrive
I suggest that you install and use mkusb-dus to restore [the USB drive] to a standard storage device. This creates an MSDOS partition table and a partition with a FAT32 file system.
See the following links
help.ubuntu.com/community/mkusb
help.ubuntu.com/community/mkusb/wipe

USB hard disk drive or solid state drive
In this case you may want more than one partition and you may want some other file system (not FAT32).
Use mkusb-dus to wipe the first mibibyte,

Install gparted
sudo apt install gparted
and create
- the partition table, old MSDOS or new GUID partition table (GPT),
- partitions and
- file systems.

The following link adds tips about file systems,
Alternative file systems (to FAT32 with a 4GiB limit for file size)
answered Apr 5 '18 at 17:54
sudodus
22.9k32874
22.9k32874
add a comment |
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1022322%2funable-to-merge-two-partitions-of-pendrive-using-gparted%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
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