I have a folder on my drive, which I would like to try mounting as a iso9660 cd. I've tried

mount -t iso9660 131/ ~/mnt/ -o loop

but mount complains that it is a folder. Is there any way to fake it into thinking it's a dvd? The contents a friend of mine copied are in fact dvd contents from a dvd, and I'd like to be able to view without opening up the "vob" files.

Any way to convince mount that a folder is a cd?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Most media programs will simply accept that a directory contains a DVD filesystem if you point them at it.

For example, VLC's "open DVD" can be used to browse to the folder and play it.

link|improve this answer
feedback

No, there isn't. Use VLC to open the folder as a disc.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.