In Progress did I accidently erase a my data?

  • Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

generalhand

PCHF Member
Feb 20, 2025
2
0
24
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
 

Attachments

  • 1.5 MB Views: 7
  • 2.1 MB Views: 6
Hello,

When you boot into Linux, are you able to mount the drive?

Try this:

Bash:
lsblk

Find your drive. Make a note of the drive name (sda, sdb, etc). Then run:

Bash:
sudo fdisk -l

Once you can see the drive, make an empty folder to mount it to:

Bash:
sudo mkdir /mnt/mydrive

Then try mounting it:

Bash:
sudo mount /dev/sdX /mnt/mydrive
df -h

Let me know if this works for you
 
  • Like
Reactions: xrobwx71
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 deleted
 
Wait for @jmarket to advise.
However
i havent gone through the full linux download
or do you mean the full install?
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.
 
When you're in the install, try this.

Drop to a TTY by pressing Ctrl + Alt + F2. This will put you in TTY2 which the installer runs on TTY1. When you try the keyboard shortcuts, do you get to a command line?