by Alt » Fri Jun 24, 2016 1:20 pm
The reason for which R-Studio keeps the entire file structure in the system 's RAM is far from the idea that the end user might work with a failing drive. We have quite a strict advice for working with a failing HDD: either go to a reputable pro, or, at least, image the drive. R-Studio keeps all the data in RAM because R-Studio not just opens a file system, it deeply analyses it, and all the data needs to be quickly available. Sometimes, that analysis may take a lot of time, and even require more RAM than the system has.
In the future (no data promised!), we plan to implement a kind of such a feature. It will open the folder structure as it's browsed through. Under such file system opening, it will be possible to recover files from FAT/Ext2-4/UFS partitions, and copy only existing (not deleted!) files from NTFS/HFS/ReFS partitions.
The reason for which R-Studio keeps the entire file structure in the system 's RAM is far from the idea that the end user might work with a failing drive. We have quite a strict advice for working with a failing HDD: either go to a reputable pro, or, at least, image the drive. R-Studio keeps all the data in RAM because R-Studio not just opens a file system, it deeply analyses it, and all the data needs to be quickly available. Sometimes, that analysis may take a lot of time, and even require more RAM than the system has.
In the future (no data promised!), we plan to implement a kind of such a feature. It will open the folder structure as it's browsed through. Under such file system opening, it will be possible to recover files from FAT/Ext2-4/UFS partitions, and copy only existing (not deleted!) files from NTFS/HFS/ReFS partitions.