I copied the files from Windows 10 C: partition to Debian Squeeze partition- Now Debian buster can't see the files
by PicardDefendingData from LinuxQuestions.org on (#4WY31)
I have installed Debian Buster 10.2 and it works perfectly.
But before the installation process, I backed up the data of windows 10 partition like below:
With debian stretch installed I did like this:
mkdir /winstorage
mkdir /mnt
mount /dev/sdb2 /mnt
Warning error ro only.....
cp -R /mnt/* /winstorage
And then I could see all the files.
Now after the installation of Debian Buster I can't see the files in winstorage. All I see is System Volume Information and Recycle Bin. By the way /dev/sdb2 is the windows partition C: Drive. I am 100% sure. I checked it after mounting the drive.
Aren't the files being copied to winstorage? But it took 1 hour to copy all the files recursively.


But before the installation process, I backed up the data of windows 10 partition like below:
With debian stretch installed I did like this:
mkdir /winstorage
mkdir /mnt
mount /dev/sdb2 /mnt
Warning error ro only.....
cp -R /mnt/* /winstorage
And then I could see all the files.
Now after the installation of Debian Buster I can't see the files in winstorage. All I see is System Volume Information and Recycle Bin. By the way /dev/sdb2 is the windows partition C: Drive. I am 100% sure. I checked it after mounting the drive.
Aren't the files being copied to winstorage? But it took 1 hour to copy all the files recursively.