l********0 发帖数: 283 | 1 使用fdisk命令给u盘分区,但是总是不成功,请问大家如何修复这个问题,谢谢。
以下是运行命令的情况:
fdisk /dev/sdb
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF dis
klabel
Building a new DOS disklabel with disk identifier 0x45a2e785.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won't be recoverable.
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rit
e)
Command (m for help): o
Building a new DOS disklabel with disk identifier | Z**0 发帖数: 1119 | 2 你实验一下,dd if=/dev/zero of=/dev/sdb bs=512 count=1,然后fdisk /dev/sdb,
或者用cfdisk /dev/sdb.
警告,看清楚了,这里假定你的flash是/dev/sdb,不要搞错了。
dis
rit
【在 l********0 的大作中提到】 : 使用fdisk命令给u盘分区,但是总是不成功,请问大家如何修复这个问题,谢谢。 : 以下是运行命令的情况: : fdisk /dev/sdb : Device contains neither a valid DOS partition table, nor Sun, SGI or OSF dis : klabel : Building a new DOS disklabel with disk identifier 0x45a2e785. : Changes will remain in memory only, until you decide to write them. : After that, of course, the previous content won't be recoverable. : Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rit : e)
| l********0 发帖数: 283 | 3 谢谢。
下周一实验一下。
到时候把结果报告上来。
,
【在 Z**0 的大作中提到】 : 你实验一下,dd if=/dev/zero of=/dev/sdb bs=512 count=1,然后fdisk /dev/sdb, : 或者用cfdisk /dev/sdb. : 警告,看清楚了,这里假定你的flash是/dev/sdb,不要搞错了。 : : dis : rit
| l********0 发帖数: 283 | 4 问题依旧。
dd if=/dev/zero of=/dev/sdb bs=512 count=1
1+0 records in
1+0 records out
512 bytes (512 B) copied, 0.00159385 s, 321 kB/s
root@Tiger:/home/leiyan# fdisk /dev/sdb
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF dis
klabel
Building a new DOS disklabel with disk identifier 0xa4494a4f.
Changes will remain in memory only, until you decide to write them.
After that, of course, the previous content won't be recoverable.
Warning: invalid flag 0x0000 of partition table 4 w
【在 Z**0 的大作中提到】 : 你实验一下,dd if=/dev/zero of=/dev/sdb bs=512 count=1,然后fdisk /dev/sdb, : 或者用cfdisk /dev/sdb. : 警告,看清楚了,这里假定你的flash是/dev/sdb,不要搞错了。 : : dis : rit
| Z**0 发帖数: 1119 | 5 你这个u盘工作正常吗,你这个u盘是不是还带了个usb-cdrom的那种?
其实你fdisk仅仅给的是个警告,w后,你再fdisk,应该就没有这个问题了。
dis
【在 l********0 的大作中提到】 : 问题依旧。 : dd if=/dev/zero of=/dev/sdb bs=512 count=1 : 1+0 records in : 1+0 records out : 512 bytes (512 B) copied, 0.00159385 s, 321 kB/s : root@Tiger:/home/leiyan# fdisk /dev/sdb : Device contains neither a valid DOS partition table, nor Sun, SGI or OSF dis : klabel : Building a new DOS disklabel with disk identifier 0xa4494a4f. : Changes will remain in memory only, until you decide to write them.
| l********0 发帖数: 283 | 6 以前工作都正常。
就是前天搞个可安装xp的启动u盘,被我搞成这个样子了。
就是普通的u盘,没有什么cdrom
在fdisk里,我已经w了,问题依旧。
最初的帖子了已经贴出了详细的操作和错误。
【在 Z**0 的大作中提到】 : 你这个u盘工作正常吗,你这个u盘是不是还带了个usb-cdrom的那种? : 其实你fdisk仅仅给的是个警告,w后,你再fdisk,应该就没有这个问题了。 : : dis
| Z**0 发帖数: 1119 | 7 你是不是搞了u盘量产?现在这个u盘,windows下访问正常吗?
fdisk -l /dev/sdb给出来什么结果?
你就用dd if=/dev/zero of=/dev/sdb
这样会initialize你这个flash drive。然后用fdisk的时候,应该就可以了。
【在 l********0 的大作中提到】 : 以前工作都正常。 : 就是前天搞个可安装xp的启动u盘,被我搞成这个样子了。 : 就是普通的u盘,没有什么cdrom : 在fdisk里,我已经w了,问题依旧。 : 最初的帖子了已经贴出了详细的操作和错误。
|
|