im so fckign stupid i tried to install linux debian from my flash drive and when i went trough the installation it told me few times tht if i do something my other os will be erased but im sure that i made sure i didnt click any of it and when i got back into the booting menu there were those 2 options but in both of them when i open there is only black window with that little thing indicating me to write but i cant do anything. Im fcking crying because i got alot of photos and important stuff on it, is there any way i can get back to it? Please help i will be eternally grateful
did I accidently erase a my data?
Collapse
X
-
Tags: None
-
Hello,
When you boot into Linux, are you able to mount the drive?
Try this:
[ICODE]lsblk[/ICODE]
Find your drive. Make a note of the drive name (sda, sdb, etc). Then run:
[ICODE] sudo fdisk -l[/ICODE]
Once you can see the drive, make an empty folder to mount it to:
[ICODE]sudo mkdir /mnt/mydrive[/ICODE]
Then try mounting it:
Code:sudo mount /dev/sdX /mnt/mydrive df -h
Comment
-
hello, i havent gone through the full linux download so im still in the install menu, and when i open the command line there it says it doesent exist. Should i go trough the installation? I fear if i will it will get definitely deletedComment
-
Wait for jmarket to advise.
However
Originally posted by generalhandi havent gone through the full linux download
Do you have an external drive you can copy data to?
Do you have a spare thumb drive 4-8GB.
If jmarket aggress I would create a bootable Linux distro on the usb and see if you can read the drive
and copy the data to an external drive.
I can supply instructions on how to do this with Ubuntu.
AS I said wait for jmarket as he knows Linux better than I do.Comment
Comment