LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-29-2008, 09:49 AM   #1
Maybe-not
LQ Newbie
 
Registered: Jan 2008
Distribution: Ubuntu, 7.04
Posts: 15

Rep: Reputation: 0
Bad mount of .mdf - "wrong fs type, bad option, bad superblock, on /dev/loop0"


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.
 
Old 02-29-2008, 10:11 AM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
.mdf is proprietary to Alcohol 120%, as far as I am aware. I don't think you can directly mount it since it isn't actually an ISO 9660 image.

As for the output of dmesg...that is all TCP/IP information, presumably from your iptables rules. It has nothing to do with mounting filesystems.
 
Old 02-29-2008, 01:30 PM   #3
Maybe-not
LQ Newbie
 
Registered: Jan 2008
Distribution: Ubuntu, 7.04
Posts: 15

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by MS3FGX View Post
.mdf is proprietary to Alcohol 120%, as far as I am aware. I don't think you can directly mount it since it isn't actually an ISO 9660 image.
Hmm. Do you know of any way to convert it?

Quote:
Originally Posted by MS3FGX View Post
As for the output of dmesg...that is all TCP/IP information, presumably from your iptables rules. It has nothing to do with mounting filesystems.
Lol? The terminal said i should try it when i did the mount command.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mount: wrong fs type, bad option, bad superblock on /dev/sda1 yekim Linux - Hardware 10 07-05-2007 11:28 AM
Can't mount samba server: "wrong fs type, bad option, bad superblock ..." Arla Linux - Networking 5 06-10-2007 01:53 PM
USB stick won't mount ("wrong fs type, bad option, bad superblock ...") Arla Linux - Hardware 4 06-01-2007 07:23 AM
mount: wrong fs type, bad option, bad superblock on /dev/cdrom, Adil_uk Linux - Hardware 9 02-16-2005 05:50 PM
mount: wrong fs type, bad option, bad superblock on /dev/sdb1 pmoreira Linux - Hardware 5 02-26-2004 10:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration