[Ubuntu-zh] 回复: 答复: u盘在linux下格式化后不可使用

陈翔宇 xnguchen在gmail.com
星期二 五月 3 00:42:59 UTC 2011


用UBUNTU下默认的制作启动盘的工具格式化一下试试。一般用这个格完以后基本上没什么问题啦。
----- Original Message ----- 
From: "David Lee" <leeleilei在gmail.com>
To: "ubuntu-zh mailing lists" <ubuntu-zh在lists.ubuntu.com>
Sent: Monday, May 02, 2011 11:43 PM
Subject: Re: [Ubuntu-zh]回复: 答复: u盘在linux下格式化后不可使用


> 这里是朗科的优盘页面,里面有驱动和工具,http://www.netac.com/download.php
> ,虽然没有对应的U203工具,但可以尝试下其他U盘的工具,网上有经验显示修复成功过。
> 
> 2011/5/1 cat.s <llz916148在yahoo.com.cn>
> 
>> bsfmig兄:
>>
>> 由于在linux下,故先试试您提供的方法。
>>
>> ubuntu在ubuntu:~$ ls /dev/sd*
>> /dev/sda  /dev/sda1  /dev/sda2  /dev/sda5  /dev/sda6  /dev/sda7  /dev/sdb
>> ubuntu在ubuntu:~$ sudo dd if=/dev/zero of=/dev/sdb
>> dd: 正在写入"/dev/sdb": 设备上没有空间
>> 记录了524161+0 的读入
>> 记录了524160+0 的写出
>> 268369920字节(268 MB)已复制,507.841 秒,528 kB/秒
>> ubuntu在ubuntu:~$
>>
>> 用dmesg显示:
>> [ 1134.908037] sd 5:0:0:0: [sdb] No Caching mode page present
>> [ 1134.909559] sd 5:0:0:0: [sdb] Assuming drive cache: write through
>> [ 1134.911031] sd 5:0:0:0: [sdb] Attached SCSI removable disk
>> [ 1177.032037] sd 5:0:0:0: [sdb] No Caching mode page present
>> [ 1177.034253] sd 5:0:0:0: [sdb] Assuming drive cache: write through
>> [ 1177.060578]  sdb: unknown partition table
>> [ 1184.787197] usb 1-5: USB disconnect, address 3
>> [ 1187.136026] usb 1-5: new high speed USB device using ehci_hcd and
>> address 4
>> [ 1187.281509] scsi6 : usb-storage 1-5:1.0
>> [ 1188.292066] scsi 6:0:0:0: Direct-Access     Netac    OnlyDisk U203
>>  1.00
>> PQ: 0 ANSI: 2
>> [ 1188.293094] sd 6:0:0:0: Attached scsi generic sg2 type 0
>> [ 1188.316050] sd 6:0:0:0: [sdb] 524160 512-byte logical blocks: (268
>> MB/255
>> MiB)
>> [ 1188.328039] sd 6:0:0:0: [sdb] Write Protect is off
>> [ 1188.328045] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
>> [ 1188.340039] sd 6:0:0:0: [sdb] No Caching mode page present
>> [ 1188.342346] sd 6:0:0:0: [sdb] Assuming drive cache: write through
>> [ 1188.404030] sd 6:0:0:0: [sdb] No Caching mode page present
>> [ 1188.406325] sd 6:0:0:0: [sdb] Assuming drive cache: write through
>> [ 1188.432581]  sdb: unknown partition table
>> [ 1188.468043] sd 6:0:0:0: [sdb] No Caching mode page present
>> [ 1188.469828] sd 6:0:0:0: [sdb] Assuming drive cache: write through
>> [ 1188.471567] sd 6:0:0:0: [sdb] Attached SCSI removable disk
>> [ 1267.800039] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
>> [ 1963.408641] usb 1-5: USB disconnect, address 4
>> [ 1967.292021] usb 1-5: new high speed USB device using ehci_hcd and
>> address 5
>> [ 1967.437472] scsi7 : usb-storage 1-5:1.0
>> [ 1968.448076] scsi 7:0:0:0: Direct-Access     Netac    OnlyDisk U203
>>  1.00
>> PQ: 0 ANSI: 2
>> [ 1968.449106] sd 7:0:0:0: Attached scsi generic sg2 type 0
>> [ 1968.464050] sd 7:0:0:0: [sdb] 524160 512-byte logical blocks: (268
>> MB/255
>> MiB)
>> [ 1968.476027] sd 7:0:0:0: [sdb] Write Protect is off
>> [ 1968.476033] sd 7:0:0:0: [sdb] Mode Sense: 23 00 00 00
>> [ 1968.488040] sd 7:0:0:0: [sdb] No Caching mode page present
>> [ 1968.490351] sd 7:0:0:0: [sdb] Assuming drive cache: write through
>> [ 1968.552068] sd 7:0:0:0: [sdb] No Caching mode page present
>> [ 1968.554396] sd 7:0:0:0: [sdb] Assuming drive cache: write through
>> [ 1968.596081]  sdb: unknown partition table
>> [ 1968.632861] sd 7:0:0:0: [sdb] No Caching mode page present
>> [ 1968.635122] sd 7:0:0:0: [sdb] Assuming drive cache: write through
>> [ 1968.637360] sd 7:0:0:0: [sdb] Attached SCSI removable disk
>> [ 1998.800643] [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
>>
>>
>> fdisk,问题依旧。
>>
>> 谢谢您对这个问题的思考。我稍后将试试usboot
>>
>>
>> lee
>> 0501
>>
>> PS:祝list节日快乐~~
>> ________________________________
>> 发件人: bsfmig <bigslowfat在gmail.com>
>> 收件人: ubuntu-zh mailing lists <ubuntu-zh在lists.ubuntu.com>
>> 发送日期: 2011/4/30 (周六) 11:32:04 下午
>> 主   题: Re: [Ubuntu-zh] 答复: u盘在linux下格式化后不可使用
>>
>> 试试直接dd if=/dev/zero of=/dev/sdb,让它写入十几秒然后拔掉重新插上看看。
>>
>> 2011/5/1 liu <xfeng3500在gmail.com>
>>
>> > Win PE下面使用PM,应该可以。
>> >
>> >
>> >
>> >
>> > -----邮件原件-----
>> > 发件人: ubuntu-zh-bounces在lists.ubuntu.com [mailto:
>> > ubuntu-zh-bounces在lists.ubuntu.com] 代表 Earthson
>> > 发送时间: 2011年4月30日 22:18
>> > 收件人: ubuntu-zh mailing lists
>> > 主题: Re: [Ubuntu-zh] u盘在linux下格式化后不可使用
>> >
>> > 用windows下的usboot格式化下试试,我上次被刻录之后的u盘也是显示很小的空间,用USBoot格式化就恢复了。。
>> >
>> > 2011/4/30 lee <llz916148在yahoo.com.cn>
>> >
>> > > hello,list:
>> > >
>> > > 我的朋友有一个U盘,他不慎在linux下makefs的时候搞错了格式,变成了ext3格
>> > > 式……现在出现了一点状况,特请求大家的帮助。
>> > >
>> > > U盘是朗科的U203,4GB。
>> > >
>> > > 本来这个问题挺简单,直接用makefs改回来就可以了,蛋疼的是在linux下用fdisk
>> > > 删除了原有分区,准备重新建立的时候,发现完全不对 路了……重新插拔后发现内
>> > > 核无法识别这个U盘的分区了。插上后在/dev里面只有一个sdb,也就是说,没有分
>> > > 过区了。
>> > >
>> > > 然后用fdisk看了下,现在这个U盘只能识别出256MB,其他的没办法识别……fdisk建
>> > > 立分区,无论建立的是主分区还是扩展分区,在写入 分区表后,无论是否重新插
>> > > 拔都没办法看到。
>> > >
>> > > 到windows下试了下,被识别为RAW格式,256MB。
>> > >
>> > > 朗科的量产工具不给力,上面写着格式化工具,然后就看到这个工具华丽丽的死在
>> > > 那里了……在等待2个小时候,我终于放弃了……
>> > >
>> > > 额……还请list的朋友们给个思路,应该如何处理……毕竟这个U盘在我手上积压了有
>> > > 几天了,再不搞好的话,估计会有点纠结……
>> > >
>> > > 谢谢~~
>> > >
>> > > lee
>> > > 0430
>> > >
>> > > --
>> > > ubuntu-zh mailing list
>> > > ubuntu-zh在lists.ubuntu.com
>> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>> > >
>> >
>> >
>> >
>> > --
>> >
>> >                                    这个世界不会因为没有你而失去什么
>> > 但是,却有可能因为你的存在而发生一些改变。。
>> > -------------- 下一部分 --------------
>> > 一个HTML附件被移除...
>> > URL: <
>> >
>> https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110430/fc6e6f7f/attachment.html
>> >
>> >l
>> > >
>> > --
>> > ubuntu-zh mailing list
>> > ubuntu-zh在lists.ubuntu.com
>> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>> > --
>> > ubuntu-zh mailing list
>> > ubuntu-zh在lists.ubuntu.com
>> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>> >
>> -------------- 下一部分 --------------
>> 一个HTML附件被移除...
>> URL:
>> <
>> https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110501/4696955d/attachment.html
>> >
>>
>>
>> --
>> ubuntu-zh mailing list
>> ubuntu-zh在lists.ubuntu.com
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>>
>>
>> --
>> ubuntu-zh mailing list
>> ubuntu-zh在lists.ubuntu.com
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>>
> 
> 
> 
> -- 
> Regards, David
> -------------- 下一部分 --------------
> 一个HTML附件被移除...
> URL: <https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20110502/f376328c/attachment.html>
> -- 
> ubuntu-zh mailing list
> ubuntu-zh在lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
>


关于邮件列表 ubuntu-zh 的更多信息