Results 21 to 29 of 29
Well, that all worked however it does not show anything under DVD Shrink 3.2. Is there something in DVD Shrink that needs changed?...
- 05-31-2006 #21
Well, that all worked however it does not show anything under DVD Shrink 3.2. Is there something in DVD Shrink that needs changed?
- 05-31-2006 #22
Do you have a DVD in? If so, what is the output of
?Code:ls -lh /media/dvdrecorder
And of
?Code:ls -lh ~/.wine/dosdevices/
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-31-2006 #23
linux-berlin1:/home/berlin # ls -lh /media/dvdrecorder
total 0
linux-berlin1:/home/berlin # ls -lh ~/.wine/dosdevices/
/bin/ls: /root/.wine/dosdevices/: No such file or directory
linux-berlin1:/home/berlin #
- 05-31-2006 #24Sorry, I mean
Originally Posted by dareofficer
as a user.Code:ls -lh ~/.wine/dosdevices/
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-31-2006 #25
Plus, can you do a:
?Code:cat /usr/share/hal/fdi/policy/95userpolicy/mountpoints.fdi
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-31-2006 #26
linux-berlin1:/home/berlin # cat /usr/share/hal/fdi/policy/95userpolicy/mountpoints.fdi
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
<!-- optical drives -->
<match key="block.device" string="/dev/sr0">
<match key="volume.is_disc" bool="true">
<merge key="volume.policy.should_mount"
type="bool">true</merge>
<merge key="volume.policy.desired_mount_point"
type="string">dvdrecorder</merge>
</match>
</match>
</device>
</deviceinfo>
- 05-31-2006 #27
I have been able to make an iso with decrypter. I have it loaded in DVD Shrink to shrink it down. IS there a Linux program I can use now to burn the image? Where I can I save something in an area I can see from linux or with wine?
Thanks again for all your help today.
- 05-31-2006 #28What I do normally is I make a symlink from wine directory (which is "hidden") to another one I can see:
Originally Posted by dareofficer
As a user (not root):
Now you can browse Wine directory (now linked to /home/yourself/fakewindows).Code:ln -s ~/.wine ~/fakewindows
You can view anything in Wine from Linux.
To burn an ISO? Any CD/DVD burner software will do, but K3B (avalaible in YAST) is the best in my opinion."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-01-2006 #29
That worked just fine. Thanks, you have taught me tons today.


Reply With Quote