Mount in Mandrake


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Mount in Mandrake
# 1  
Old 08-09-2001
Question Mount in Mandrake

My friend is trying to mount a fat32 hd in Mandrake 8.0 and he is using this command with this result:

mount -t vfat /dev/hdb1 /home/win

mount: wrong fs type, bad option, bad superblock on /dev/hdb1, or too many mounted file systems


I have never mounted a fat fs on a unix box so I am asking for your help.
# 2  
Old 08-09-2001
check the mount man page. it should list avaliable filesystem types. and it might even say something about fat32.

this thread was found on a search for mount fat32 +mandrake.
Its not in english but the commands are. see what you have compaired to what he has.

http://www.flug.dk/pipermail/flug-te...il/002336.html
# 3  
Old 08-09-2001
May be you don't have vfat enabled while compiling the kernel.

First check in /proc/filesystem (if u compiled it in to kernel; usually not)
If it is not listed vfat look in /lib/modules/**kernelversion**/fs/vfat.o

If vfat is there try modprobe vfat.

Otherwise rebuild your kernel with vfat support.



# 4  
Old 08-09-2001
Well, checked it out and vfat was not in the /proc/filesystems so I did the modprobe as suggested and it did put this in the /proc/filesystems. Even with this it has returned the same error. So, now I guess we are left to rebuild the kernel....could someone instruct me on how to do this? Is this a long and difficult process? Thanks for the help.
# 5  
Old 08-09-2001
there are many extreamly well writing documents on the net on how to recompile your kernal. There are many steps, i would think a bit more then just a forum post could handle.

# 6  
Old 08-10-2001

Try:
mount -t auto /dev/hdb1 /home/win

That usually works for me...

 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script to mount nas-share using generated credentials (mount EC 13,32)

Heyas At home i have 1 nas with 3 shares, of which i used to mount 2 of them using a script with hardcoded password and username in it. EDIT: Turns out, its not the script, but 'how i access' the nas share.. (-o user=XY,password=... VS. -o credentials=...). Figured about credential files,... (0 Replies)
Discussion started by: sea
0 Replies

2. UNIX for Advanced & Expert Users

mount -t cifs permission denied by mount -t smbfs works fine

I am having trouble mounting with cifs, but mounting the exact same command with smbfs works fine. The share is on another samba server and is set to full public guest access. # mount -t cifs //servername/sharename /mnt/temp -o password="" mount error 13 = Permission denied Refer to the... (3 Replies)
Discussion started by: humbletech99
3 Replies

3. Linux

mandrake

I just installed mandrake 9.2, and all I want right now is for gaim to allow me to use msn.. The version I got now is 0.59.? and I have tried to get the latest version but when I downloaded the rpm it said that there were errors... can someone help... for my rpm packaging I have went to Urpmi and... (3 Replies)
Discussion started by: flimzzy
3 Replies

4. UNIX for Dummies Questions & Answers

mandrake 10

i just got mandrake 10 and i installed xine the latest why does it crash my xserver and how do i fix this problem in mandrake 8 - 9.2 i had no problmes with xine until now with 10 (2 Replies)
Discussion started by: amicrawler2004
2 Replies

5. UNIX for Dummies Questions & Answers

need help mandrake os

my hdd root dir keeps dumping on me but when i install i use native linux format i i lost again yesterday is there a recovery methead? or a safe mode that i can go into ? i made a boot disk is it wise to let the formater program to auto alcate? give me a 5gb root drive and a 37gb home i relly... (1 Reply)
Discussion started by: amicrawler2000
1 Replies

6. UNIX for Dummies Questions & Answers

Mandrake

I read the old posts about dual booting windows and linux, and I just wanted to clarify something: If I buy the mandrake version of linux, will that by itself partition the hard drive, or do I still have to get a copy of partition magic? If the mandrake version can do it, is it an easy process? ... (6 Replies)
Discussion started by: luke314pi
6 Replies

7. UNIX for Dummies Questions & Answers

mandrake and os X

can i run mac os X stuff in mandrake? on a intel computer? (1 Reply)
Discussion started by: amicrawler
1 Replies

8. UNIX for Dummies Questions & Answers

mandrake 7.0 and X

I have problems. I have to use Mandrake 7.0 for a college course and I have it installed and I can do all the command line stuff, but I want to get to the GUI. Problem is, I can't start X. SO, after doing some searching on google, I downloaded XFree86 4.0.1 and the latest driver for my video... (2 Replies)
Discussion started by: ober5861
2 Replies

9. UNIX Desktop Questions & Answers

Mandrake 8.1

Hi all, I have copied three .ISO files for Mandrake 8.1 from a Linux DVD onto my work LAN. They are: Mandrake81-cd1-inst.I586.iso Mandrake81-cd2-ext.I586.iso Mandrake81-cd3-supp.I586.isoThey're all +650M in size and I'd like to know what I need to do in order to create the three CD's... (3 Replies)
Discussion started by: Cameron
3 Replies

10. UNIX for Dummies Questions & Answers

how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command?

Hi... question is this: How do I mount an LVD hotswap scsi drive in bay #2 on a netra using the mount command? volmgt doesn't seem to mount it and/or I don't know how to view the drives data if it's formatted which it may not be. This drive is not new out of the box so I'm not sure. ... (4 Replies)
Discussion started by: soulshaker
4 Replies
Login or Register to Ask a Question