How to make exfat appear as a disk on Computer (RedHat 6)
up vote
0
down vote
favorite
I have a redhat 6 on 1TB HDD and another 1TB HDD with exfat format, anyway on Computer I can find the drive where redhat installed but not the exfat drive.
I do add a line to /etc/fstab for auto mount on specific directory but I am looking for to things:
1. Add xfat HDD in Computer as would be seen on Windows or MacOS
2. exfat partions UUID to put in /etc/fstab since using /dev/sdb1 is not convenient if the HDD removed temporary and flash drive added.
filesystems rhel fstab uuid exfat
add a comment |
up vote
0
down vote
favorite
I have a redhat 6 on 1TB HDD and another 1TB HDD with exfat format, anyway on Computer I can find the drive where redhat installed but not the exfat drive.
I do add a line to /etc/fstab for auto mount on specific directory but I am looking for to things:
1. Add xfat HDD in Computer as would be seen on Windows or MacOS
2. exfat partions UUID to put in /etc/fstab since using /dev/sdb1 is not convenient if the HDD removed temporary and flash drive added.
filesystems rhel fstab uuid exfat
Please edit to show "what you have tried": how would you look for a UUID for a more well-supported partition type, and what does that method show for your exfat one? If in doubt I would look atls -l /dev/disk/by-uuid/
, because I assume that's exactly whatmount
does.
– sourcejedi
yesterday
I assume you use the default RHEL6 desktop option which would be GNOME - It is arguably more useful for others if you edit your question to show the version of GNOME you are using... More specifically,rpm -q nautilus
will show the version of the GNOME file browser. Or you can look in Help -> About for the version number, when you clicked on Computer.
– sourcejedi
yesterday
Also you need to show the exactfstab
line you used. On my version of GNOME, I think the partition should usually show up if you have permission; this permission can be granted by theuser
orusers
option infstab
.
– sourcejedi
yesterday
You should read this link: access.redhat.com/solutions/70050
– A.B
yesterday
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a redhat 6 on 1TB HDD and another 1TB HDD with exfat format, anyway on Computer I can find the drive where redhat installed but not the exfat drive.
I do add a line to /etc/fstab for auto mount on specific directory but I am looking for to things:
1. Add xfat HDD in Computer as would be seen on Windows or MacOS
2. exfat partions UUID to put in /etc/fstab since using /dev/sdb1 is not convenient if the HDD removed temporary and flash drive added.
filesystems rhel fstab uuid exfat
I have a redhat 6 on 1TB HDD and another 1TB HDD with exfat format, anyway on Computer I can find the drive where redhat installed but not the exfat drive.
I do add a line to /etc/fstab for auto mount on specific directory but I am looking for to things:
1. Add xfat HDD in Computer as would be seen on Windows or MacOS
2. exfat partions UUID to put in /etc/fstab since using /dev/sdb1 is not convenient if the HDD removed temporary and flash drive added.
filesystems rhel fstab uuid exfat
filesystems rhel fstab uuid exfat
edited yesterday
Rui F Ribeiro
38.7k1479128
38.7k1479128
asked yesterday
alsadk
1034
1034
Please edit to show "what you have tried": how would you look for a UUID for a more well-supported partition type, and what does that method show for your exfat one? If in doubt I would look atls -l /dev/disk/by-uuid/
, because I assume that's exactly whatmount
does.
– sourcejedi
yesterday
I assume you use the default RHEL6 desktop option which would be GNOME - It is arguably more useful for others if you edit your question to show the version of GNOME you are using... More specifically,rpm -q nautilus
will show the version of the GNOME file browser. Or you can look in Help -> About for the version number, when you clicked on Computer.
– sourcejedi
yesterday
Also you need to show the exactfstab
line you used. On my version of GNOME, I think the partition should usually show up if you have permission; this permission can be granted by theuser
orusers
option infstab
.
– sourcejedi
yesterday
You should read this link: access.redhat.com/solutions/70050
– A.B
yesterday
add a comment |
Please edit to show "what you have tried": how would you look for a UUID for a more well-supported partition type, and what does that method show for your exfat one? If in doubt I would look atls -l /dev/disk/by-uuid/
, because I assume that's exactly whatmount
does.
– sourcejedi
yesterday
I assume you use the default RHEL6 desktop option which would be GNOME - It is arguably more useful for others if you edit your question to show the version of GNOME you are using... More specifically,rpm -q nautilus
will show the version of the GNOME file browser. Or you can look in Help -> About for the version number, when you clicked on Computer.
– sourcejedi
yesterday
Also you need to show the exactfstab
line you used. On my version of GNOME, I think the partition should usually show up if you have permission; this permission can be granted by theuser
orusers
option infstab
.
– sourcejedi
yesterday
You should read this link: access.redhat.com/solutions/70050
– A.B
yesterday
Please edit to show "what you have tried": how would you look for a UUID for a more well-supported partition type, and what does that method show for your exfat one? If in doubt I would look at
ls -l /dev/disk/by-uuid/
, because I assume that's exactly what mount
does.– sourcejedi
yesterday
Please edit to show "what you have tried": how would you look for a UUID for a more well-supported partition type, and what does that method show for your exfat one? If in doubt I would look at
ls -l /dev/disk/by-uuid/
, because I assume that's exactly what mount
does.– sourcejedi
yesterday
I assume you use the default RHEL6 desktop option which would be GNOME - It is arguably more useful for others if you edit your question to show the version of GNOME you are using... More specifically,
rpm -q nautilus
will show the version of the GNOME file browser. Or you can look in Help -> About for the version number, when you clicked on Computer.– sourcejedi
yesterday
I assume you use the default RHEL6 desktop option which would be GNOME - It is arguably more useful for others if you edit your question to show the version of GNOME you are using... More specifically,
rpm -q nautilus
will show the version of the GNOME file browser. Or you can look in Help -> About for the version number, when you clicked on Computer.– sourcejedi
yesterday
Also you need to show the exact
fstab
line you used. On my version of GNOME, I think the partition should usually show up if you have permission; this permission can be granted by the user
or users
option in fstab
.– sourcejedi
yesterday
Also you need to show the exact
fstab
line you used. On my version of GNOME, I think the partition should usually show up if you have permission; this permission can be granted by the user
or users
option in fstab
.– sourcejedi
yesterday
You should read this link: access.redhat.com/solutions/70050
– A.B
yesterday
You should read this link: access.redhat.com/solutions/70050
– A.B
yesterday
add a comment |
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%2f489751%2fhow-to-make-exfat-appear-as-a-disk-on-computer-redhat-6%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
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.
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%2funix.stackexchange.com%2fquestions%2f489751%2fhow-to-make-exfat-appear-as-a-disk-on-computer-redhat-6%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
Please edit to show "what you have tried": how would you look for a UUID for a more well-supported partition type, and what does that method show for your exfat one? If in doubt I would look at
ls -l /dev/disk/by-uuid/
, because I assume that's exactly whatmount
does.– sourcejedi
yesterday
I assume you use the default RHEL6 desktop option which would be GNOME - It is arguably more useful for others if you edit your question to show the version of GNOME you are using... More specifically,
rpm -q nautilus
will show the version of the GNOME file browser. Or you can look in Help -> About for the version number, when you clicked on Computer.– sourcejedi
yesterday
Also you need to show the exact
fstab
line you used. On my version of GNOME, I think the partition should usually show up if you have permission; this permission can be granted by theuser
orusers
option infstab
.– sourcejedi
yesterday
You should read this link: access.redhat.com/solutions/70050
– A.B
yesterday