How did my usb change from ext4 to FAT format without me changing it?UEFI boot Fedora from USB 2.0 on 3.0...
Can I submit a paper computer science conference using an alias if using my real name can cause legal trouble in my original country
Is this bar slide trick shown on Cheers real or a visual effect?
Will some rockets really collapse under their own weight?
The Lucky House
Gofer work in exchange for Letter of Recommendation
Build a mob of suspiciously happy lenny faces ( ͡° ͜ʖ ͡°)
What if a restaurant suddenly cannot accept credit cards, and the customer has no cash?
What's the point of writing that I know will never be used or read?
How do the Durable and Dwarven Fortitude feats interact?
Have there ever been other TV shows or Films that told a similiar story to the new 90210 show?
Does knowing that the exponent is in a certain range help solving discrete log?
Heyawacky: Ace of Cups
Pocket Clarketech
What should I do if actually I found a serious flaw in someone's PhD thesis and an article derived from that PhD thesis?
How to train a replacement without them knowing?
What is the opposite of "hunger level"?
Do predators tend to have vertical slit pupils versus horizontal for prey animals?
A reccomended structured approach to self studying music theory for songwriting
Are there any OR challenges that are similar to kaggle's competitions?
Alignment of different align environment
My new Acer Aspire 7 doesn't have a Legacy Boot option, what can I do to get it?
When and which board game was the first to be ever invented?
Trying to understand how Digital Certificates and CA are indeed secure
Why don't modern jet engines use forced exhaust mixing?
How did my usb change from ext4 to FAT format without me changing it?
UEFI boot Fedora from USB 2.0 on 3.0 port (l75d-a7280)Why is my ext4 filesystem recognizable only on the machine it was formatted on?Data recovery from an accidental format on ext4 partitionRepair or recover seemingly damaged partition on USB external diskSystem claims my USB is mounted when I insert it and I cannot (un)mount it. How do I fix this?How to start Debian without installation from USBRecurring ext4 “bad header invalid magic” errors on a healty driveHow to read/change SELinux context on mounted ext4 image from non-SELinux system?New SSD USB drive: fdisk doesn't change partitions and mkfs doesn't change formatmove system partitions to different physical drive with different filesystem
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I formatted a brand new sandisk usb to ext4 in ubuntu 18.04.2. I have been alternating its use between ubuntu 18.04.3, 64-bit, and debian 10 / armbian, 32-bit. I have been adding files to it until today. 'fdisk -l' is telling me that it is FAT formatted. I am not able to add anymore files.
When I initially formatted it with 'mkfs.ext 4 /dev/sda1', it would not allow me to add any files to it. So I right-clicked on the usb icon in file manager and formatted it by choosing the ext4 format listed there. When I was using the usb in ubuntu originally, I saw a graphical rep of how much space was left, and it showed that it "WAS" ext4.
usb ext4 fat
add a comment |
I formatted a brand new sandisk usb to ext4 in ubuntu 18.04.2. I have been alternating its use between ubuntu 18.04.3, 64-bit, and debian 10 / armbian, 32-bit. I have been adding files to it until today. 'fdisk -l' is telling me that it is FAT formatted. I am not able to add anymore files.
When I initially formatted it with 'mkfs.ext 4 /dev/sda1', it would not allow me to add any files to it. So I right-clicked on the usb icon in file manager and formatted it by choosing the ext4 format listed there. When I was using the usb in ubuntu originally, I saw a graphical rep of how much space was left, and it showed that it "WAS" ext4.
usb ext4 fat
What utility did you use to partition the USB stick?
– fpmurphy
2 days ago
armbian is that on a single board computer and is that one powered by a 5volt adapter, if so can you measure the voltage at the board to see if it is close to 5.0 volts
– Bjorn
2 days ago
@fpmurphy I did not partition the USB. I just formatted to ext4. Thanks.
– hddfsck777
2 days ago
2
Fdisk does not know what file system a partition contains. It only displays a hint based on the partition type code, which does not change when a new file system is created withmkfs. You will have to manually keep these in sync. If you formatted the partition to Ext4, I'm pretty sure it still is Ext4.
– Johan Myréen
2 days ago
add a comment |
I formatted a brand new sandisk usb to ext4 in ubuntu 18.04.2. I have been alternating its use between ubuntu 18.04.3, 64-bit, and debian 10 / armbian, 32-bit. I have been adding files to it until today. 'fdisk -l' is telling me that it is FAT formatted. I am not able to add anymore files.
When I initially formatted it with 'mkfs.ext 4 /dev/sda1', it would not allow me to add any files to it. So I right-clicked on the usb icon in file manager and formatted it by choosing the ext4 format listed there. When I was using the usb in ubuntu originally, I saw a graphical rep of how much space was left, and it showed that it "WAS" ext4.
usb ext4 fat
I formatted a brand new sandisk usb to ext4 in ubuntu 18.04.2. I have been alternating its use between ubuntu 18.04.3, 64-bit, and debian 10 / armbian, 32-bit. I have been adding files to it until today. 'fdisk -l' is telling me that it is FAT formatted. I am not able to add anymore files.
When I initially formatted it with 'mkfs.ext 4 /dev/sda1', it would not allow me to add any files to it. So I right-clicked on the usb icon in file manager and formatted it by choosing the ext4 format listed there. When I was using the usb in ubuntu originally, I saw a graphical rep of how much space was left, and it showed that it "WAS" ext4.
usb ext4 fat
usb ext4 fat
asked 2 days ago
hddfsck777hddfsck777
316 bronze badges
316 bronze badges
What utility did you use to partition the USB stick?
– fpmurphy
2 days ago
armbian is that on a single board computer and is that one powered by a 5volt adapter, if so can you measure the voltage at the board to see if it is close to 5.0 volts
– Bjorn
2 days ago
@fpmurphy I did not partition the USB. I just formatted to ext4. Thanks.
– hddfsck777
2 days ago
2
Fdisk does not know what file system a partition contains. It only displays a hint based on the partition type code, which does not change when a new file system is created withmkfs. You will have to manually keep these in sync. If you formatted the partition to Ext4, I'm pretty sure it still is Ext4.
– Johan Myréen
2 days ago
add a comment |
What utility did you use to partition the USB stick?
– fpmurphy
2 days ago
armbian is that on a single board computer and is that one powered by a 5volt adapter, if so can you measure the voltage at the board to see if it is close to 5.0 volts
– Bjorn
2 days ago
@fpmurphy I did not partition the USB. I just formatted to ext4. Thanks.
– hddfsck777
2 days ago
2
Fdisk does not know what file system a partition contains. It only displays a hint based on the partition type code, which does not change when a new file system is created withmkfs. You will have to manually keep these in sync. If you formatted the partition to Ext4, I'm pretty sure it still is Ext4.
– Johan Myréen
2 days ago
What utility did you use to partition the USB stick?
– fpmurphy
2 days ago
What utility did you use to partition the USB stick?
– fpmurphy
2 days ago
armbian is that on a single board computer and is that one powered by a 5volt adapter, if so can you measure the voltage at the board to see if it is close to 5.0 volts
– Bjorn
2 days ago
armbian is that on a single board computer and is that one powered by a 5volt adapter, if so can you measure the voltage at the board to see if it is close to 5.0 volts
– Bjorn
2 days ago
@fpmurphy I did not partition the USB. I just formatted to ext4. Thanks.
– hddfsck777
2 days ago
@fpmurphy I did not partition the USB. I just formatted to ext4. Thanks.
– hddfsck777
2 days ago
2
2
Fdisk does not know what file system a partition contains. It only displays a hint based on the partition type code, which does not change when a new file system is created with
mkfs. You will have to manually keep these in sync. If you formatted the partition to Ext4, I'm pretty sure it still is Ext4.– Johan Myréen
2 days ago
Fdisk does not know what file system a partition contains. It only displays a hint based on the partition type code, which does not change when a new file system is created with
mkfs. You will have to manually keep these in sync. If you formatted the partition to Ext4, I'm pretty sure it still is Ext4.– Johan Myréen
2 days ago
add a comment |
0
active
oldest
votes
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%2f535755%2fhow-did-my-usb-change-from-ext4-to-fat-format-without-me-changing-it%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f535755%2fhow-did-my-usb-change-from-ext4-to-fat-format-without-me-changing-it%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
What utility did you use to partition the USB stick?
– fpmurphy
2 days ago
armbian is that on a single board computer and is that one powered by a 5volt adapter, if so can you measure the voltage at the board to see if it is close to 5.0 volts
– Bjorn
2 days ago
@fpmurphy I did not partition the USB. I just formatted to ext4. Thanks.
– hddfsck777
2 days ago
2
Fdisk does not know what file system a partition contains. It only displays a hint based on the partition type code, which does not change when a new file system is created with
mkfs. You will have to manually keep these in sync. If you formatted the partition to Ext4, I'm pretty sure it still is Ext4.– Johan Myréen
2 days ago