You are not logged in.

#1 2006-10-12 03:18:01

rgt31
Member
From: St. Paul, MN
Registered: 2006-10-12
Posts: 5

VFAT mounting

I for some reason am having trouble mounting a fat32 storage partition. I am using a custom compiled kernel and am sure I have built in support for the filesystem. I have no problems mounting ntfs. Anyways, what I've tried is :
/dev/hda5 /mnt/win_d vfat defaults,auto 0 0 in fstab, as well I've tried
mount -t vfat /dev/hda5 /mnt/win_d. These have always worked for me in the past, just kind of at a loss as to why it's not working now.


My doctor, he says I'm crazy, I asked for a second opinion, he says, Ok , you're a bunghole too.

Offline

#2 2006-10-12 03:20:55

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: VFAT mounting

Is there any error message?

Offline

#3 2006-10-12 14:06:54

rgt31
Member
From: St. Paul, MN
Registered: 2006-10-12
Posts: 5

Re: VFAT mounting

wrong fs type, bad option, bad superblock on /dev/hda5


My doctor, he says I'm crazy, I asked for a second opinion, he says, Ok , you're a bunghole too.

Offline

#4 2006-10-12 22:00:14

rgt31
Member
From: St. Paul, MN
Registered: 2006-10-12
Posts: 5

Re: VFAT mounting

Info from .config :
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=850
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=y

This is dmesg without anything in fstab:
FAT: codepage cp850 not found
Unable to load NLS charset cp850
FAT: codepage cp850 not found

sudo mount /dev/hda5 /mnt/win_d brings up the same error I posted previously.


My doctor, he says I'm crazy, I asked for a second opinion, he says, Ok , you're a bunghole too.

Offline

#5 2006-10-13 01:42:53

rgt31
Member
From: St. Paul, MN
Registered: 2006-10-12
Posts: 5

Re: VFAT mounting

I believe I have the idea. Thanks for the help.
It appears that the default options for default code page was set to 850 when I should have that set to 437. I will also select iso8859-1 for the Default iocharset for FAT as well as select it under Native Language Support


My doctor, he says I'm crazy, I asked for a second opinion, he says, Ok , you're a bunghole too.

Offline

#6 2006-10-13 02:34:45

rgt31
Member
From: St. Paul, MN
Registered: 2006-10-12
Posts: 5

Re: VFAT mounting

It's official, the problem has been solved. Thanks again.


My doctor, he says I'm crazy, I asked for a second opinion, he says, Ok , you're a bunghole too.

Offline

Board footer

Powered by FluxBB