Chinaunix首页 | 论坛 | 博客
  • 博客访问: 232725
  • 博文数量: 39
  • 博客积分: 420
  • 博客等级: 下士
  • 技术积分: 457
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-01 10:22
文章分类

全部博文(39)

文章存档

2015年(15)

2014年(11)

2013年(1)

2012年(2)

2011年(1)

2010年(9)

我的朋友

分类: LINUX

2010-11-12 02:24:16

1、[root@localhost ~]# fdisk -l  //查看硬盘的分区情况,查看要卸载的硬盘标志


      在我电脑上显示的是: Device   Boot  Start End        Blocks   Id  
                        /dev/sdb1 *     1    4883919828+   b    W95

                         System

                         FAT32
                       /dev/sdb1就是u盘的标志
2、[root@localhost ~]# umount /dev/sdb1      //把该u盘卸载

3、[root@localhost ~]# fdisk /dev/sdb1       //进入u盘删除分区表界面,它会 显示一下内容
 Command (m for help):

4、 Command (m for help):d   //把分区删掉,如果有多个分区需要多次输入d

5、Command (m for help): n  //输入n创建分区,会显示一下内容
  
  Command action
   e   extended
   p   primary partition (1-4) 如果输入e则是创建扩展分区,输入p是创建主分区


6、Partition number (1-4): 1  //输入1则表示创建一个主分区

7、First cylinder (1-17230, default 1):   //直接回车表示的默认是1

8、Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-17230, default 17230):   //直接回车表示的是默认的大小

9、Command (m for help): c   //设置分区格式为fat32

10、Command (m for help):w   //把写入数据并保存


11、[root@localhost ~]# mkfs.vfat /dev/sdb1   //把u盘格式化

 

 

阅读(2049) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2010-11-12 17:33:09

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com