All times are UTC-06:00




Post new topic  Reply to topic  [ 11 posts ] 
Author Message
 Post subject: Mounting 80GB FAT32?
PostPosted: Thu Jun 02, 2005 8:14 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 51
Location: Czech Republic
Hi, I would like to know, why this isn't working for me? :-(

$ mount /dev/hdb1 /mnt/pcdisk -tvfat

It's too large (80GB FAT32) partition? How to mount it?
I'm using Gentoo LiveDVD, Niktarix (Knoppix based) mounts this FAT32 disk automatically.


Top
   
 Post subject: Re: Mounting 80GB FAT32?
PostPosted: Fri Jun 03, 2005 12:54 am 
Offline

Joined: Wed Oct 20, 2004 11:20 pm
Posts: 82
luky-amiga,

I assume you are putting a space between "-t" and "vfat." :D

I also assume you have vfat support enabled in the kernel as well as PC BIOS partition support.

Can you post the output of dmesg | grep hdb as root?

--Aaron
Gentoo 2005.0
Kernel 2.6.11-skunk6


Top
   
 Post subject: Re: Mounting 80GB FAT32?
PostPosted: Fri Jun 03, 2005 11:31 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 51
Location: Czech Republic
$ dmesg | grep hdb

ide:0 BM-DMA at 0x1020-0x1027, BIOS settings: hda:pio, hdb:pio
hdb: Maxtor 6Y080L0, ATA DISK drive
hdb: max request size: 128KiB
hdb: 160086528 sectors (81964 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hdb: cache flushes supported

$ mount /dev/hdb1 /mnt/pcdisk -t vfat

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


Top
   
 Post subject: Re: Mounting 80GB FAT32?
PostPosted: Fri Jun 03, 2005 11:42 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 51
Location: Czech Republic
Quote:
I also assume you have vfat support enabled in the kernel as well as PC BIOS partition support.
How can I check this?


Top
   
 Post subject: Re: Mounting 80GB FAT32?
PostPosted: Sat Jun 04, 2005 1:50 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 103
Location: Gothenburg, Sweden
Quote:
Quote:
I also assume you have vfat support enabled in the kernel as well as PC BIOS partition support.
How can I check this?
cat /proc/filesystems | grep vfat
gzip -cd /proc/config.gz | grep MSDOS_PARTITION

If that last one doesn't work try:
cat /usr/src/linux/.config | grep MSDOS_PARTITION

..it should say CONFIG_MSDOS_PARTITION=y.


Top
   
 Post subject: Re: Mounting 80GB FAT32?
PostPosted: Sat Jun 04, 2005 2:25 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 51
Location: Czech Republic
Yes, it says "CONFIG_MSDOS_PARTITION=y".


Top
   
 Post subject: Re: Mounting 80GB FAT32?
PostPosted: Sun Jun 05, 2005 7:59 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 103
Location: Gothenburg, Sweden
Did the first command say "vfat"?


Top
   
 Post subject: Re: Mounting 80GB FAT32?
PostPosted: Sun Jun 05, 2005 9:18 pm 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 51
Location: Czech Republic
No. There is no "vfat" :?


Top
   
 Post subject: Re: Mounting 80GB FAT32?
PostPosted: Tue Jun 07, 2005 1:05 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 103
Location: Gothenburg, Sweden
Ok, then that is most likely the problem. Try modprobe vfat, and if that doesn't work compile vfat support as a module (you find it in: File Systems -> DOS/FAT/NT Filesystems -> MSDOS fs support + VFAT (Windows-95) fs support).


Top
   
 Post subject: Re: Mounting 80GB FAT32?
PostPosted: Tue Jun 07, 2005 2:03 am 
Offline

Joined: Wed Oct 20, 2004 11:20 pm
Posts: 82
luky-amiga,

I'm going to throw this advice in too since this is something that tripped me up.

You'll notice when you enable VFAT that there is a field to select the default codepage. Go to File Systems -> Native Language Support and select the codepage(s) you want (437 for U.S., 805 for Europe) as modules. You must select one of the Codepage XXX entries. Once you know the codepage number, go back to where you enabled VFAT and change (XXX) Default codepage for FAT to the number you want.

--Aaron
Gentoo 2005.5
Kernel 2.6.11-skunk6


Top
   
 Post subject: Re: Mounting 80GB FAT32?
PostPosted: Tue Jun 07, 2005 2:40 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 51
Location: Czech Republic
Quote:
Ok, then that is most likely the problem. Try modprobe vfat, and if that doesn't work compile vfat support as a module (you find it in: File Systems -> DOS/FAT/NT Filesystems -> MSDOS fs support + VFAT (Windows-95) fs support).
modprobe vfat works -> "/proc/filesystems" includes vfat now, but that's all.
Mounting still doesn't work with the same error message :-(

I can try to compile vfat support as a module, but would this change anything?


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 11 posts ] 

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group