#Big problem I may have lost all my stuff because i'm dumb
1 messages · Page 1 of 1 (latest)
Where is old?
All my important things were in old
I definitely haven't formatted the drive because world_backups is still here:
find /home -type d -name "old"
but if you have everything mounted to the same place then the directory structure should be the same
why is it different?
ssd was mounted on Desktop/ssd
where is it mounted now
Desktop/ssd
but i've reinstalled arch
on the other drive
is it possible that the data wasn't being saved on dev/sda3?
it is possible that you had overlayed mounts
where there was stuff inside the folder that you were mouting the drive to
that can make it so that stuff gets saved to the other drive
yes it's possible
this was like this for ages
I lost so much stuff
how does that even work? why is it allowed?
so you're telling me that the stuff was actually being saved in /home/giorkos/Desktop/ssd/old on the drive that i just formatted?
i believe so
this is killing me
that's what it sounds like anyway
it was doing this for a whole year 😢
and i never noticed
i just thought i was putting stuff on my other drive
it may be possible to use recovery tools to get some of your stuff back, if you didn't write over the whole drive and just messed with the partition table
I think i wrote over everything
I used auto partition
with archfi
and then again with archinstall
you know what's weird?
I saw this happen while i was in the arch iso
And i thought it was just how it was displayed in the arch iso
And i went back to the linux install to check
And i saw everything there
So i was like ok
let's continue
i'm not sure how archfi/archiso handle it but i would imagine that they just create new partitions. there's not much reason to erase a drive unless it's for security reasons
it can take a long time and is quite bad for SSDs
but basically they can search for the file system still intact on the drive in space that is now considered unused
sorry to hear that
yeah you should always make sure that folders you're mounting stuff to are empty
How is it possible that something so stupid exists? For what reason would anyone want double mounted drives
unless you know what you are doing
idk
you can also mount multiple drives to the same place
I'm pretty sure the ssd folder was empty when i mounted it for the first time
something probably f'ed up for no reason
Wait
I have a question
How is it possible that world_backups is still here?
@edgy pine
how would it mount one folder on the nvme and another on the ssd
I'm pretty sure old was created after the drive was mounted
I created it today
i think if the drive wasn't mounted and you added stuff to Desktop/ssd then it would stay on the main partition where /home is, but if you created Desktop/ssd/world_backups while it was mounted then it would continue to exist on the secondary drive
so how did ls show me both world_backups and old at the same time?
if i have nothing mounted to /mnt and do mkdir /mnt/local_dir
then i mount /dev/sdb1 /mnt and sdb1 has other_dir
then ls /mnt would show me local_dir and other_dir
so basically this whole time it just wasn't mounting anything?
i think it probably was, but old was on the main partition?
that's really fucking stupid
there was no indication that this was happening
I just did cd ssd
mkdir old
yeah it doesn't warn you
that should be on the other drive
how tf is it so dumb as to make it on the same drive while dev/sda3 is mounted on Desktop/ssd
how would I even possibly do it correctly?
mkdir Desktop/ssd/dev/sda3/old?
if the drive is mounted and you make a new dir in the mountpoint then the dir should go on the drive
the mountpoint was ssd
is opc anything?
was the mountpoint not Desktop/ssd?
stuff like this is why i have hard drives in my pc that hold nothing but hourly backups of my main SSD
in a hidden file maybe? do ls -a
the find command earlier would've found it
well you can always try testdisk or something, zips especially will be recoverable with that