Here's my system info.
I have recently added two HDDs. I have followed the "Adding a second hard drive..." tutorial. I have successfully partitioned the disks, then I used the Disk Wizard to mount them and verified they are showing properly and that there are proper entries in fstab file.
I then created a new share in the Dashboard and used command line to move that share to one of my new disks. I then updated the path in Dashboard. Thinking that all is well, I moved a few GBs of data to that new share from one of my client PCs.
Then I went to my Dashboard and I was really puzzled when I saw that my OS drive's / partition (/dev/sda3) filled up with data instead of /dev/sdb1 where I expected the new share to be.
When I went to the Location under the new share (/var/hda/files/drives/DATA/newshare) and clicked on 'Get the Size' I got an error that the path is invalid. That was strange because using command line, I could list all my new files under that location. So, I thought perhaps something needs to be updated, so I rebooted.
Now, I'm back and that same share location does not give me an error anymore when I click 'Get the Size', BUT the size is 4KB - i.e. it's empty!
When I go to Disks > Partitions, I can clearly see that there's data in /dev/sda3 based on its size. How do I find that data, so I can move it to the proper share on the new disk?
I have tried the find command from command line to see if I can locate the actual directory where it is and move the whole folder to the share on the new disk, but I cannot find anything. I have tried this as I know I have a few folders with name containing '2012'.
Code: Select all
[root@localhost ~]# find / -type d -iname '*2012*' -ls

Thanks for any help.