LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problems with mount (https://www.linuxquestions.org/questions/linux-newbie-8/problems-with-mount-262759/)

binarybob0001 12-05-2004 03:15 AM

problems with mount
 
Although I have compiled vfat and ntfs support into my kernel, I can't mount either drive. On mounting one harddrive I get the error, "mount: wrong fs type, bad option, bad superblock on /dev/hdb1, or too many mounted file systems." This is after typing "mount -t vfat /dev/hdb1 /mnt/hd2." I know this is the correct command because it's always worked before. On the other mount of type ntfs, I get no error message, but I cannot see my files. Got any ideas of what's going on. I just recompiled the kernel. Thanks, Bobby.

musicman_ace 12-05-2004 03:42 AM

since the command looks good to me, I'd say its more the "too many mounted filesystems" part of the error. If something already mounted on /mnt/hd2

Is root mounting this?

binarybob0001 12-05-2004 04:05 AM

something a little more interesting
 
Here's, something even stranger. Root is mounting the drives. The funny part is, is that the drives can be unmounted. Once unmounted, they cannot be mounted again. Even when they are mounted, you can't read the files. Once unmounted they cannot be remounted. This is strange for sure. Thanks for the help, but I dont think it's the too many mounted drives issue.

binarybob0001 12-05-2004 04:22 AM

update
 
I looked at dmesg's output. There is a message saying
Unable to load NLS charset iso8859-1
FAT: IO charset iso8859-1 not found
However, I compiled this into my kernel.

binarybob0001 12-05-2004 05:10 AM

I figured it out
 
Mount was indeed missing iso8859-1 support. Makemenu config has that number in paranthises under vfat support, but it doesn't seem to include it for some reason. To really include it you have to go to native language support and check that as well. One other thing that I did was reselect support for the dev filesystem. I did not select it before because the configurer said it was "obsolete". If that's true, how will I mount drives in the future, or how am I supposed to mount drives? Thanks

musicman_ace 12-05-2004 05:41 AM

I wouldn't consider /dev obsolete by any means. I'm not sure why it would say that.


All times are GMT -5. The time now is 05:02 AM.