LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mount: wrong fs type, bad option, bad superblock (https://www.linuxquestions.org/questions/linux-newbie-8/mount-wrong-fs-type-bad-option-bad-superblock-440654/)

jirik 05-01-2006 04:37 PM

mount: wrong fs type, bad option, bad superblock
 
Hi,
I am a new user to linux (I have been playing around with mandriva for two weeks), yet a few days after installation I had to recompile kernel because of some hardware issues regarding ACPI that were solved in the new version. So, now with them solved and almost everything working (i compiled the kernel about 10 times before getting an ok configuration :) the dvds that were working fine woth the old kernel are refusing to mount. I always get the "mount: wrong fs type, bad option, bad superblock " message. Any idea what to configure in the kernel config? I have UDF and ISO enabled, and really do not know where elsewhere to look (tried some blind kernel features checking with no luck :) ... It is v2.6.16.5. Thank you, & sorry for my English:)
Jirka

Brian1 05-01-2006 05:30 PM

Okay how are you mounting? From command line or an Icon on the desktop.
Post exactly what you are doing including exact eroors.
What is in your /etc/fstab?
What is in /etc/filesystem?
Did you add them as a module or compiled into the kernel.

Brian1

cs-cam 05-01-2006 05:45 PM

You mean /proc/filesystems? ;)

Brian1 05-01-2006 06:52 PM

mandrive may not have the file /etc/filesystems. It may just be a Redhat/redhat clone scheme.
Post output of command ' cat /proc/filesystems '

Brian1

jirik 05-02-2006 07:27 AM

Hi, fstab

# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/hda6 / ext3 noatime 1 1
/dev/hdb /mnt/cdrom auto umask=0022,user,iocharset=iso8859-2,codepage=852,noauto,ro,exec,users 0 0
/dev/hda1 /mnt/windows ntfs umask=0022,nls=iso8859-2,ro 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0

and output of cat /proc/filesystems

nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev binfmt_misc
nodev sockfs
nodev usbfs
nodev pipefs
nodev futexfs
nodev tmpfs
nodev inotifyfs
nodev eventpollfs
nodev devpts
ext3
ext2
cramfs
nodev ramfs
msdos
vfat
iso9660
ntfs
udf
nodev mqueue

Jirka

jirik 05-02-2006 07:31 AM

Quote:

Did you add them as a module or compiled into the kernel.
Compiled in kernel..

Brian1 05-03-2006 04:07 PM

Not sure what is going on either myself. Something must be a miss. Most of my filesystems are modules.

Brian1


All times are GMT -5. The time now is 05:10 PM.