Losing connecrtion to SDXC drive 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)Chainload boot of Ubuntu installed on 32GB SD card from legacy Grub boot on USBCan't write to flash drive unless rootError mounting microSD card on 14.04How to get access to the hdd's free spaceVery slow load on Ubuntu 18.0418.04 lost all settingsWhy remounting root file system takes a lot of time?Ubuntu 18.04 boot problems/home partition doesn't seem to be mounted in Ubuntu 18.04Boot option not included USB after fully installed in USB with UEFI
Can we generate random numbers using irrational numbers like π and e?
Didn't get enough time to take a Coding Test - what to do now?
Using dividends to reduce short term capital gains?
Is there a writing software that you can sort scenes like slides in PowerPoint?
Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?
Why doesn't shell automatically fix "useless use of cat"?
Am I ethically obligated to go into work on an off day if the reason is sudden?
ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?
What was the last x86 CPU that did not have the x87 floating-point unit built in?
Example of compact Riemannian manifold with only one geodesic.
Word for: a synonym with a positive connotation?
How do spell lists change if the party levels up without taking a long rest?
Do warforged have souls?
Do I have Disadvantage attacking with an off-hand weapon?
Variable with quotation marks "$()"
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Can I visit the Trinity College (Cambridge) library and see some of their rare books
Is every episode of "Where are my Pants?" identical?
Deal with toxic manager when you can't quit
How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?
Simulating Exploding Dice
How did passengers keep warm on sail ships?
Was credit for the black hole image misappropriated?
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
Losing connecrtion to SDXC drive
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)Chainload boot of Ubuntu installed on 32GB SD card from legacy Grub boot on USBCan't write to flash drive unless rootError mounting microSD card on 14.04How to get access to the hdd's free spaceVery slow load on Ubuntu 18.0418.04 lost all settingsWhy remounting root file system takes a lot of time?Ubuntu 18.04 boot problems/home partition doesn't seem to be mounted in Ubuntu 18.04Boot option not included USB after fully installed in USB with UEFI
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
My laptop has a very small internal SSD so I have move /home to my SDXC card. I have the fstab set up as below. It works fine for awhile when I first boot up, but then it loses the mount and cant get it back.
I've tried all sorts of things from the web. I even turned off usb automount thinking maybe it was interfering, but no luck.
Im wondering if it is disabling the USB hub the SDXC communicates through over time. Any good suggestions on how to tell Ubuntu 18.04 nto to ever turn off USB or disconnect external drives?
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p6 during installation
UUID=e7980c7d-441b-4814-a0cc-74ac44139f12 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p2 during installation
UUID=E018-1B48 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
UUID=62f48898-00de-40c1-842d-6623583219c4 /home ext4 errors=remount-ro 0 2
18.04 usb usb-drive
New contributor
add a comment |
My laptop has a very small internal SSD so I have move /home to my SDXC card. I have the fstab set up as below. It works fine for awhile when I first boot up, but then it loses the mount and cant get it back.
I've tried all sorts of things from the web. I even turned off usb automount thinking maybe it was interfering, but no luck.
Im wondering if it is disabling the USB hub the SDXC communicates through over time. Any good suggestions on how to tell Ubuntu 18.04 nto to ever turn off USB or disconnect external drives?
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p6 during installation
UUID=e7980c7d-441b-4814-a0cc-74ac44139f12 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p2 during installation
UUID=E018-1B48 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
UUID=62f48898-00de-40c1-842d-6623583219c4 /home ext4 errors=remount-ro 0 2
18.04 usb usb-drive
New contributor
add a comment |
My laptop has a very small internal SSD so I have move /home to my SDXC card. I have the fstab set up as below. It works fine for awhile when I first boot up, but then it loses the mount and cant get it back.
I've tried all sorts of things from the web. I even turned off usb automount thinking maybe it was interfering, but no luck.
Im wondering if it is disabling the USB hub the SDXC communicates through over time. Any good suggestions on how to tell Ubuntu 18.04 nto to ever turn off USB or disconnect external drives?
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p6 during installation
UUID=e7980c7d-441b-4814-a0cc-74ac44139f12 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p2 during installation
UUID=E018-1B48 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
UUID=62f48898-00de-40c1-842d-6623583219c4 /home ext4 errors=remount-ro 0 2
18.04 usb usb-drive
New contributor
My laptop has a very small internal SSD so I have move /home to my SDXC card. I have the fstab set up as below. It works fine for awhile when I first boot up, but then it loses the mount and cant get it back.
I've tried all sorts of things from the web. I even turned off usb automount thinking maybe it was interfering, but no luck.
Im wondering if it is disabling the USB hub the SDXC communicates through over time. Any good suggestions on how to tell Ubuntu 18.04 nto to ever turn off USB or disconnect external drives?
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p6 during installation
UUID=e7980c7d-441b-4814-a0cc-74ac44139f12 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p2 during installation
UUID=E018-1B48 /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
UUID=62f48898-00de-40c1-842d-6623583219c4 /home ext4 errors=remount-ro 0 2
18.04 usb usb-drive
18.04 usb usb-drive
New contributor
New contributor
New contributor
asked 3 mins ago
Jeffrey KesselmanJeffrey Kesselman
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
);
);
Jeffrey Kesselman is a new contributor. Be nice, and check out our Code of Conduct.
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%2faskubuntu.com%2fquestions%2f1133431%2flosing-connecrtion-to-sdxc-drive%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
Jeffrey Kesselman is a new contributor. Be nice, and check out our Code of Conduct.
Jeffrey Kesselman is a new contributor. Be nice, and check out our Code of Conduct.
Jeffrey Kesselman is a new contributor. Be nice, and check out our Code of Conduct.
Jeffrey Kesselman is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1133431%2flosing-connecrtion-to-sdxc-drive%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