Mounted Drive, Now it won't boot? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionNeed to boot Windows 7 from Grub rescue command promptCannot mount second 1TB harddrive in Linux, works fine in Windows 8.1Linux can't read and write, but windows canM17: Trying to mount Windows 10 .iso onto partition via terminal, getting “block device ? is write-protected, mounting read-only”. Can I get a help?"Changed motherboard, CPU and RAM — now I get a reboot loop after selecting Debian from GRUBNTFS Drive Corrupted After Using NTFSFix and CHKDSKCan't boot into Windows after updating boot partition tableUnable to mount FAT32 USB drive in Mint (“is not a block device”)Can't mount dual-boot partition, Windows is hibernated?Input/Output error after moving files on external hard-drive
What do you call the main part of a joke?
What is the difference between globalisation and imperialism?
Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode
Strange behavior of Object.defineProperty() in JavaScript
Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?
Is there a kind of relay that only consumes power when switching?
MLE of the unknown radius
How fail-safe is nr as stop bytes?
Using audio cues to encourage good posture
Most bit efficient text communication method?
When a candle burns, why does the top of wick glow if bottom of flame is hottest?
What would you call this weird metallic apparatus that allows you to lift people?
Why is Nikon 1.4g better when Nikon 1.8g is sharper?
Why is it faster to reheat something than it is to cook it?
Significance of Cersei's obsession with elephants?
How do living politicians protect their readily obtainable signatures from misuse?
What initially awakened the Balrog?
Selecting user stories during sprint planning
Do wooden building fires get hotter than 600°C?
How to get all distinct words within a set of lines?
Is there hard evidence that the grant peer review system performs significantly better than random?
One-one communication
Project Euler #1 in C++
Do I really need to have a message in a novel to appeal to readers?
Mounted Drive, Now it won't boot?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionNeed to boot Windows 7 from Grub rescue command promptCannot mount second 1TB harddrive in Linux, works fine in Windows 8.1Linux can't read and write, but windows canM17: Trying to mount Windows 10 .iso onto partition via terminal, getting “block device ? is write-protected, mounting read-only”. Can I get a help?"Changed motherboard, CPU and RAM — now I get a reboot loop after selecting Debian from GRUBNTFS Drive Corrupted After Using NTFSFix and CHKDSKCan't boot into Windows after updating boot partition tableUnable to mount FAT32 USB drive in Mint (“is not a block device”)Can't mount dual-boot partition, Windows is hibernated?Input/Output error after moving files on external hard-drive
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I was playing around with mounting and unmounting a Windows drive. I finished and tried to restart my computer, but Windows entered recovery mode and won't let me access my data. I know it's still there, since when I open GParted, it shows that 284Gb are being used, which is about how much all of my data is supposed to take up right now. When I mount it, however, it just gives me a couple of log files in a Windows folder. Any ideas?
mount windows
New contributor
add a comment |
I was playing around with mounting and unmounting a Windows drive. I finished and tried to restart my computer, but Windows entered recovery mode and won't let me access my data. I know it's still there, since when I open GParted, it shows that 284Gb are being used, which is about how much all of my data is supposed to take up right now. When I mount it, however, it just gives me a couple of log files in a Windows folder. Any ideas?
mount windows
New contributor
1
If you comment out the line in/etc/fstab
for the Windows/ntfs drive, does it boot? If it does, then uncomment the lne in/etc/fstab
and use the commandmount -a
and see if it gives any errors.
– Nasir Riley
Apr 15 at 0:56
Did you see any error in Windows boot? What are the entries in/etc/fstab
? Did you write any file from Linux in that Windows drive?
– Biswapriyo
Apr 15 at 6:59
add a comment |
I was playing around with mounting and unmounting a Windows drive. I finished and tried to restart my computer, but Windows entered recovery mode and won't let me access my data. I know it's still there, since when I open GParted, it shows that 284Gb are being used, which is about how much all of my data is supposed to take up right now. When I mount it, however, it just gives me a couple of log files in a Windows folder. Any ideas?
mount windows
New contributor
I was playing around with mounting and unmounting a Windows drive. I finished and tried to restart my computer, but Windows entered recovery mode and won't let me access my data. I know it's still there, since when I open GParted, it shows that 284Gb are being used, which is about how much all of my data is supposed to take up right now. When I mount it, however, it just gives me a couple of log files in a Windows folder. Any ideas?
mount windows
mount windows
New contributor
New contributor
edited Apr 15 at 3:44
Rui F Ribeiro
42.2k1484142
42.2k1484142
New contributor
asked Apr 14 at 22:42
James ConnorJames Connor
11
11
New contributor
New contributor
1
If you comment out the line in/etc/fstab
for the Windows/ntfs drive, does it boot? If it does, then uncomment the lne in/etc/fstab
and use the commandmount -a
and see if it gives any errors.
– Nasir Riley
Apr 15 at 0:56
Did you see any error in Windows boot? What are the entries in/etc/fstab
? Did you write any file from Linux in that Windows drive?
– Biswapriyo
Apr 15 at 6:59
add a comment |
1
If you comment out the line in/etc/fstab
for the Windows/ntfs drive, does it boot? If it does, then uncomment the lne in/etc/fstab
and use the commandmount -a
and see if it gives any errors.
– Nasir Riley
Apr 15 at 0:56
Did you see any error in Windows boot? What are the entries in/etc/fstab
? Did you write any file from Linux in that Windows drive?
– Biswapriyo
Apr 15 at 6:59
1
1
If you comment out the line in
/etc/fstab
for the Windows/ntfs drive, does it boot? If it does, then uncomment the lne in /etc/fstab
and use the command mount -a
and see if it gives any errors.– Nasir Riley
Apr 15 at 0:56
If you comment out the line in
/etc/fstab
for the Windows/ntfs drive, does it boot? If it does, then uncomment the lne in /etc/fstab
and use the command mount -a
and see if it gives any errors.– Nasir Riley
Apr 15 at 0:56
Did you see any error in Windows boot? What are the entries in
/etc/fstab
? Did you write any file from Linux in that Windows drive?– Biswapriyo
Apr 15 at 6:59
Did you see any error in Windows boot? What are the entries in
/etc/fstab
? Did you write any file from Linux in that Windows drive?– Biswapriyo
Apr 15 at 6:59
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
);
);
James Connor 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%2funix.stackexchange.com%2fquestions%2f512457%2fmounted-drive-now-it-wont-boot%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
James Connor is a new contributor. Be nice, and check out our Code of Conduct.
James Connor is a new contributor. Be nice, and check out our Code of Conduct.
James Connor is a new contributor. Be nice, and check out our Code of Conduct.
James Connor is a new contributor. Be nice, and check out our Code of Conduct.
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%2f512457%2fmounted-drive-now-it-wont-boot%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
1
If you comment out the line in
/etc/fstab
for the Windows/ntfs drive, does it boot? If it does, then uncomment the lne in/etc/fstab
and use the commandmount -a
and see if it gives any errors.– Nasir Riley
Apr 15 at 0:56
Did you see any error in Windows boot? What are the entries in
/etc/fstab
? Did you write any file from Linux in that Windows drive?– Biswapriyo
Apr 15 at 6:59