![]() |
|
|
|
|
|
|
3
19th November 10:48
External User
Posts: 1
|
I don't understand the thing about "go in block", but if you have
partitioned a disk, you can just use mkfs to make a vfat FS: mkfs -t vfat -F 32 <device> or use mkdosfs (which is called by "mkfs -t vfat"): mkdosfs -F 32 <device> Read the finely printed manual. If you want to access the partition from another OS, make sure the partition type is appropriate, "c" (Win95 FAT32 (LBA)) IIRC, or else the OS won't understand you. Josef -- These are my personal views and not those of Fujitsu Siemens Computers! Josef Möllers (Pinguinpfleger bei FSC) If failure had no penalty success would not be a prize (T. Pratchett) Company Details: http://www.fujitsu-siemens.com/imprint.html |
|
| Some other forums that might be of your interest : Debian, Gentoo, Mandriva, Red hat, Suse, Slackware, Ubuntu, Gnu linux |