Wine compatibility

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Wine compatibility

Re: Wine compatibility

by Guest » Tue Nov 25, 2014 7:20 pm

Alt wrote:R-Undelete doesn't support Linux file systems, I see no reasons to use it on Linux machines.
If an user has one Win computer (a) and one Linux computer (b) -- isn't it a right decision to attach disk (a) with just-erased-my-precious-data to computer (b) rather than install something on that (a) -- especially if it takes just two code lines?

Re: Wine compatibility

by Alt » Mon Nov 10, 2014 11:08 am

R-Undelete doesn't support Linux file systems, I see no reasons to use it on Linux machines.

Re: Wine compatibility

by Very Anonymous » Sat Nov 08, 2014 6:16 pm

R-Linux supports few filesystems and it's rarely updated.

Please, make R-Studio Undelete compatible with Wine - it's quite easy really.

// b.

Re: Wine compatibility

by Alt » Mon Sep 15, 2014 9:54 am

As I understand, you're talking about R-Undelete. But there's our free program R-Linux that also can create/open R-Drive Image images.

Wine compatibility

by Very Anonymous » Sun Sep 14, 2014 1:03 pm

Hi!

Currently R-Studio Undelete crashes under Wine (ostensibly trying to get direct access to partitions).

Please, if it's not too difficult/not too time consuming, make it compatible with Wine.

Actually, I guess, it's pretty easy to accomplish,

if (ntdll exports the function wine_get_version) {
directIO=false;
} else {
directIO=true;
}

Then later in the code, run directIO routines only if directIO is true.

If you are curious as to why Linux/Wine users might need it, it's because R-Studio Undelete can open drive images and it's very easy in Linux (/dev/sd* /dev/md* devices).

Thank you.

// b.

Top