Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fdisk and fat32
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
lucaz
n00b
n00b


Joined: 04 Nov 2003
Posts: 14
Location: Melbourne, Australia

PostPosted: Wed Nov 19, 2003 9:22 pm    Post subject: fdisk and fat32 Reply with quote

I've run into a problem fdisking part of my 80G drive to fat 32 so both windows and gentoo can read and write to the drive. My original plans were to partition the drive as follows
1. linux swap (Swap,512M)
2. linux (ReiserFS,15G)
3. Windows (NTFS,15G)
4. extended partition containing
- 5. /boot (ext2,64MB)
- 6. shared drive (fat32(LBA), remainder of the drive)

I got it paritioned up nicely using the livecd, then proceeded to install windows in its partition. after that was done I noticed that windows treated the drive as though it was unformatted. i then booted off the livecd and tried to mount the fat32 partition but it wont mount (generic error, i think)

I thought maybe it didnt like being in the extended partition, so i tried making the drive into a single 80GB fat partiton but that wouldnt mount either.

can anyone see something I've overlooked? Im able to get windows to format fat32 partitions, but it has that stupid self-enforced 32G limit. I'd really like to get fdisk to make it one large partition
Back to top
View user's profile Send private message
bmichaelsen
Veteran
Veteran


Joined: 17 Nov 2002
Posts: 1277
Location: Hamburg, Germany

PostPosted: Wed Nov 19, 2003 9:39 pm    Post subject: Reply with quote

Code:
3. Windows (NTFS,15G)

I dont know about WinXP, but I am certain (from personal experience) that Win98 doesnt play nice with the other kids if it is not on the first partition ...
Quote:
Im able to get windows to format fat32 partitions, but it has that stupid self-enforced 32G limit.

Use linux
Code:
19.11.03 22:46 bjoern ~$ emerge -s dosfstools
Searching...   
[ Results for search key : dosfstools ]
[ Applications found : 1 ]
 
*  sys-fs/dosfstools
      Latest version available: 2.8-r3
      Latest version installed: 2.8-r3
      Size of downloaded files: 64 kB
      Homepage:    ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/
      Description: dos filesystem tools

it includes mkfs.vfat
Do a
Code:
mkfs.vfat-F 32
Back to top
View user's profile Send private message
OneOfMany
Tux's lil' helper
Tux's lil' helper


Joined: 19 Nov 2003
Posts: 108
Location: Portland, OR USA

PostPosted: Thu Nov 20, 2003 6:11 pm    Post subject: Reply with quote

Another option is to format from a boot floppy (ME and Win2K don't have that FAT32 limitation).

And you do know there are 2 (possibly more) versions of FAT32? There's FAT32b that was introduced back in the Win95 OSR2 days (just before Win98). I can't remember the exact differences between the first and second versions (I think one was to do with enlarging partition limits), but you might look through fdisk's list of supported types and try to find something that looks like a 'b' version.
Back to top
View user's profile Send private message
lucaz
n00b
n00b


Joined: 04 Nov 2003
Posts: 14
Location: Melbourne, Australia

PostPosted: Thu Nov 20, 2003 10:42 pm    Post subject: Reply with quote

ahh.... yes, how silly of me. I mistakenly thought that setting the type in fdisk must also format the partition. mkfs.fat32 did the trick, thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
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
You cannot vote in polls in this forum