You are not logged in.

#1 2012-04-16 20:32:40

I am Gianluca
Member
From: London, UK
Registered: 2011-05-22
Posts: 195

Determine filesystem of unmounter .iso image

Hi,

I want to open an .iso file. I know that I can do it with this command:

mount -o loop /home/gianluca/vocabulary.iso /mnt/vocabulary/

But it ask me to specify the filesystem type. How can I know it?
I create the .iso file converting a .nrg file.

Thank you for your time,

Gianluca

Last edited by I am Gianluca (2012-04-16 20:32:57)


Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit

Offline

#2 2012-04-16 20:34:24

bjornoslav
Member
Registered: 2011-11-01
Posts: 137

Re: Determine filesystem of unmounter .iso image

Try

mount -o loop -t iso9660 /home/gianluca/vocabulary.iso /mnt/vocabulary/

Did it work?


asus ux303la, core i5@1.6ghz, 8 gb ram, 500gb hdd, hd4400 gpu, crux x64 with openbox

Offline

#3 2012-04-16 20:41:39

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: Determine filesystem of unmounter .iso image

Run file on the iso: file /home/gianluca/vocabulary.iso.  If it's a valid iso, output should be similar to

$ file data.iso 
data.iso: # ISO 9660 CD-ROM filesystem data 'Data                            '

But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

#4 2012-04-16 20:41:59

I am Gianluca
Member
From: London, UK
Registered: 2011-05-22
Posts: 195

Re: Determine filesystem of unmounter .iso image

Thank you! Unfortunately it returns me this:

$ sudo mount -o loop -t iso9660 /home/gianluca/vocabulary.iso /mnt/vocabulary/
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit

Offline

#5 2012-04-16 20:43:27

I am Gianluca
Member
From: London, UK
Registered: 2011-05-22
Posts: 195

Re: Determine filesystem of unmounter .iso image

alphaniner wrote:

Run file on the iso: file /home/gianluca/vocabulary.iso.  If it's a valid iso, output should be similar to

$ file data.iso 
data.iso: # ISO 9660 CD-ROM filesystem data 'Data                            '
/home/gianluca/vocabulary.iso: data

Is 'data' a filesystem?


Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit

Offline

#6 2012-04-16 20:46:40

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: Determine filesystem of unmounter .iso image

No, 'data' means it's unrecognizable. sad


But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

#7 2012-04-16 20:53:31

I am Gianluca
Member
From: London, UK
Registered: 2011-05-22
Posts: 195

Re: Determine filesystem of unmounter .iso image

alphaniner wrote:

No, 'data' means it's unrecognizable. sad

Could it depends on the fact that I convert a .nrg image to .iso?
I used this command:

sudo nrg2iso vocabulary.nrg vocabulary.iso

I still have the .nrg image on my HDD, but if I try to run file on the .nrg file it returns me the same error.


Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit

Offline

#8 2012-04-16 20:53:51

bjornoslav
Member
Registered: 2011-11-01
Posts: 137

Re: Determine filesystem of unmounter .iso image

Try this

mount -o loop -t udf /home/gianluca/vocabulary.iso /mnt/vocabulary/

Did it work now?


asus ux303la, core i5@1.6ghz, 8 gb ram, 500gb hdd, hd4400 gpu, crux x64 with openbox

Offline

#9 2012-04-16 20:58:05

I am Gianluca
Member
From: London, UK
Registered: 2011-05-22
Posts: 195

Re: Determine filesystem of unmounter .iso image

bjornoslav wrote:

Try this

mount -o loop -t udf /home/gianluca/vocabulary.iso /mnt/vocabulary/

Did it work now?

No, it didn't.

# sudo mount -o loop -t udf /home/gianluca/vocabulary.iso /mnt/vocabulary/
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit

Offline

#10 2012-04-16 21:02:28

bjornoslav
Member
Registered: 2011-11-01
Posts: 137

Re: Determine filesystem of unmounter .iso image

Install IsoMaster

sudo pacman -S isomaster

and try to open it there. Can you see its contents?


asus ux303la, core i5@1.6ghz, 8 gb ram, 500gb hdd, hd4400 gpu, crux x64 with openbox

Offline

#11 2012-04-16 21:08:32

I am Gianluca
Member
From: London, UK
Registered: 2011-05-22
Posts: 195

Re: Determine filesystem of unmounter .iso image

It tells me:

Failed to read volume info: 'First volume descriptor type not primary like ISO9660 requires'

If I try with the .nrg image:

Failed to open iso file for reading: 'Failed to open file on the filesystem for reading'

Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit

Offline

#12 2012-04-16 21:16:03

bjornoslav
Member
Registered: 2011-11-01
Posts: 137

Re: Determine filesystem of unmounter .iso image

Something's wrong with the image. From what kind of disk you were making an .nrg/.iso?


asus ux303la, core i5@1.6ghz, 8 gb ram, 500gb hdd, hd4400 gpu, crux x64 with openbox

Offline

#13 2012-04-16 21:16:33

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: Determine filesystem of unmounter .iso image

At this point, I think that the nrg file may be corrupt.  Either that, or it is a "track-at-once" image; according to wikipedia, nrg2iso can't convert this type:

nrg2iso — cross-platform. hardcoded to read all nrg files as disc at once (DAO) type causing it to fail on track at once (TAO) type images.

Last edited by alphaniner (2012-04-16 21:21:02)


But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

#14 2012-04-16 21:23:45

