I have a NAS (mybook world white light) in my living room where all my music and stuff is stored. I've mounted the music folder of the nas in the local music folder of my home directory on my desktop computer.
My fstab entry looks like this:
//192.168.2.222/Public/Shared\040Music/ /home/simon/Musik/ cifs credentials=/home/simon/.smbcredentials,defaults 0 0
A few minutes ago, I moved my home directory on my local desktop computer with the help of this (german) tutorial.
At first everything looks great, but then I realised that my music folder was empty. I think I deleted everything in this step during the tutorial:
umount /home
rm -rf /home/*
Because the music folder was still mounted to /home/simon/Musik :/
Is there a possibility to recover something of the data? As I realized what happened, I shut down the NAS.