You are not logged in.

#1 2009-06-14 20:37:36

eilenbeb
Member
Registered: 2009-03-08
Posts: 44

[dropped]Searching for a fat32 formatting tool

The mkfs.vfat (mkdosfs) manpage claims it can't make a bootable fat32.  True enough, win2k installer sees the partition as unformatted or damaged, and disk checking utils claim lots of bad clusters.
I'm dual-booting ms & Arch.  I can use my old win98 fdisk and format tools for the fat32 partition, but isn't there something in Arch that can as well?

Last edited by eilenbeb (2009-06-24 18:20:54)

Offline

#2 2009-06-14 21:01:34

lifeafter2am
Member
From: 127.0.0.1
Registered: 2009-06-10
Posts: 1,332

Re: [dropped]Searching for a fat32 formatting tool

Can't you use mkfs.vfat to format it and then use fdisk to flag it as bootable?


#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.

Offline

#3 2009-06-14 21:01:53

arch0r
Member
From: From the Chron-o-John
Registered: 2008-05-13
Posts: 597

Re: [dropped]Searching for a fat32 formatting tool

install dosfstools :>

Offline

#4 2009-06-14 21:20:34

eilenbeb
Member
Registered: 2009-03-08
Posts: 44

Re: [dropped]Searching for a fat32 formatting tool

Yup, dosfstools is what I used... ms doesn't like the results.  Win2k won't even install on a partitiion I format with mkfs.vfat, doesn't seem to matter if I flag it bootable.  Don't know why.
I was just looking for a new tool that ms would play nice with.

I just used the old win98 fdisk/format (both show wrong sizes, but it seems to work) and win2k is ready to go on to the partition as fat32.

I've had other systems, however, where the above would not work, and I was forced to use ntfs (which I'm not too fond of).

Offline

#5 2009-06-14 21:26:18

lifeafter2am
Member
From: 127.0.0.1
Registered: 2009-06-10
Posts: 1,332

Re: [dropped]Searching for a fat32 formatting tool

Only other thing I can think of is gparted, but I assume that it uses all the tools that have already been discussed as backends ..... so it's probably not an option.


#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.

Offline

#6 2009-06-14 21:33:41

eilenbeb
Member
Registered: 2009-03-08
Posts: 44

Re: [dropped]Searching for a fat32 formatting tool

Yeah, I tried gparted from an Ubuntu Hardy live cd, no-go.

The only thing I can think of is that the old win98 tools do -something- for a long time while formatting.  The linux tools (and non ms/linux tools I've tried in the past) are finished almost instantly.
They probably just set up the tables and exit, whereas I think ms tools do something to mark the clusters, which is what the win installer might be looking for.

Offline

#7 2009-06-14 23:18:15

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [dropped]Searching for a fat32 formatting tool

No offense intended, eilenbeb, but your issue is not an Arch issue. mkfs.vfat does what it claims to do i.e. create vfat filesystems under linux. If you want to set things up for another operating system, my advice is to set them up under that operating system.

Offline

#8 2009-06-14 23:22:59

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: [dropped]Searching for a fat32 formatting tool

tomk, I think eilenbeb does have a good point. It may not be an Arch issue but maybe a GNU/Linux query in general.
I would have thought there would be a tool to do this but if mkfs.vfat doesn't then I don't know what does.


neutral

Offline

#9 2009-06-15 12:38:06

perbh
Member
From: Republic of Texas
Registered: 2005-03-04
Posts: 765

Re: [dropped]Searching for a fat32 formatting tool

One solution - though not very satisfactory - is to use an install-cd for windows and let it format the partition. Whenever it starts copying files you can reboot it and put your windoze backup back on ...

Offline

#10 2009-06-15 20:28:17

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [dropped]Searching for a fat32 formatting tool

eilenbeb wrote:

Yup, dosfstools is what I used... ms doesn't like the results.  Win2k won't even install on a partitiion I format with mkfs.vfat, doesn't seem to matter if I flag it bootable.  Don't know why.
I was just looking for a new tool that ms would play nice with.

I just used the old win98 fdisk/format (both show wrong sizes, but it seems to work) and win2k is ready to go on to the partition as fat32.

I've had other systems, however, where the above would not work, and I was forced to use ntfs (which I'm not too fond of).

Sure the partion type is set correctly? Personaly I've had no problems with accessing fat32 partions formated using dosfstools.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#11 2009-06-15 20:37:44

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [dropped]Searching for a fat32 formatting tool

Accessing is one thing, but he wants to create a Windows-bootable vfat partition using linux tools. The only relevant app, mkdosfs, explicitly states in its man page that it can not create bootable file systems.

Offline

#12 2009-06-15 21:12:14

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [dropped]Searching for a fat32 formatting tool

Sorry, missed the bootable part.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#13 2009-06-16 13:20:52

perbh
Member
From: Republic of Texas
Registered: 2005-03-04
Posts: 765

Re: [dropped]Searching for a fat32 formatting tool

I have never been able to understand just _why_ linux is not able to make a bootable vfat/ntfs partition/filesystem. I believe it has something to do with 'reserved sectors', but I have never found a full explanation ...
Can anyone shed any light on the subject?

Offline

#14 2009-06-24 18:20:08

eilenbeb
Member
Registered: 2009-03-08
Posts: 44

Re: [dropped]Searching for a fat32 formatting tool

Hello again, had to leave town for a while.  Thanks for the replies, everyone.

perbh wrote:

I have never been able to understand just _why_ linux is not able to make a bootable vfat/ntfs partition/filesystem. I believe it has something to do with 'reserved sectors', but I have never found a full explanation ...
Can anyone shed any light on the subject?

No, but I thought fat32 would be more understood by this time.

Since this has been bothering me for quite some time, I think I'm going to look into it myself.
Sometime this fall I'm going to start creating partitions on a spare machine and analyzing the differences between them, possibly writing a tool of my own.
If I have any luck I'll come back to the forums with my findings and hopefully some code.

Might as well drop this one for now.
See ya after the summer...
b

Offline

Board footer

Powered by FluxBB