How do I update “/etc/fstab” for a usb card-reader?Linking Intel RAID 5 partitions to boot diskDisk...
Compelling story with the world as a villain
How should I face my manager if I make a mistake because a senior coworker explained something incorrectly to me?
Efficiently pathfinding many flocking enemies around obstacles
Most practical knots for hitching a line to an object while keeping the bitter end as tight as possible, without sag?
How to respectfully refuse to assist co-workers with IT issues?
Sleeping solo in a double sleeping bag
What is this symbol: semicircles facing eachother
Why in most German places is the church the tallest building?
Accent on í misaligned in bibliography / citation
How to prevent cutting edges on my TV, HDMI-connected?
What to say to a student who has failed?
Why do all fields in a QFT transform like *irreducible* representations of some group?
Is it safe to remove the bottom chords of a series of garage roof trusses?
How is the list of apps allowed to install another apps populated?
Is "The life is beautiful" incorrect or just very non-idiomatic?
Defense against attacks using dictionaries
Who was president?
Was Switzerland really impossible to invade during WW2?
Is there any practical application for performing a double Fourier transform? ...or an inverse Fourier transform on a time-domain input?
Notepad++ - How to find multiple values on the same line in any permutation
In the MCU, why does Mjölnir retain its enchantments after Ragnarok?
Did a flight controller ever answer Flight with a no-go?
Why different interest rates for checking and savings?
What is the hex versus octal timeline?
How do I update “/etc/fstab” for a usb card-reader?
Linking Intel RAID 5 partitions to boot diskDisk problems prevent me from booting, or set the disk to read-only. How do I fix the disk?mdadm - RAID5 array size vs. actual disk size mismatchAdd scound Linux OS dual with Centos 7Parted: how to solve Location outside of device error?USB Smart Card Reader Connection Issues
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I inputted a partitioning standard, msdos, and got a message: you may need to update "/etc/fstab".
My usb card-reader will not mount now. "lsblk" shows sdb/sdb1, but sdb/sdb1 will not mount. Appears that I need to update /etc/fstab, but not sure if this is the only reason.
To update /etc/fstab, I tried "mount -a"; didn't work - haven't found any other commands for it yet.
The output is " / = ignored" "/tmp = already mounted". I didn't put anything into "/etc/fstab" as permission denied. Partitioned with "sudo fdisk /dev/sdX"
parted /dev/sdb1 print
Error: /dev/sdb1: unrecognised disk label
Model: Unknown (unknown)
Disk /dev/sdb1: 15.9GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
parted /dev/sdb print
Model: Generic STORAGE DEVICE (scsi)
Disk /dev/sdb: 15.9GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 15.9GB 15.9GB primary
update: after jumping through numerous hoops, deleting, creating, partition standard changed, formatting... It is now partitioned and recognized.
ubuntu usb
|
show 2 more comments
I inputted a partitioning standard, msdos, and got a message: you may need to update "/etc/fstab".
My usb card-reader will not mount now. "lsblk" shows sdb/sdb1, but sdb/sdb1 will not mount. Appears that I need to update /etc/fstab, but not sure if this is the only reason.
To update /etc/fstab, I tried "mount -a"; didn't work - haven't found any other commands for it yet.
The output is " / = ignored" "/tmp = already mounted". I didn't put anything into "/etc/fstab" as permission denied. Partitioned with "sudo fdisk /dev/sdX"
parted /dev/sdb1 print
Error: /dev/sdb1: unrecognised disk label
Model: Unknown (unknown)
Disk /dev/sdb1: 15.9GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
parted /dev/sdb print
Model: Generic STORAGE DEVICE (scsi)
Disk /dev/sdb: 15.9GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 15.9GB 15.9GB primary
update: after jumping through numerous hoops, deleting, creating, partition standard changed, formatting... It is now partitioned and recognized.
ubuntu usb
what's the output ofmount -av? what did you put into/etc/fstab? what did you partition the disk with?
– Bart
2 days ago
check as well this: blog.hostonnet.com/parted
– Bart
2 days ago
try editing/etc/fstabwithsudo, you need elevated permissions to edit that file. please also put the update to the ticket body instead of a comment.
– Bart
2 days ago
@Bart Tried in sudo, didn't work.
– veagle88
2 days ago
what doeslsattr /etc/fstabsay?
– Bart
2 days ago
|
show 2 more comments
I inputted a partitioning standard, msdos, and got a message: you may need to update "/etc/fstab".
My usb card-reader will not mount now. "lsblk" shows sdb/sdb1, but sdb/sdb1 will not mount. Appears that I need to update /etc/fstab, but not sure if this is the only reason.
To update /etc/fstab, I tried "mount -a"; didn't work - haven't found any other commands for it yet.
The output is " / = ignored" "/tmp = already mounted". I didn't put anything into "/etc/fstab" as permission denied. Partitioned with "sudo fdisk /dev/sdX"
parted /dev/sdb1 print
Error: /dev/sdb1: unrecognised disk label
Model: Unknown (unknown)
Disk /dev/sdb1: 15.9GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
parted /dev/sdb print
Model: Generic STORAGE DEVICE (scsi)
Disk /dev/sdb: 15.9GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 15.9GB 15.9GB primary
update: after jumping through numerous hoops, deleting, creating, partition standard changed, formatting... It is now partitioned and recognized.
ubuntu usb
I inputted a partitioning standard, msdos, and got a message: you may need to update "/etc/fstab".
My usb card-reader will not mount now. "lsblk" shows sdb/sdb1, but sdb/sdb1 will not mount. Appears that I need to update /etc/fstab, but not sure if this is the only reason.
To update /etc/fstab, I tried "mount -a"; didn't work - haven't found any other commands for it yet.
The output is " / = ignored" "/tmp = already mounted". I didn't put anything into "/etc/fstab" as permission denied. Partitioned with "sudo fdisk /dev/sdX"
parted /dev/sdb1 print
Error: /dev/sdb1: unrecognised disk label
Model: Unknown (unknown)
Disk /dev/sdb1: 15.9GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
parted /dev/sdb print
Model: Generic STORAGE DEVICE (scsi)
Disk /dev/sdb: 15.9GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 15.9GB 15.9GB primary
update: after jumping through numerous hoops, deleting, creating, partition standard changed, formatting... It is now partitioned and recognized.
ubuntu usb
ubuntu usb
edited 2 days ago
veagle88
asked 2 days ago
veagle88veagle88
54 bronze badges
54 bronze badges
what's the output ofmount -av? what did you put into/etc/fstab? what did you partition the disk with?
– Bart
2 days ago
check as well this: blog.hostonnet.com/parted
– Bart
2 days ago
try editing/etc/fstabwithsudo, you need elevated permissions to edit that file. please also put the update to the ticket body instead of a comment.
– Bart
2 days ago
@Bart Tried in sudo, didn't work.
– veagle88
2 days ago
what doeslsattr /etc/fstabsay?
– Bart
2 days ago
|
show 2 more comments
what's the output ofmount -av? what did you put into/etc/fstab? what did you partition the disk with?
– Bart
2 days ago
check as well this: blog.hostonnet.com/parted
– Bart
2 days ago
try editing/etc/fstabwithsudo, you need elevated permissions to edit that file. please also put the update to the ticket body instead of a comment.
– Bart
2 days ago
@Bart Tried in sudo, didn't work.
– veagle88
2 days ago
what doeslsattr /etc/fstabsay?
– Bart
2 days ago
what's the output of
mount -av? what did you put into /etc/fstab? what did you partition the disk with?– Bart
2 days ago
what's the output of
mount -av? what did you put into /etc/fstab? what did you partition the disk with?– Bart
2 days ago
check as well this: blog.hostonnet.com/parted
– Bart
2 days ago
check as well this: blog.hostonnet.com/parted
– Bart
2 days ago
try editing
/etc/fstab with sudo, you need elevated permissions to edit that file. please also put the update to the ticket body instead of a comment.– Bart
2 days ago
try editing
/etc/fstab with sudo, you need elevated permissions to edit that file. please also put the update to the ticket body instead of a comment.– Bart
2 days ago
@Bart Tried in sudo, didn't work.
– veagle88
2 days ago
@Bart Tried in sudo, didn't work.
– veagle88
2 days ago
what does
lsattr /etc/fstab say?– Bart
2 days ago
what does
lsattr /etc/fstab say?– Bart
2 days ago
|
show 2 more comments
1 Answer
1
active
oldest
votes
Formatting seemed to be the key. After that I had to redo some things involving the deleting and creating partitions and altering the partition standard. I don't remember the exact sequence of things.
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%2f536484%2fhow-do-i-update-etc-fstab-for-a-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
Formatting seemed to be the key. After that I had to redo some things involving the deleting and creating partitions and altering the partition standard. I don't remember the exact sequence of things.
add a comment |
Formatting seemed to be the key. After that I had to redo some things involving the deleting and creating partitions and altering the partition standard. I don't remember the exact sequence of things.
add a comment |
Formatting seemed to be the key. After that I had to redo some things involving the deleting and creating partitions and altering the partition standard. I don't remember the exact sequence of things.
Formatting seemed to be the key. After that I had to redo some things involving the deleting and creating partitions and altering the partition standard. I don't remember the exact sequence of things.
answered 2 days ago
veagle88veagle88
54 bronze badges
54 bronze badges
add a comment |
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%2f536484%2fhow-do-i-update-etc-fstab-for-a-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
what's the output of
mount -av? what did you put into/etc/fstab? what did you partition the disk with?– Bart
2 days ago
check as well this: blog.hostonnet.com/parted
– Bart
2 days ago
try editing
/etc/fstabwithsudo, you need elevated permissions to edit that file. please also put the update to the ticket body instead of a comment.– Bart
2 days ago
@Bart Tried in sudo, didn't work.
– veagle88
2 days ago
what does
lsattr /etc/fstabsay?– Bart
2 days ago