设为首页收藏本站language→→ 语言切换

鸿鹄论坛

 找回密码
 论坛注册

QQ登录

先注册再绑定QQ

查看: 2706|回复: 0
收起左侧

linux对中毒u盘分区和格式化

[复制链接]
发表于 2010-9-13 22:39:52 | 显示全部楼层 |阅读模式
u盘情况是4G,分2个区,分别为2G。其中一个分区在windows下“我的电脑”里看不见,但在磁盘管理里能看见,但没有盘符,也无法进行格式化,在FC6下,用命令fdisk -l能看见2个分区/dev/sda1 /dev/sda2,但其中一个分区还是不能挂载。

    我把好的分区里的东西备份一下,准备对其重新分区和格式化。步骤如下:

    fdisk /dev/sda //对U盘重新建立分区表

    Command (m for help): m
    Command action
    a toggle a bootable flag
    b edit bsd disklabel
    c toggle the dos compatibility flag
    d delete a partition
    l list known partition types
    m print this menu
    n add a new partition
    o create a new empty DOS partition table
    p print the partition table
    q quit without saving changes
    s create a new empty Sun disklabel
    t change a partition's system id
    u change display/entry units
    v verify the partition table
    w write table to disk and exit
    x extra functionality (experts only)

    Command (m for help):w //保存更改并退出

    fdisk /dev/sda //准备分区拉

    Command (m for help):n //创建一个新的分区
    出现2个选项:e 和p e是扩展分区,p是主分区,我们要选主分区,否则会出错(反正我选e是错了)

    我准备就分一个区的,就直接用默认的。

    Command (m for help):w //保存更改并退出

    这样,分区表创建好了,现在开始格式化吧。

    我想把它格式化成FAT32格式的

    mkfs.vfat -I -O USB /dev/sda1

    格式化完成了。

    顺便说一下,最后我没格式化,它能识别成4G容量,但只可以用2个G。
您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-1-23 07:58 , Processed in 0.050861 second(s), 10 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表