[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

fuseiso9660 refuse to show content of all files in iso image



I am using fuseiso9660 to mount iso images. In /etc/fstab I have line:

fuseiso9660#/mnt/data/music.iso /mnt/data/fuse/cd1 fuse user,allow_other,ro 0 0

This mount desired iso image automatically but I can not acces to all
the files contained in it. That DVD iso image is full of mp3 songs. When
I browse mounted image with 'mc' it shows listing and sizes of all files
and directories but I can not play all the files. Here are some
commands and results:

$ file BLASE.mp3
BLASE.mp3: empty

$ ls -l BLASE.mp3
-r-xr-xr-x 1 root root 2842624 2001-08-21 22:18 BLASE.mp3

$ mplayer BLASE.mp3
MPlayer 1.0rc2-4.3.2-DFSG-free (C) 2000-2007 MPlayer Team
CPU: Intel Celeron A Mendocino/Pentium II Dixon (Family: 6, Model: 6,
Stepping: 0)
CPUflags:  MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled with runtime CPU detection.
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote
control.

Playing BLASE.mp3.
Seek failed


Exiting... (End of file)

mplayer only complains that it can not seek and quit.
Yet some other songs (files) are played normaly.

If I comment out above mentioned line in /etc/fstab and put next one
instead then everything works fine:

/mnt/data/music.iso /mnt/data/fuse/cd1 iso9660 ro,user,loop=/dev/loop0 0 0

Is this known issoue of fuseiso9660 or is it something specific to
my system?

Martin


Reply to: