Re: [gentoo-user] son of can't mount vfat part.

2005-12-18 Thread maxim wexler
--- Benno Schulenberg [EMAIL PROTECTED] wrote: maxim wexler wrote: I created a fat32, ID 'b' partition w/fdisk. Formatted w/ mkdosfs -F 32 Please show the output of cfdisk or parted. Using /dev/hda (parted) print Disk

Re: [gentoo-user] son of can't mount vfat part.

2005-12-18 Thread Holly Bostick
maxim wexler schreef: [EMAIL PROTECTED] ~ $ grep FAT /usr/src/linux/.config # CONFIG_X86_MCE_NONFATAL is not set # DOS/FAT/NT Filesystems CONFIG_FAT_FS=y CONFIG_VFAT_FS=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET=iso8859-1 reflex pindar # mount -t fat32 /dev/hda2

Re: [gentoo-user] son of can't mount vfat part.

2005-12-18 Thread Mariusz Pękala
On 2005-12-18 18:18:34 +0100 (Sun, Dec), Holly Bostick wrote: [EMAIL PROTECTED] ~ $ grep FAT /usr/src/linux/.config # CONFIG_X86_MCE_NONFATAL is not set # DOS/FAT/NT Filesystems CONFIG_FAT_FS=y CONFIG_VFAT_FS=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET=iso8859-1

Re: [gentoo-user] son of can't mount vfat part.

2005-12-18 Thread maxim wexler
--- Holly Bostick [EMAIL PROTECTED] wrote: maxim wexler schreef: [EMAIL PROTECTED] ~ $ grep FAT /usr/src/linux/.config # CONFIG_X86_MCE_NONFATAL is not set # DOS/FAT/NT Filesystems CONFIG_FAT_FS=y CONFIG_VFAT_FS=y CONFIG_FAT_DEFAULT_CODEPAGE=437

Re: [gentoo-user] son of can't mount vfat part.

2005-12-18 Thread maxim wexler
--- Mariusz Pêkala [EMAIL PROTECTED] wrote: On 2005-12-18 18:18:34 +0100 (Sun, Dec), Holly Bostick wrote: [EMAIL PROTECTED] ~ $ grep FAT /usr/src/linux/.config # CONFIG_X86_MCE_NONFATAL is not set # DOS/FAT/NT Filesystems CONFIG_FAT_FS=y CONFIG_VFAT_FS=y

Re: [gentoo-user] son of can't mount vfat part.

2005-12-18 Thread Dale
maxim wexler wrote: --- Mariusz Pêkala [EMAIL PROTECTED] wrote: On 2005-12-18 18:18:34 +0100 (Sun, Dec), Holly Bostick wrote: [EMAIL PROTECTED] ~ $ grep FAT /usr/src/linux/.config # CONFIG_X86_MCE_NONFATAL is not set # DOS/FAT/NT Filesystems

Re: [gentoo-user] son of can't mount vfat part.

2005-12-18 Thread Holly Bostick
maxim wexler schreef: --- Mariusz Pêkala [EMAIL PROTECTED] wrote: It would not hurt to modprobe, anyway. ;-) FATAL: Module vfat not found. naturally Maybe it would be worthwhile to recompile your kernel with vfat *as* a module, to see what the effect of modprobing and mounting

Re: [gentoo-user] son of can't mount vfat part[SOLVED].

2005-12-18 Thread maxim wexler
crow eaten Mariusz was on the right track when he asked if it was right kernel. Turns out I had copied the kernel to /boot as itself(bzImage) and not as vmlinuz as per usual. So the older one was still active /crow eaten A stupid mistake, but ironically, one that greatly increased my linux lore

[gentoo-user] son of can't mount vfat part.

2005-12-16 Thread maxim wexler
Hello everybody, I'm recycling this former subject hoping it'll catch the eye of some worthy gentoo afficianado. I created a fat32, ID 'b' partition w/fdisk. Formatted w/ mkdosfs -F 32 Partition is visible from windows: Properties - FAT32 But can't be mounted in gentoo: unknown filesytem type

Re: [gentoo-user] son of can't mount vfat part.

2005-12-16 Thread Benno Schulenberg
maxim wexler wrote: I created a fat32, ID 'b' partition w/fdisk. Formatted w/ mkdosfs -F 32 Please show the output of cfdisk or parted. But can't be mounted in gentoo: unknown filesytem type 'vfat'. In fact the same error occurs w/ -t vfat, -t auto or no specified fs at all. Then you're

Re: [gentoo-user] son of can't mount vfat part.

2005-12-16 Thread Neil Bothwick
On Fri, 16 Dec 2005 22:04:50 +0100, Benno Schulenberg wrote: Then you're still missing something in the kernel. Turn on anything vaguely fattish and dossish in the kernel config. Also maybe try to mount it with -t fat32. And please paste the exact command and output given. You could