Results 1 to 5 of 5
I am using Mandriva 2009 KDE4.
I mounted an ISO file to the mnt folder.
Unfortunately, I did not specify a sub folder (there was nothing there to begin with) ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-15-2008 #1
[SOLVED] Unmounting ISO
I am using Mandriva 2009 KDE4.
I mounted an ISO file to the mnt folder.
Unfortunately, I did not specify a sub folder (there was nothing there to begin with) so the mnt folder in root is now the ISO file I mounted. (oops
)
How do I unmount it?
- 12-16-2008 #2Just Joined!
- Join Date
- Apr 2008
- Location
- Melbourne, Victoria, Australia.
- Posts
- 11
Unless I misunderstood your question, you're just trying to unmount something, right? Then you do
followed by the device or ISO you want to unmount, or the directoy. So you could typeCode:umount
Also you need root privileges to mount and unmount so use sudo.Code:umount /mnt
Hope that helps.
- 12-16-2008 #3
Thanks!
Now, how do I get Xine to read from an ISO of a dvd as if it were an actual dvd?
- 12-18-2008 #4
Try this tool - I haven't used it, so let us know if it works...
Play ISO image with Xine Download - Softpedia
And here is another resource which is more explanatory. Hope this helps, Loy.
View topic - Playing .iso files in Xine :: Bitzenbytes.com :: CompuClues Forum
- 12-19-2008 #5
Thanks.
The tool did not work, but it was useful.
The discussion on Bitzenbytes was much better.
What I did was to create a .desktop file where Softpedia said to make it, but not their file, but the one on Bitzenbytes. This way I am able to open the ISO file from Dolphin, as well as Konqueror.
I will reproduce the final solution here:
Be sure Xine is added in System Settings to iso files. Open System Settings (or Desktop Settings), Advanced tab->File Associations. Find application/x-cd-image and add xine.
Now create a new file with the following code:
And save it as play_iso_in_xine.desktop in /home/yourusername/.kde4/share/kde4/services/ServiceMenus.Code:[Desktop Entry] ServiceTypes=application/x-iso Actions=PlayISOInXine [Desktop Action PlayISOInXine] Name=Play ISO File in Xine Exec=xine -pq --no-splash dvd:/%f
Now, when you right click an ISO file, under Actions is an option to play ISO file in Xine.
Have fun!



