URGENT: help recovering lost data
Posted
by
Niels Kristian
on Server Fault
See other posts from Server Fault
or by Niels Kristian
Published on 2012-11-30T03:37:11Z
Indexed on
2012/11/30
5:07 UTC
Read the original article
Hit count: 218
data-recovery
|fstab
I have made a directory: sudo mkdir /ssd
, the directory was supposed to be mounted to a raid array called md3. This was done by adding /dev/md3 /ssd auto defaults 0 0
to fstab. Then after a while where I had used the directory, I realized that I had forgotten to run sudo mount -a
- and then I did, and now the data is gone. I tried to uncomment the line in fstab and run sudo mount -a
but that didn't get back my data. What can I do!?
CONTENT OF FSTAB:
proc /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
/dev/md/0 none swap sw 0 0
/dev/md/1 /boot ext3 defaults 0 0
/dev/md/2 / ext4 defaults 0 0
/dev/md3 /ssd auto defaults 0 0
© Server Fault or respective owner