How to do a full exfat format in Linux (RaspberryPi)linux: How to determine the best filesystem format?When is exFAT coming to Linux?Partition table not recognized by Linux kernelDownload copy of file which updates on changeCreate and format exFAT partition from Linuxmysqld stops right after starting because of corrupted tables (disk full + hardware reboot) - how to fix it?RaspberryPi serial portLinux distribution with out-of-the-box exFAT supportexFAT vs NTFS on LinuxMac OS cannot mount exFAT disk created on (Ubuntu) linux
How much RAM could one put in a typical 80386 setup?
Email Account under attack (really) - anything I can do?
What typically incentivizes a professor to change jobs to a lower ranking university?
Why don't electron-positron collisions release infinite energy?
Have astronauts in space suits ever taken selfies? If so, how?
can i play a electric guitar through a bass amp?
How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?
What do you call a Matrix-like slowdown and camera movement effect?
Is a tag line useful on a cover?
Has the BBC provided arguments for saying Brexit being cancelled is unlikely?
Fencing style for blades that can attack from a distance
What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)
How does strength of boric acid solution increase in presence of salicylic acid?
Approximately how much travel time was saved by the opening of the Suez Canal in 1869?
Watching something be written to a file live with tail
Are the number of citations and number of published articles the most important criteria for a tenure promotion?
How to find program name(s) of an installed package?
Minkowski space
Do I have a twin with permutated remainders?
Why can't I see bouncing of a switch on an oscilloscope?
How can bays and straits be determined in a procedurally generated map?
Why Is Death Allowed In the Matrix?
Font hinting is lost in Chrome-like browsers (for some languages )
Can I make popcorn with any corn?
How to do a full exfat format in Linux (RaspberryPi)
linux: How to determine the best filesystem format?When is exFAT coming to Linux?Partition table not recognized by Linux kernelDownload copy of file which updates on changeCreate and format exFAT partition from Linuxmysqld stops right after starting because of corrupted tables (disk full + hardware reboot) - how to fix it?RaspberryPi serial portLinux distribution with out-of-the-box exFAT supportexFAT vs NTFS on LinuxMac OS cannot mount exFAT disk created on (Ubuntu) linux
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to do a full format as opposed to a quick format of a 500 GB exfat USB stick. mkfs.exfat seems to be just a quick format since it's immediately done.
The reason I want a full format is that files get corrupted when I copy them to the stick, but seemingly only after about 20 or 30 GB. chkdsk on windows always removes the corrupted files. I also checked for bad sectors, but none are found, same happens on a second PC, so it's probably not a driver issue. Right now I want to do a full format, which takes very long, but I don't want my PC to be on for two days (very slow stick), so I want to use my Raspberry Pi for it. I tried Gparted, but it doesn't support exfat. I feel like it should be pretty easy, just a command to format the stick in exfat, but no quick format
linux filesystems
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from stackoverflow.com Jan 8 '18 at 16:27
This question came from our site for professional and enthusiast programmers.
add a comment |
I want to do a full format as opposed to a quick format of a 500 GB exfat USB stick. mkfs.exfat seems to be just a quick format since it's immediately done.
The reason I want a full format is that files get corrupted when I copy them to the stick, but seemingly only after about 20 or 30 GB. chkdsk on windows always removes the corrupted files. I also checked for bad sectors, but none are found, same happens on a second PC, so it's probably not a driver issue. Right now I want to do a full format, which takes very long, but I don't want my PC to be on for two days (very slow stick), so I want to use my Raspberry Pi for it. I tried Gparted, but it doesn't support exfat. I feel like it should be pretty easy, just a command to format the stick in exfat, but no quick format
linux filesystems
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from stackoverflow.com Jan 8 '18 at 16:27
This question came from our site for professional and enthusiast programmers.
This Q is not about programming as defined for StackOverflow. It may be more appropriate on raspberrypi.stackexchange.com or superuser.com. Use theflag
link at the bottom of your Q and ask the moderator to move it. Don't post the same Q on 2 different sites. Please read stackoverflow.com/help/on-topic , stackoverflow.com/help/how-to-ask , stackoverflow.com/help/dont-ask and stackoverflow.com/help/mcve before posting more Qs here. Good luck.
– shellter
Jan 6 '18 at 18:37
1
You may have a fake USB device. One that reports a capacity of 500GB but only has 32GB and the mapping that makes it fake corrupts data.
– Dan D.
Jan 8 '18 at 16:53
add a comment |
I want to do a full format as opposed to a quick format of a 500 GB exfat USB stick. mkfs.exfat seems to be just a quick format since it's immediately done.
The reason I want a full format is that files get corrupted when I copy them to the stick, but seemingly only after about 20 or 30 GB. chkdsk on windows always removes the corrupted files. I also checked for bad sectors, but none are found, same happens on a second PC, so it's probably not a driver issue. Right now I want to do a full format, which takes very long, but I don't want my PC to be on for two days (very slow stick), so I want to use my Raspberry Pi for it. I tried Gparted, but it doesn't support exfat. I feel like it should be pretty easy, just a command to format the stick in exfat, but no quick format
linux filesystems
I want to do a full format as opposed to a quick format of a 500 GB exfat USB stick. mkfs.exfat seems to be just a quick format since it's immediately done.
The reason I want a full format is that files get corrupted when I copy them to the stick, but seemingly only after about 20 or 30 GB. chkdsk on windows always removes the corrupted files. I also checked for bad sectors, but none are found, same happens on a second PC, so it's probably not a driver issue. Right now I want to do a full format, which takes very long, but I don't want my PC to be on for two days (very slow stick), so I want to use my Raspberry Pi for it. I tried Gparted, but it doesn't support exfat. I feel like it should be pretty easy, just a command to format the stick in exfat, but no quick format
linux filesystems
linux filesystems
asked Jan 6 '18 at 16:45
user9181765
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from stackoverflow.com Jan 8 '18 at 16:27
This question came from our site for professional and enthusiast programmers.
migrated from stackoverflow.com Jan 8 '18 at 16:27
This question came from our site for professional and enthusiast programmers.
This Q is not about programming as defined for StackOverflow. It may be more appropriate on raspberrypi.stackexchange.com or superuser.com. Use theflag
link at the bottom of your Q and ask the moderator to move it. Don't post the same Q on 2 different sites. Please read stackoverflow.com/help/on-topic , stackoverflow.com/help/how-to-ask , stackoverflow.com/help/dont-ask and stackoverflow.com/help/mcve before posting more Qs here. Good luck.
– shellter
Jan 6 '18 at 18:37
1
You may have a fake USB device. One that reports a capacity of 500GB but only has 32GB and the mapping that makes it fake corrupts data.
– Dan D.
Jan 8 '18 at 16:53
add a comment |
This Q is not about programming as defined for StackOverflow. It may be more appropriate on raspberrypi.stackexchange.com or superuser.com. Use theflag
link at the bottom of your Q and ask the moderator to move it. Don't post the same Q on 2 different sites. Please read stackoverflow.com/help/on-topic , stackoverflow.com/help/how-to-ask , stackoverflow.com/help/dont-ask and stackoverflow.com/help/mcve before posting more Qs here. Good luck.
– shellter
Jan 6 '18 at 18:37
1
You may have a fake USB device. One that reports a capacity of 500GB but only has 32GB and the mapping that makes it fake corrupts data.
– Dan D.
Jan 8 '18 at 16:53
This Q is not about programming as defined for StackOverflow. It may be more appropriate on raspberrypi.stackexchange.com or superuser.com. Use the
flag
link at the bottom of your Q and ask the moderator to move it. Don't post the same Q on 2 different sites. Please read stackoverflow.com/help/on-topic , stackoverflow.com/help/how-to-ask , stackoverflow.com/help/dont-ask and stackoverflow.com/help/mcve before posting more Qs here. Good luck.– shellter
Jan 6 '18 at 18:37
This Q is not about programming as defined for StackOverflow. It may be more appropriate on raspberrypi.stackexchange.com or superuser.com. Use the
flag
link at the bottom of your Q and ask the moderator to move it. Don't post the same Q on 2 different sites. Please read stackoverflow.com/help/on-topic , stackoverflow.com/help/how-to-ask , stackoverflow.com/help/dont-ask and stackoverflow.com/help/mcve before posting more Qs here. Good luck.– shellter
Jan 6 '18 at 18:37
1
1
You may have a fake USB device. One that reports a capacity of 500GB but only has 32GB and the mapping that makes it fake corrupts data.
– Dan D.
Jan 8 '18 at 16:53
You may have a fake USB device. One that reports a capacity of 500GB but only has 32GB and the mapping that makes it fake corrupts data.
– Dan D.
Jan 8 '18 at 16:53
add a comment |
1 Answer
1
active
oldest
votes
As Dan says, it is entirely possible that your flash drive is not truly 500GB if data constantly gets corrupted after 20-30GB has been written. I would recommend you test the drive to make sure it really can hold 500 GB using either a Linux/OSX tool or a Windows tool, whichever you feel comfortable with.
1
Won'tdd if=/dev/zero of=...
overwrite the on-device list of bad blocks? And I don't think the linux exfat driver supports creating an exfat filesystem with a badblocks list, based on github.com/relan/exfat/issues/79
– dgrogan
Jan 23 '18 at 23:11
@dgrogan Oh, thank you, I wasn't aware that wasn't in the exfat driver yet. And my formatting commands make no sense, formatting the ext, zeroing the drive, and then formatting to exfat makes no sense, I really have no clue what I was thinking. I will remove it, thank you.
– Thegs
Jan 24 '18 at 14:10
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f415618%2fhow-to-do-a-full-exfat-format-in-linux-raspberrypi%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
As Dan says, it is entirely possible that your flash drive is not truly 500GB if data constantly gets corrupted after 20-30GB has been written. I would recommend you test the drive to make sure it really can hold 500 GB using either a Linux/OSX tool or a Windows tool, whichever you feel comfortable with.
1
Won'tdd if=/dev/zero of=...
overwrite the on-device list of bad blocks? And I don't think the linux exfat driver supports creating an exfat filesystem with a badblocks list, based on github.com/relan/exfat/issues/79
– dgrogan
Jan 23 '18 at 23:11
@dgrogan Oh, thank you, I wasn't aware that wasn't in the exfat driver yet. And my formatting commands make no sense, formatting the ext, zeroing the drive, and then formatting to exfat makes no sense, I really have no clue what I was thinking. I will remove it, thank you.
– Thegs
Jan 24 '18 at 14:10
add a comment |
As Dan says, it is entirely possible that your flash drive is not truly 500GB if data constantly gets corrupted after 20-30GB has been written. I would recommend you test the drive to make sure it really can hold 500 GB using either a Linux/OSX tool or a Windows tool, whichever you feel comfortable with.
1
Won'tdd if=/dev/zero of=...
overwrite the on-device list of bad blocks? And I don't think the linux exfat driver supports creating an exfat filesystem with a badblocks list, based on github.com/relan/exfat/issues/79
– dgrogan
Jan 23 '18 at 23:11
@dgrogan Oh, thank you, I wasn't aware that wasn't in the exfat driver yet. And my formatting commands make no sense, formatting the ext, zeroing the drive, and then formatting to exfat makes no sense, I really have no clue what I was thinking. I will remove it, thank you.
– Thegs
Jan 24 '18 at 14:10
add a comment |
As Dan says, it is entirely possible that your flash drive is not truly 500GB if data constantly gets corrupted after 20-30GB has been written. I would recommend you test the drive to make sure it really can hold 500 GB using either a Linux/OSX tool or a Windows tool, whichever you feel comfortable with.
As Dan says, it is entirely possible that your flash drive is not truly 500GB if data constantly gets corrupted after 20-30GB has been written. I would recommend you test the drive to make sure it really can hold 500 GB using either a Linux/OSX tool or a Windows tool, whichever you feel comfortable with.
edited Jan 24 '18 at 14:11
answered Jan 8 '18 at 17:14
ThegsThegs
31516
31516
1
Won'tdd if=/dev/zero of=...
overwrite the on-device list of bad blocks? And I don't think the linux exfat driver supports creating an exfat filesystem with a badblocks list, based on github.com/relan/exfat/issues/79
– dgrogan
Jan 23 '18 at 23:11
@dgrogan Oh, thank you, I wasn't aware that wasn't in the exfat driver yet. And my formatting commands make no sense, formatting the ext, zeroing the drive, and then formatting to exfat makes no sense, I really have no clue what I was thinking. I will remove it, thank you.
– Thegs
Jan 24 '18 at 14:10
add a comment |
1
Won'tdd if=/dev/zero of=...
overwrite the on-device list of bad blocks? And I don't think the linux exfat driver supports creating an exfat filesystem with a badblocks list, based on github.com/relan/exfat/issues/79
– dgrogan
Jan 23 '18 at 23:11
@dgrogan Oh, thank you, I wasn't aware that wasn't in the exfat driver yet. And my formatting commands make no sense, formatting the ext, zeroing the drive, and then formatting to exfat makes no sense, I really have no clue what I was thinking. I will remove it, thank you.
– Thegs
Jan 24 '18 at 14:10
1
1
Won't
dd if=/dev/zero of=...
overwrite the on-device list of bad blocks? And I don't think the linux exfat driver supports creating an exfat filesystem with a badblocks list, based on github.com/relan/exfat/issues/79– dgrogan
Jan 23 '18 at 23:11
Won't
dd if=/dev/zero of=...
overwrite the on-device list of bad blocks? And I don't think the linux exfat driver supports creating an exfat filesystem with a badblocks list, based on github.com/relan/exfat/issues/79– dgrogan
Jan 23 '18 at 23:11
@dgrogan Oh, thank you, I wasn't aware that wasn't in the exfat driver yet. And my formatting commands make no sense, formatting the ext, zeroing the drive, and then formatting to exfat makes no sense, I really have no clue what I was thinking. I will remove it, thank you.
– Thegs
Jan 24 '18 at 14:10
@dgrogan Oh, thank you, I wasn't aware that wasn't in the exfat driver yet. And my formatting commands make no sense, formatting the ext, zeroing the drive, and then formatting to exfat makes no sense, I really have no clue what I was thinking. I will remove it, thank you.
– Thegs
Jan 24 '18 at 14:10
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f415618%2fhow-to-do-a-full-exfat-format-in-linux-raspberrypi%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
This Q is not about programming as defined for StackOverflow. It may be more appropriate on raspberrypi.stackexchange.com or superuser.com. Use the
flag
link at the bottom of your Q and ask the moderator to move it. Don't post the same Q on 2 different sites. Please read stackoverflow.com/help/on-topic , stackoverflow.com/help/how-to-ask , stackoverflow.com/help/dont-ask and stackoverflow.com/help/mcve before posting more Qs here. Good luck.– shellter
Jan 6 '18 at 18:37
1
You may have a fake USB device. One that reports a capacity of 500GB but only has 32GB and the mapping that makes it fake corrupts data.
– Dan D.
Jan 8 '18 at 16:53