Har mountat ett spel förut utan problem, men nu har det slutat att fungera...
Kod: Markera allt
root@neko:/home/neko/ff7# ls
ff7_2.ISO ff7_3.ISO ff7_4.ISO ff7_install.ISO
root@neko:/home/neko/ff7# mount -o loop ff7_install.ISO /media/iso
mount: you must specify the filesystem type
root@neko:/home/neko/ff7# mount -o loop -t ext3 ff7_install.ISO /media/iso
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
root@neko:/home/neko/ff7# mount -o loop -t iso9660 ff7_install.ISO /media/iso
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
root@neko:/home/neko/ff7#