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?