LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-06-2019, 05:04 AM   #46
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,363

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591

boot usb get to cmd
Code:
cmd chkdsk C:/f
cmd chkdsk C:/r
Don't do cmd C:

Last edited by colorpurple21859; 02-06-2019 at 05:30 AM.
 
1 members found this post helpful.
Old 02-06-2019, 04:11 PM   #47
zavmat
Member
 
Registered: Oct 2018
Posts: 184

Original Poster
Rep: Reputation: Disabled
I did that and nothing seems to have happened
 
Old 02-06-2019, 04:25 PM   #48
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,363

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
did it come up with any errors, or the read only error again. Maybe you didn't give it long enough. As said in an earlier post, still may not be able to recover files if chkdsk can't fix the filesystem. maybe there needs to be a space between C: /r

Last edited by colorpurple21859; 02-06-2019 at 04:27 PM.
 
Old 02-06-2019, 04:37 PM   #49
zavmat
Member
 
Registered: Oct 2018
Posts: 184

Original Poster
Rep: Reputation: Disabled
[edit] chkdsk c:/f is running now (I was writing cmd before it) right now C:/r is running there's about an hour left

Last edited by zavmat; 02-06-2019 at 05:06 PM.
 
Old 02-06-2019, 06:21 PM   #50
zavmat
Member
 
Registered: Oct 2018
Posts: 184

Original Poster
Rep: Reputation: Disabled
Chkdsk completed it says it made some recoveries, reallocated space and moved around some files. Still no luck booting into windows

Last edited by zavmat; 02-06-2019 at 06:33 PM.
 
Old 02-06-2019, 06:36 PM   #51
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
you still have to run some commands
Code:
    Boot from the original installation DVD (or the recovery USB)
    At the Welcome screen, click Repair your computer.
    Choose Troubleshoot.
    Choose Command Prompt.
    When the Command Prompt loads, type the following commands: bootrec /FixMbr bootrec /FixBoot bootrec /ScanOs bootrec /RebuildBcd.
https://neosmart.net/wiki/fix-mbr/
 
1 members found this post helpful.
Old 02-06-2019, 08:18 PM   #52
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,363

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
how to repair boot problems https://www.google.com/search?client...utf-8&oe=utf-8
 
Old 02-06-2019, 08:19 PM   #53
zavmat
Member
 
Registered: Oct 2018
Posts: 184

Original Poster
Rep: Reputation: Disabled
Code:
bootrec /fixboot
access denied.
I tried the second answer here

https://answers.microsoft.com/en-us/...c-81e572d546df

access still denied.

Code:
V:\>format V: /FS:FAT32
The type of the file system is FAT32.
Enter current volume label for drive V: SYSTEM

WARNING ALL DATA ON NON-REMOVABLE DISKANDAR
DRIVE V: WILL BE LOST!
Procked with Format (Y/N) n
V: is Volume 4 System FAT32 Partition 200MB Healthy Hidden
that's the boot partition is it not?

Last edited by zavmat; 02-06-2019 at 08:39 PM.
 
Old 02-06-2019, 08:55 PM   #54
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,363

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
according to your fdisk output in post 3 it is.
 
Old 02-06-2019, 09:01 PM   #55
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,363

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
try running chkdsk on the efi partition
 
Old 02-06-2019, 09:02 PM   #56
zavmat
Member
 
Registered: Oct 2018
Posts: 184

Original Poster
Rep: Reputation: Disabled
Should I go through with the erasure?
 
Old 02-06-2019, 09:09 PM   #57
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,363

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
are you sure volume 4 is your efi partition and not volume 1?
 
Old 02-06-2019, 09:19 PM   #58
zavmat
Member
 
Registered: Oct 2018
Posts: 184

Original Poster
Rep: Reputation: Disabled
volume 4 has the right GUID for efi.

chkdsk found nothing wrong

Last edited by zavmat; 02-06-2019 at 11:14 PM. Reason: neatness
 
Old 02-07-2019, 05:27 AM   #59
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,363

Rep: Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591Reputation: 1591
can you acess your windows files from fedora now?
 
Old 02-07-2019, 11:15 AM   #60
zavmat
Member
 
Registered: Oct 2018
Posts: 184

Original Poster
Rep: Reputation: Disabled
not from the file manager no.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to transfer files from a linux machine to a windows machine which are not in the same network Lakshmi Yallampalli Linux - Networking 6 07-16-2010 04:50 AM
LXer: Wal-Mart's $199 (formerly $198) Linux box is here -- and so is the OS that runs LXer Syndicated Linux News 0 11-07-2007 06:30 AM
Windows Vista (formerly Longhorn) jaz General 39 02-19-2007 08:27 PM
Linux on Averatec (formerly Sotec) 3120V TheFarLeft Linux - General 1 11-29-2003 02:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration