
I trust that you have made a directory /win95. If so, try - $mount -t vfat /dev/hdb1 /win95 When you recompiled your kernel, I hope you also added vfat support. -----Original Message----- From: Mark Hanna <joker01@tca.net> To: suse-linux-e@suse.com <suse-linux-e@suse.com> Date: Wednesday, September 02, 1998 6:57 PM Subject: [SuSE Linux] fat32
I have a secondary drive with Win95 installed. I am trying to mount that drive in linux. I recently patched my kernel to 2.0.35 and recomplied with Natuarl Language support, codepage437, and the first ISO option. I am unable to mount the drive. mount /dev/hdb1 /win95 doesn't work and neither does mount -t fat32 /dev/hdb1 /win95. Any help would be appreciated.
Mark Hanna
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e

yes configured the kernel to support vfat and fat32 and I recompiled. whenever I try to mount it says that vfat and fat32 are not supported by the kernel Ken Archer wrote:
I trust that you have made a directory /win95. If so, try -
$mount -t vfat /dev/hdb1 /win95
When you recompiled your kernel, I hope you also added vfat support.
-----Original Message----- From: Mark Hanna <joker01@tca.net> To: suse-linux-e@suse.com <suse-linux-e@suse.com> Date: Wednesday, September 02, 1998 6:57 PM Subject: [SuSE Linux] fat32
I have a secondary drive with Win95 installed. I am trying to mount that drive in linux. I recently patched my kernel to 2.0.35 and recomplied with Natuarl Language support, codepage437, and the first ISO option. I am unable to mount the drive. mount /dev/hdb1 /win95 doesn't work and neither does mount -t fat32 /dev/hdb1 /win95. Any help would be appreciated.
Mark Hanna
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e

Mark Hanna wrote:
yes configured the kernel to support vfat and fat32 and I recompiled. whenever I try to mount it says that vfat and fat32 are not supported by the kernel
Ken Archer wrote:
Doesn't sound like it decided to put the support in. What was your command line to recompile and install? -- Aaron Seelye Running S.u.S.E. 5.2 <A HREF="http://revolution.3-cities.com/~roberto"><A HREF="http://revolution.3-cities.com/~roberto</A">http://revolution.3-cities.com/~roberto</A</A>> - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e

are you positive that you put the new kernel in the proper place and ran lilo? On Wed, 2 Sep 1998, Aaron Seelye wrote:
Mark Hanna wrote:
yes configured the kernel to support vfat and fat32 and I recompiled. whenever I try to mount it says that vfat and fat32 are not supported by the kernel
Ken Archer wrote:
Doesn't sound like it decided to put the support in. What was your command line to recompile and install?
-- Aaron Seelye Running S.u.S.E. 5.2 <A HREF="http://revolution.3-cities.com/~roberto"><A HREF="http://revolution.3-cities.com/~roberto</A">http://revolution.3-cities.com/~roberto</A</A>> - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e

make dep ; make clean ; make zlilo ; make modules ; make modules_install
Mark Hanna wrote:
yes configured the kernel to support vfat and fat32 and I recompiled. whenever I try to mount it says that vfat and fat32 are not supported by the kernel
Ken Archer wrote:
Doesn't sound like it decided to put the support in. What was your command line to recompile and install?
-- Aaron Seelye Running S.u.S.E. 5.2 <A HREF="http://revolution.3-cities.com/~roberto"><A HREF="http://revolution.3-cities.com/~roberto</A">http://revolution.3-cities.com/~roberto</A</A>> - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e

Em 03-Sep-98 as 11:50:33, Mark Hanna escreveu:
make dep ; make clean ; make zlilo ; make modules ; make modules_install
do 'depmod -a' in your kernel source directory. Best regards, Jorge Silva - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e

Mark Hanna wrote:
make dep ; make clean ; make zlilo ; make modules ; make modules_install
There's the problem (I think). I always run /sbin/lilo , just to be sure. Also, make sure that /vmlinuz is new. -- Aaron Seelye Running S.u.S.E. 5.2 <A HREF="http://revolution.3-cities.com/~roberto"><A HREF="http://revolution.3-cities.com/~roberto</A">http://revolution.3-cities.com/~roberto</A</A>> - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e

I checked....my vmlinuz is old. It appears it hasn't been updated. How do I sucessfully update it?
Mark Hanna wrote:
make dep ; make clean ; make zlilo ; make modules ; make modules_install
There's the problem (I think). I always run /sbin/lilo , just to be sure. Also, make sure that /vmlinuz is new.
-- Aaron Seelye Running S.u.S.E. 5.2 <A HREF="http://revolution.3-cities.com/~roberto"><A HREF="http://revolution.3-cities.com/~roberto</A">http://revolution.3-cities.com/~roberto</A</A>> - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e

HiHo...
I checked....my vmlinuz is old. It appears it hasn't been updated. How do I sucessfully update it?
after make config, make clean, make zImage, make modules and make modules install you have to copy /usr/src/linux/arch/i386/boot/zImage to /vmlinuz and then run /sbin/lilo or you can use every other name for the kernel in / when you fill it correct in /etc/lilo.conf _____________________________________________________ XHPONOZON next event: stephan martin panasonic zeltnerstr. 7 imminent starvation 90443 nuernberg vromb fon: +49.911.225603 vidna obmana fax: +49.911.225606 rosa crux info@xhponozon.com 05/09/1998 <A HREF="http://www.xhponozon.com"><A HREF="http://www.xhponozon.com</A">http://www.xhponozon.com</A</A>> e-werk/erlangen ----------------------------------------------------- - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e
participants (6)
-
chaos@odn.de
-
jgsilva@ESOTERICA.PT
-
joker01@tca.net
-
karcher@idworld.net
-
roberto@cbvcp.com
-
zen@toyzworkz.com