Is it necessary to create a “partitioning standard” for a usb, usb card-reader, or hard drive?What are...
Why do all fields in a QFT transform like *irreducible* representations of some group?
How to respectfully refuse to assist co-workers with IT issues?
Irish Snap: Variant Rules
How would one country purchase another?
Who was president?
Non-visual Computers - thoughts?
Cross-referencing enumerate item
What is the hex versus octal timeline?
What is the difference between true neutral and unaligned?
Was there ever a treaty between 2 entities with significantly different translations to the detriment of one party?
Can pay be witheld for hours cleaning up after closing time?
Justifying the use of directed energy weapons
What is the history of the university asylum law?
How do I request a longer than normal leave of absence period for my wedding?
What magic extends life or grants immortality?
I have a player who yells
How should I face my manager if I make a mistake because a senior coworker explained something incorrectly to me?
Why can't an Airbus A330 dump fuel in an emergency?
Why in most German places is the church the tallest building?
Why is less being run unnecessarily by git?
Why different interest rates for checking and savings?
In an emergency, how do I find and share my position?
Did the British navy fail to take into account the ballistics correction due to Coriolis force during WW1 Falkland Islands battle?
Defense against attacks using dictionaries
Is it necessary to create a “partitioning standard” for a usb, usb card-reader, or hard drive?
What are the differences between the various partition tables?Getting the extra GPT info; a “fdisk -l” equivalentGparted Shows HDD as unallocated“Can't have a partition outside the disk!” for vdi created from a truncated imagePartitioning difficulties with partedPartitioning an external HDD using GPT and with a “Microsoft Reserved” partition?Why is GPT recommended for UEFI
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Is it necessary to create a "partitioning standard" for a usb, usb card-reader, or hard drive?
What benefit does it offer?
I created a partitioning standard for my usb card-reader and ran into difficulties and eventually had to change from 'gpt' to 'msdos', though it is for use solely on linux.
I imagine if I do not create a partitioning standard, the micro-sd in the usb reader is likely set to msdos by default. In the past when I formatted it to 'ext4', the sd didn't allow me to add files to it in linux os; maybe this is why.
UPDATE: I read the following info, which is what led to this question, in addition to what I wrote above.
"Partition the new drive. We'll create a single partition using entire disk. CHOOSE A PARTITIONING STANDARD: To do this, we first need to specify the partitioning standard to use. GPT is the more modern partitioning standard, while the MBR standard offers wider support among operating systems. If you do not have any special requirements, it is probably better to use GPT at this point. To choose the GPT standard, do: "sudo parted /dev/sda mklabel gpt"; To choose msdos: "sudo parted /dev/sda mklabel msdos"
partition hard-disk
add a comment |
Is it necessary to create a "partitioning standard" for a usb, usb card-reader, or hard drive?
What benefit does it offer?
I created a partitioning standard for my usb card-reader and ran into difficulties and eventually had to change from 'gpt' to 'msdos', though it is for use solely on linux.
I imagine if I do not create a partitioning standard, the micro-sd in the usb reader is likely set to msdos by default. In the past when I formatted it to 'ext4', the sd didn't allow me to add files to it in linux os; maybe this is why.
UPDATE: I read the following info, which is what led to this question, in addition to what I wrote above.
"Partition the new drive. We'll create a single partition using entire disk. CHOOSE A PARTITIONING STANDARD: To do this, we first need to specify the partitioning standard to use. GPT is the more modern partitioning standard, while the MBR standard offers wider support among operating systems. If you do not have any special requirements, it is probably better to use GPT at this point. To choose the GPT standard, do: "sudo parted /dev/sda mklabel gpt"; To choose msdos: "sudo parted /dev/sda mklabel msdos"
partition hard-disk
4
What is a partitioning standard?l
– Henrik
2 days ago
But that's not something you create, you just choose and use either GPT or MBR. I have no idea whether windows or OS X supports GPT, but for removable media you'll rarely need the features GPT offers over MBR, so for potential compatibility I would choose MBR for those, but as Emmanuels answer explains you don't need to.
– Henrik
17 hours ago
add a comment |
Is it necessary to create a "partitioning standard" for a usb, usb card-reader, or hard drive?
What benefit does it offer?
I created a partitioning standard for my usb card-reader and ran into difficulties and eventually had to change from 'gpt' to 'msdos', though it is for use solely on linux.
I imagine if I do not create a partitioning standard, the micro-sd in the usb reader is likely set to msdos by default. In the past when I formatted it to 'ext4', the sd didn't allow me to add files to it in linux os; maybe this is why.
UPDATE: I read the following info, which is what led to this question, in addition to what I wrote above.
"Partition the new drive. We'll create a single partition using entire disk. CHOOSE A PARTITIONING STANDARD: To do this, we first need to specify the partitioning standard to use. GPT is the more modern partitioning standard, while the MBR standard offers wider support among operating systems. If you do not have any special requirements, it is probably better to use GPT at this point. To choose the GPT standard, do: "sudo parted /dev/sda mklabel gpt"; To choose msdos: "sudo parted /dev/sda mklabel msdos"
partition hard-disk
Is it necessary to create a "partitioning standard" for a usb, usb card-reader, or hard drive?
What benefit does it offer?
I created a partitioning standard for my usb card-reader and ran into difficulties and eventually had to change from 'gpt' to 'msdos', though it is for use solely on linux.
I imagine if I do not create a partitioning standard, the micro-sd in the usb reader is likely set to msdos by default. In the past when I formatted it to 'ext4', the sd didn't allow me to add files to it in linux os; maybe this is why.
UPDATE: I read the following info, which is what led to this question, in addition to what I wrote above.
"Partition the new drive. We'll create a single partition using entire disk. CHOOSE A PARTITIONING STANDARD: To do this, we first need to specify the partitioning standard to use. GPT is the more modern partitioning standard, while the MBR standard offers wider support among operating systems. If you do not have any special requirements, it is probably better to use GPT at this point. To choose the GPT standard, do: "sudo parted /dev/sda mklabel gpt"; To choose msdos: "sudo parted /dev/sda mklabel msdos"
partition hard-disk
partition hard-disk
edited 8 hours ago
veagle88
asked 2 days ago
veagle88veagle88
54 bronze badges
54 bronze badges
4
What is a partitioning standard?l
– Henrik
2 days ago
But that's not something you create, you just choose and use either GPT or MBR. I have no idea whether windows or OS X supports GPT, but for removable media you'll rarely need the features GPT offers over MBR, so for potential compatibility I would choose MBR for those, but as Emmanuels answer explains you don't need to.
– Henrik
17 hours ago
add a comment |
4
What is a partitioning standard?l
– Henrik
2 days ago
But that's not something you create, you just choose and use either GPT or MBR. I have no idea whether windows or OS X supports GPT, but for removable media you'll rarely need the features GPT offers over MBR, so for potential compatibility I would choose MBR for those, but as Emmanuels answer explains you don't need to.
– Henrik
17 hours ago
4
4
What is a partitioning standard?l
– Henrik
2 days ago
What is a partitioning standard?l
– Henrik
2 days ago
But that's not something you create, you just choose and use either GPT or MBR. I have no idea whether windows or OS X supports GPT, but for removable media you'll rarely need the features GPT offers over MBR, so for potential compatibility I would choose MBR for those, but as Emmanuels answer explains you don't need to.
– Henrik
17 hours ago
But that's not something you create, you just choose and use either GPT or MBR. I have no idea whether windows or OS X supports GPT, but for removable media you'll rarely need the features GPT offers over MBR, so for potential compatibility I would choose MBR for those, but as Emmanuels answer explains you don't need to.
– Henrik
17 hours ago
add a comment |
1 Answer
1
active
oldest
votes
In short, no.
If a device only needs to have one filesystem, Linux doesn't care whether the filesystem occupies the entire storage device or a partition on the device. For example, it's acceptable to mkfs.ext4 /dev/sdb; Linux can mount such a filesystem; Certainly from the command line.
BUT... be very careful with this. Not having a partition table may prevent some tools from functioning properly. For example, without a partition table, it's possible that some partitioning tools may get confused, thus upon not finding a partition table will assume the device consists entirely of unallocated space.
As for benefits of partitioning, it allows one to place more than one filesystem on a storage device. While this functionality may not be commonly needed with external storage devices, such as USB flash drives, in my experience having partitions helps to maintain compatibility with various OS's.
Practically speaking, unless partitioning is not recommended for a specific use-case, it's best to simply partition storage devices.
Thanks. It's not about having a partition on the device. The following stack article explains it best. The only thing I have done in the past is create a partition and format it. But this is different... "unix.stackexchange.com/questions/289389/…" Stephen Kitt gives best answer. I only want 1 partition anyway, if that helps. When I create a partition, doesn't that automatically create a partition table? The format will be ext4, with many word docs created from FAT previously - transferred over to the new drive. Thx.
– veagle88
22 hours ago
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%2f536504%2fis-it-necessary-to-create-a-partitioning-standard-for-a-usb-usb-card-reader%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
In short, no.
If a device only needs to have one filesystem, Linux doesn't care whether the filesystem occupies the entire storage device or a partition on the device. For example, it's acceptable to mkfs.ext4 /dev/sdb; Linux can mount such a filesystem; Certainly from the command line.
BUT... be very careful with this. Not having a partition table may prevent some tools from functioning properly. For example, without a partition table, it's possible that some partitioning tools may get confused, thus upon not finding a partition table will assume the device consists entirely of unallocated space.
As for benefits of partitioning, it allows one to place more than one filesystem on a storage device. While this functionality may not be commonly needed with external storage devices, such as USB flash drives, in my experience having partitions helps to maintain compatibility with various OS's.
Practically speaking, unless partitioning is not recommended for a specific use-case, it's best to simply partition storage devices.
Thanks. It's not about having a partition on the device. The following stack article explains it best. The only thing I have done in the past is create a partition and format it. But this is different... "unix.stackexchange.com/questions/289389/…" Stephen Kitt gives best answer. I only want 1 partition anyway, if that helps. When I create a partition, doesn't that automatically create a partition table? The format will be ext4, with many word docs created from FAT previously - transferred over to the new drive. Thx.
– veagle88
22 hours ago
add a comment |
In short, no.
If a device only needs to have one filesystem, Linux doesn't care whether the filesystem occupies the entire storage device or a partition on the device. For example, it's acceptable to mkfs.ext4 /dev/sdb; Linux can mount such a filesystem; Certainly from the command line.
BUT... be very careful with this. Not having a partition table may prevent some tools from functioning properly. For example, without a partition table, it's possible that some partitioning tools may get confused, thus upon not finding a partition table will assume the device consists entirely of unallocated space.
As for benefits of partitioning, it allows one to place more than one filesystem on a storage device. While this functionality may not be commonly needed with external storage devices, such as USB flash drives, in my experience having partitions helps to maintain compatibility with various OS's.
Practically speaking, unless partitioning is not recommended for a specific use-case, it's best to simply partition storage devices.
Thanks. It's not about having a partition on the device. The following stack article explains it best. The only thing I have done in the past is create a partition and format it. But this is different... "unix.stackexchange.com/questions/289389/…" Stephen Kitt gives best answer. I only want 1 partition anyway, if that helps. When I create a partition, doesn't that automatically create a partition table? The format will be ext4, with many word docs created from FAT previously - transferred over to the new drive. Thx.
– veagle88
22 hours ago
add a comment |
In short, no.
If a device only needs to have one filesystem, Linux doesn't care whether the filesystem occupies the entire storage device or a partition on the device. For example, it's acceptable to mkfs.ext4 /dev/sdb; Linux can mount such a filesystem; Certainly from the command line.
BUT... be very careful with this. Not having a partition table may prevent some tools from functioning properly. For example, without a partition table, it's possible that some partitioning tools may get confused, thus upon not finding a partition table will assume the device consists entirely of unallocated space.
As for benefits of partitioning, it allows one to place more than one filesystem on a storage device. While this functionality may not be commonly needed with external storage devices, such as USB flash drives, in my experience having partitions helps to maintain compatibility with various OS's.
Practically speaking, unless partitioning is not recommended for a specific use-case, it's best to simply partition storage devices.
In short, no.
If a device only needs to have one filesystem, Linux doesn't care whether the filesystem occupies the entire storage device or a partition on the device. For example, it's acceptable to mkfs.ext4 /dev/sdb; Linux can mount such a filesystem; Certainly from the command line.
BUT... be very careful with this. Not having a partition table may prevent some tools from functioning properly. For example, without a partition table, it's possible that some partitioning tools may get confused, thus upon not finding a partition table will assume the device consists entirely of unallocated space.
As for benefits of partitioning, it allows one to place more than one filesystem on a storage device. While this functionality may not be commonly needed with external storage devices, such as USB flash drives, in my experience having partitions helps to maintain compatibility with various OS's.
Practically speaking, unless partitioning is not recommended for a specific use-case, it's best to simply partition storage devices.
answered yesterday
Emmanuel RosaEmmanuel Rosa
3,8391 gold badge8 silver badges13 bronze badges
3,8391 gold badge8 silver badges13 bronze badges
Thanks. It's not about having a partition on the device. The following stack article explains it best. The only thing I have done in the past is create a partition and format it. But this is different... "unix.stackexchange.com/questions/289389/…" Stephen Kitt gives best answer. I only want 1 partition anyway, if that helps. When I create a partition, doesn't that automatically create a partition table? The format will be ext4, with many word docs created from FAT previously - transferred over to the new drive. Thx.
– veagle88
22 hours ago
add a comment |
Thanks. It's not about having a partition on the device. The following stack article explains it best. The only thing I have done in the past is create a partition and format it. But this is different... "unix.stackexchange.com/questions/289389/…" Stephen Kitt gives best answer. I only want 1 partition anyway, if that helps. When I create a partition, doesn't that automatically create a partition table? The format will be ext4, with many word docs created from FAT previously - transferred over to the new drive. Thx.
– veagle88
22 hours ago
Thanks. It's not about having a partition on the device. The following stack article explains it best. The only thing I have done in the past is create a partition and format it. But this is different... "unix.stackexchange.com/questions/289389/…" Stephen Kitt gives best answer. I only want 1 partition anyway, if that helps. When I create a partition, doesn't that automatically create a partition table? The format will be ext4, with many word docs created from FAT previously - transferred over to the new drive. Thx.
– veagle88
22 hours ago
Thanks. It's not about having a partition on the device. The following stack article explains it best. The only thing I have done in the past is create a partition and format it. But this is different... "unix.stackexchange.com/questions/289389/…" Stephen Kitt gives best answer. I only want 1 partition anyway, if that helps. When I create a partition, doesn't that automatically create a partition table? The format will be ext4, with many word docs created from FAT previously - transferred over to the new drive. Thx.
– veagle88
22 hours ago
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%2f536504%2fis-it-necessary-to-create-a-partitioning-standard-for-a-usb-usb-card-reader%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
4
What is a partitioning standard?l
– Henrik
2 days ago
But that's not something you create, you just choose and use either GPT or MBR. I have no idea whether windows or OS X supports GPT, but for removable media you'll rarely need the features GPT offers over MBR, so for potential compatibility I would choose MBR for those, but as Emmanuels answer explains you don't need to.
– Henrik
17 hours ago