Results 1 to 3 of 3
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
05-02-2012 #1
- Join Date
- May 2012
- Posts
- 1
Installing Linux after both OSes on dual boot machine crashed
Is there any way to install Linux again without losing my files in Windows and Linux, or at least not losing my files in my Windows partition?
Thank you.
-
05-03-2012 #2
- Join Date
- May 2012
- Location
- Novosibirsk
- Posts
- 9
You need to explain which errors you are seeing on the screen now. Can you login to Windows? If no, explain why.
-
05-03-2012 #3
If you can access the shell (command line) in Booted up Ubuntu, then you can mount it manually by following commands
Code:su mkdir /mnt/MyMntPoint mount /xxx/yyy /mnt/MyMountPoint
Code:sudo fdisk -l
Sincerely,
Yasser.