So i was trying to mount this mdf file. I get this error.
$ sudo mount -o loop -t iso9660 Doomsday.mdf /media/cdrom0/
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
I'm not that much of an expert on these matters, but i did try dmseg | tail
it gave this output:
Code:
[ 2720.336000] Inbound IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:06:45:eb:e5:95:08:00 SRC=127.0.0.1 DST=255.255.255.255 LEN=180 TOS=0x00 PREC=0x00 TTL=64 ID=15721 PROTO=UDP SPT=50527 DPT=2222 LEN=160
[ 2751.444000] Inbound IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:06:45:eb:e5:95:95:08:00 SRC=127.0.0.1 DST=255.255.255.255 LEN=180 TOS=0x00 PREC=0x00 TTL=64 ID=15724 PROTO=UDP SPT=50528 DPT=2222 LEN=160
[ 2759.940000] Inbound IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:06:45:eb:e5:95:95:08:00 SRC=127.0.0.1 DST=255.255.255.255 LEN=180 TOS=0x00 PREC=0x00 TTL=64 ID=15725 PROTO=UDP SPT=50529 DPT=2222 LEN=160
[ 2780.344000] Inbound IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:06:45:eb:e5:95:95:08:00 SRC=127.0.0.1 DST=255.255.255.255 LEN=180 TOS=0x00 PREC=0x00 TTL=64 ID=15727 PROTO=UDP SPT=50530 DPT=2222 LEN=160
[ 2783.608000] Inbound IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:06:45:eb:e5:95:16:08:00 SRC=127.0.0.1 DST=255.255.255.255 LEN=52 TOS=0x00 PREC=0x00 TTL=255 ID=0 PROTO=UDP SPT=53257 DPT=53 LEN=32
[ 2811.448000] Inbound IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:06:45:eb:e5:95:95:08:00 SRC=127.0.0.1 DST=255.255.255.255 LEN=180 TOS=0x00 PREC=0x00 TTL=64 ID=15728 PROTO=UDP SPT=50531 DPT=2222 LEN=160
[ 2819.944000] Inbound IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:06:45:eb:e5:95:08:00 SRC=127.0.0.1 DST=255.255.255.255 LEN=180 TOS=0x00 PREC=0x00 TTL=64 ID=15729 PROTO=UDP SPT=50532 DPT=2222 LEN=160
[ 2840.348000] Inbound IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:06:45:eb:e5:95:08:00 SRC=127.0.0.1 DST=255.255.255.255 LEN=180 TOS=0x00 PREC=0x00 TTL=64 ID=15730 PROTO=UDP SPT=50533 DPT=2222 LEN=160
[ 2871.452000] Inbound IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:06:45:eb:e5:95:08:00 SRC=127.0.0.1 DST=255.255.255.255 LEN=180 TOS=0x00 PREC=0x00 TTL=64 ID=15731 PROTO=UDP SPT=50534 DPT=2222 LEN=160
[ 2879.952000] Inbound IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:06:45:eb:e5:95:08:00 SRC=127.0.0.1 DST=255.255.255.255 LEN=180 TOS=0x00 PREC=0x00 TTL=64 ID=15732 PROTO=UDP SPT=50535 DPT=2222 LEN=160
Sad part is, i have no idea what that means. IP and mac both changed.