U盘无法格式化

CPU/显卡/打印机/USB设备等硬件问题
回复
Tohka
帖子: 1
注册时间: 2015-11-28 18:41
系统: Ubuntu15.10

U盘无法格式化

#1

帖子 Tohka » 2015-11-28 18:44

Error deleting partition /dev/sdb1: Command-line `parted --script "/dev/sdb" "rm 1"' exited with non-zero exit status 1: 警告: 磁盘描述表明物理块大小为 2048 字节,但 Linux 认为它是 512 字节。
(udisks-error-quark, 0)
我想格式化我已经烧入U盘的Ubuntu15.10镜像,可是无法格式化,并且出现以上提示
onlylove
论坛版主
帖子: 5369
注册时间: 2007-01-14 16:23

Re: U盘无法格式化

#2

帖子 onlylove » 2015-11-28 19:01

你先用分区编辑工具把优盘上分区删掉重新建立分区再格式化
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: U盘无法格式化

#3

帖子 poloshiao » 2015-11-28 21:15

我已经烧入U盘的Ubuntu15.10镜像
你使用什麼工具燒錄
onlylove
论坛版主
帖子: 5369
注册时间: 2007-01-14 16:23

Re: U盘无法格式化

#4

帖子 onlylove » 2015-11-30 21:28

Partition(s) 1 on /dev/sdb have been written, but we have been unable to
inform the kernel of the change, probably because it/they are in use. As a
result, the old partition(s) will remain in use. You should reboot now
before making further changes.


先umount,或者用partprobe,实在不行就重启
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
回复