You are not logged in.
Pages: 1
I'm trying to mount my old Diablo 1 CD so I can play it (I assume Wine can play it, anyway). Well, I'm using pcmanfm as my file manager, and when I select my CD rom drive it spits out this error message at me
The volume "DIABLO" uses the iso9660 file system which is not supported by your system
Any idea how I can mount it? I googled but didn't find anything...
Offline
Yes, I did. I'd be happy to post the output.
[nelson@beta-pc ~]$ sudo mount /dev/cdrom /media/cdrom
mount: unknown filesystem type 'iso9660'
[nelson@beta-pc ~]$ sudo mount -t iso9660 /dev/cdrom /media/cdrom
mount: unknown filesystem type 'iso9660'
[nelson@beta-pc ~]$
Any ideas?
Offline
I decided to try this so I could install from the HDD instead of the CD, but I'm having a problem...
dd if=/dev/cdrom of=~/Diablo.iso
And that worked fine, I have the iso in my home directory now. Unfortunately, when I try to mount it...
[nelson@beta-pc ~]$ sudo mount -o loop ~/Diablo.iso /media/diablo/
mount: could not find any device /dev/loop#
Anyone can help?
Offline
Whoops, solved. My CDrom was listed in fstab. That was causing the problem. Thanks for trying to help.
Offline
Ah, thanks for that. None of the guides I saw told me that I had to do that.
Offline
Only place it's really referenced is http://wiki.archlinux.org/index.php/CD_Burning_Tips
Offline
Hi, you can also add loop to the modules list in /etc/rc.conf to have it loaded at boot.
Offline
Pages: 1