I am Gianluca
Member
From: London, UK
Registered: 2011-05-22
Posts: 195

Re: Determine filesystem of unmounter .iso image

I don't know. It the CD included with the book Cambridge Vocabulary for first Certificate. There are several audio tracks related with the exercise of the book.
I need it because I don't have a CD player on my laptop. So I asked to a friend to create an .iso image, and she gives me this .nrg image.

Last edited by I am Gianluca (2012-04-16 21:25:55)


Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit

Offline

#15 2012-04-16 21:29:44

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: Determine filesystem of unmounter .iso image

I am Gianluca wrote:

...there are several audio tracks...

If it was made from an audio CD, there will be no filesystem (and it should not be mountable).  Maybe try opening the iso with a media player.

However, the best solution, if the source was an audio CD, would be to rip it to mp3 or some such.

Last edited by alphaniner (2012-04-16 21:34:18)


But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

#16 2012-04-16 21:33:55

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Determine filesystem of unmounter .iso image

Ask your friend to convert the tracks to some audio format - mp3/ogg/flac/etc.

Offline

#17 2012-04-16 21:36:13

I am Gianluca
Member
From: London, UK
Registered: 2011-05-22
Posts: 195

Re: Determine filesystem of unmounter .iso image

I can't read it with VLC.
I will try asking my friend to convert it in mp3.
Thank you guys!


Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit

Offline

#18 2012-04-16 21:36:19

bjornoslav
Member
Registered: 2011-11-01
Posts: 137

Re: Determine filesystem of unmounter .iso image


asus ux303la, core i5@1.6ghz, 8 gb ram, 500gb hdd, hd4400 gpu, crux x64 with openbox

Offline

#19 2012-04-16 21:53:52

I am Gianluca
Member
From: London, UK
Registered: 2011-05-22
Posts: 195

Re: Determine filesystem of unmounter .iso image

I didn't work:

fuseiso /home/gianluca/vocabulary.iso /home/gianluca/temp/
init: wrong standard identifier in volume descriptor 0, skipping..
init: wrong standard identifier in volume descriptor 1, skipping..
init: wrong standard identifier in volume descriptor 2, skipping..
init: wrong standard identifier in volume descriptor 3, skipping..
init: wrong standard identifier in volume descriptor 4, skipping..
init: wrong standard identifier in volume descriptor 5, skipping..
init: wrong standard identifier in volume descriptor 6, skipping..
init: wrong standard identifier in volume descriptor 7, skipping..
init: wrong standard identifier in volume descriptor 8, skipping..
init: wrong standard identifier in volume descriptor 9, skipping..
init: wrong standard identifier in volume descriptor 10, skipping..
init: wrong standard identifier in volume descriptor 11, skipping..
init: wrong standard identifier in volume descriptor 12, skipping..
init: wrong standard identifier in volume descriptor 13, skipping..
init: wrong standard identifier in volume descriptor 14, skipping..
init: wrong standard identifier in volume descriptor 15, skipping..
init: wrong standard identifier in volume descriptor 16, skipping..
init: wrong standard identifier in volume descriptor 17, exiting..

Same if I change the mountpoint to /mnt/vocabulary/


Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit

Offline

#20 2012-04-16 21:56:29

bjornoslav
Member
Registered: 2011-11-01
Posts: 137

Re: Determine filesystem of unmounter .iso image

I believe that file is an Audio CD, a 17-track one.

Open VLC, click menu Media > Open Disc...
In the new window that appears, in Disc Selection choose Audio CD, then click Browse... (near Eject-like button).
Open the file. Does it work?


asus ux303la, core i5@1.6ghz, 8 gb ram, 500gb hdd, hd4400 gpu, crux x64 with openbox

Offline

#21 2012-04-16 22:02:49

I am Gianluca
Member
From: London, UK
Registered: 2011-05-22
Posts: 195

Re: Determine filesystem of unmounter .iso image

I was thinking the same thing before open the thread. Unfortunately I can't select the .iso image if I use the Media > Open Disc way sad
I see it but can't select it.


Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit

Offline

#22 2012-04-16 22:04:26

bjornoslav
Member
Registered: 2011-11-01
Posts: 137

Re: Determine filesystem of unmounter .iso image

Type the path to the image in the Disc device text box and see if that works.


asus ux303la, core i5@1.6ghz, 8 gb ram, 500gb hdd, hd4400 gpu, crux x64 with openbox

Offline

#23 2012-04-16 22:11:52

I am Gianluca
Member
From: London, UK
Registered: 2011-05-22
Posts: 195

Re: Determine filesystem of unmounter .iso image

It returns an error message:

Your input can't be opened:
VLC is unable to open the MRL: 'cdda:///home/gianluca/vocabulary.iso'.

Last edited by I am Gianluca (2012-04-16 22:12:03)


Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit

Offline

#24 2012-04-16 22:14:47

defears
Member
Registered: 2010-07-26
Posts: 218

Re: Determine filesystem of unmounter .iso image

I've never had luck converting anything to iso, but,
https://wiki.archlinux.org/index.php/CDemu
this always works.

Offline

#25 2012-04-16 22:16:49

bjornoslav
Member
Registered: 2011-11-01
Posts: 137

Re: Determine filesystem of unmounter .iso image


asus ux303la, core i5@1.6ghz, 8 gb ram, 500gb hdd, hd4400 gpu, crux x64 with openbox

Offline

Board footer

Powered by FluxBB