Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Fuseiso problem
Thank you for your donation

Pages (2): 1 2 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Fuseiso problem
30th Jan, 2013, 03:26 AM
Post: #1
TorodeFuegO Offline
Registered
Posts: 23
Joined: Jan 2013
Reputation: 0
Fuseiso problem
Hi all
I wanted to use fuseiso to mount iso file as user but it doesn't work.
I tested on my laptop on Opensuse 12.2 and it works like a charm.
On Rpi, fuseiso takes 50% of cpu and holds without giving hand back
I tried with sudo mount -o loop -t iso9660 myfile.iso /mount_dir and it works.

Any idea?
Thanks for help
Find all posts by this user
Quote this message in a reply
30th Jan, 2013, 04:52 AM
Post: #2
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: Fuseiso problem
Did you already try playing the .iso file directly or is this not what you want?

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
30th Jan, 2013, 04:56 AM
Post: #3
TorodeFuegO Offline
Registered
Posts: 23
Joined: Jan 2013
Reputation: 0
RE: Fuseiso problem
The iso file is not played by the Rpi, i get only the sound and not the video
The file is ok cause i could play it as i have mounted it
The purpose of my whish is to make an addon to mount iso file as non root user. To do so i need fuseiso
Find all posts by this user
Quote this message in a reply
30th Jan, 2013, 05:16 AM
Post: #4
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: Fuseiso problem
So you want to execute sudo mount without entering a password? This can be easily done by modifying this line in /etc/sudoers
Code:
xbian ALL=(ALL) NOPASSWD: /usr/local/sbin/xbian-config, /sbin/halt, /sbin/reboot, /bin/fbset
to
Code:
xbian ALL=(ALL) NOPASSWD: /usr/local/sbin/xbian-config, /sbin/halt, /sbin/reboot, /bin/fbset, /bin/mount

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
31st Jan, 2013, 04:29 PM
Post: #5
TorodeFuegO Offline
Registered
Posts: 23
Joined: Jan 2013
Reputation: 0
RE: Fuseiso problem
Thanks for the trick. It can be a workaround for me but it does not solve fuseiso problem Sad
Find all posts by this user
Quote this message in a reply
5th Feb, 2013, 07:16 PM
Post: #6
TorodeFuegO Offline
Registered
Posts: 23
Joined: Jan 2013
Reputation: 0
RE: Fuseiso problem
Did anybody try to mount an iso file with fuseiso to give feedback?
Find all posts by this user
Quote this message in a reply
7th Feb, 2013, 10:32 PM
Post: #7
TorodeFuegO Offline
Registered
Posts: 23
Joined: Jan 2013
Reputation: 0
RE: Fuseiso problem
I tried to compile fuseiso from sources but the resul is the same.
Please help me!
Could someone try to mount an iso file with fuseiso pleeaaase Sad
Find all posts by this user
Quote this message in a reply
7th Feb, 2013, 10:47 PM
Post: #8
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: Fuseiso problem
Why don't you play the ISO file directly? First, be sure you are on the latest XBMC by using this guide: http://forum.xbian.org/thread-370.html

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
7th Feb, 2013, 11:13 PM
Post: #9
TorodeFuegO Offline
Registered
Posts: 23
Joined: Jan 2013
Reputation: 0
RE: Fuseiso problem
where can i find release notes?
Find all posts by this user
Quote this message in a reply
7th Feb, 2013, 11:18 PM
Post: #10
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Fuseiso problem
Not online yet.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
7th Feb, 2013, 11:30 PM
Post: #11
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: Fuseiso problem
He probably means the XBMC 12 Final release notes, they can be found here: http://xbmc.org/natethomas/2013/01/29/xbmc-12-0-frodo/

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
7th Feb, 2013, 11:32 PM
Post: #12
TorodeFuegO Offline
Registered
Posts: 23
Joined: Jan 2013
Reputation: 0
RE: Fuseiso problem
thanks Koenkk for help, i'll try your first trick for my addon
Not sure latest release could be able to play iso files
This problem with fuseiso is quite tricky to fix overall
Find all posts by this user
Quote this message in a reply
7th Feb, 2013, 11:51 PM
Post: #13
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
RE: Fuseiso problem
(7th Feb, 2013 11:32 PM)TorodeFuegO Wrote:  thanks Koenkk for help, i'll try your first trick for my addon
Not sure latest release could be able to play iso files
This problem with fuseiso is quite tricky to fix overall

you should be able to play ISO files as I just testing it on few I have available and all plays fine Wink
I mean play by default XBMC without any addons or extra bits

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
7th Feb, 2013, 11:53 PM
Post: #14
TorodeFuegO Offline
Registered
Posts: 23
Joined: Jan 2013
Reputation: 0
RE: Fuseiso problem
thx for feedback rikardo1979
Did u manage to play iso files with new update that u could not play before new release?
Find all posts by this user
Quote this message in a reply
7th Feb, 2013, 11:56 PM
Post: #15
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Fuseiso problem
ISO files have always worked fine here (when installing the MPG2 license of course).

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 19th May, 2025, 01:17 PM Powered By MyBB, © 2002-2025 MyBB Group.