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;








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










share|improve this question














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 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

















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










share|improve this question














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 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













0












0








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










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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 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

















  • 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
















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










1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer




















  • 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












  • @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











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
);



);













draft saved

draft discarded


















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









0














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.






share|improve this answer




















  • 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












  • @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















0














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.






share|improve this answer




















  • 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












  • @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













0












0








0







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.






share|improve this answer















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.







share|improve this answer














share|improve this answer



share|improve this answer








edited Jan 24 '18 at 14:11

























answered Jan 8 '18 at 17:14









ThegsThegs

31516




31516







  • 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












  • @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





    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







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

















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.