How do I do this? I know how to mount ISOS..but doing the same command doesn't seem to work.
Code:
linux:/home/ravencrow/Programs/azureus/Downloads/Complete # mount -o loop d2e.img /media/cdrom
mount: you must specify the filesystem type
I've also tried
Code:
linux:/home/ravencrow/Programs/azureus/Downloads/Complete # mount -o loop -t iso9660 d2e.img /media/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/loop4,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Any idea?