Hi all<br><br>I want to format my external U disc to FAT32,but the cmd &#39;mkfs -t vfat -F 32 /dev/sda&#39; does not work,as follow:<br><br>[root@localhost linux-2.6.20.6]# mkfs -t vfat -F 32&nbsp; /dev/sda <br>mkfs.vfat 2.11 (12 Mar 2005)<br>
mkfs.vfat: Will not try to make filesystem on full-disk device &#39;/dev/sda&#39; (use -I if wanted)<br>[root@localhost linux-2.6.20.6]#<br><br>when&nbsp; I added the option -I ,seems OK. as follow:<br><br>[root@localhost linux-2.6.20.6]# mkfs -t vfat -F 32 -I /dev/sda <br>
mkfs.vfat 2.11 (12 Mar 2005)<br>[root@localhost linux-2.6.20.6]# <br><br>But I can not mount the device &#39;/dev/sda&#39;,as follow:<br><br>[root@localhost linux-2.6.20.6]# mount /dev/sda /home/tbiao/mntpoint/<br>mount: /dev/sda: can&#39;t read superblock<br>
[root@localhost linux-2.6.20.6]#<br><br>Would you give me some help?<br><br><br>