点标签看更多好帖
开启左侧

[应用程序] Recovering unallocated space of a USB flash drive.

[复制链接] 3
回复
2801
查看
打印 上一主题 下一主题
楼主
跳转到指定楼层
发表于 2016-12-23 03:26 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有帐号?注册

x
Today I played with the latest SUSE Linux Live. I had not have a DVD drive and used USB flash drive instead. I wanted to reformat my flash drive, but suddenly found it that it had not been possible. The most of the disk space had been unallocated, and my Windows 8 did not allow me to use it.
Unfortunately Windows does not support Fdisk anymore. But there is another good command line tool to solve this problem. The tool’s name is DiskPart. I would say it is the next generation of Fdisk tool. DiskPart provides you information about your partitions and volumes, allows you to delete and create partitions, extend NTFS volumes, etc.
Let’s remove unallocated space. First of all run Windows command line and type diskpart in the command prompt. Windows will ask you for Administrator permissions to run the tool. Then run list disk command to find your USB flash disk’s number. It should be the same as disk’s number in Computer Management tool. It was 1 in my case. Next you should chose the disk to work with. Type select disk <disk number> command, e.g. select disk 1. The next step is to clean all volumes and partitions on the disk. Use clean command to do that. The last step is to create a primary partition. You can do that using create partition primary command. That’s all. You should be able to format your flash disk now.
This is how I removed unallocated space on my machine:
Microsoft DiskPart version 6.2.9200
Copyright (C) 1999-2012 Microsoft Corporation.
On computer: COMPUTER
DISKPART> list disk
  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          298 GB      0 B
  Disk 1    Online         7509 MB  6619 MB
DISKPART> select disk 1
Disk 1 is now the selected disk.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> create partition primary
DiskPart succeeded in creating the specified partition.
DISKPART> exit

P
from :http://geekswithblogs.net/


转载请保留当前帖子的链接:https://www.beimeilife.com/thread-39348-1-1.html 谢谢
推荐
发表于 2016-12-26 02:24 | 只看该作者
Command line operations do help a lot yet for someone who is unfamiliar with command prompts, it is not so helpful. Besides, even in command prompts, you need to delete current partition and recreate one. In fact, this task could be done in graphical interface and within only one step with third party software, say AOMEI Partition Assistant Standard. Use http://www.disk-partition.com/features/extend-partition-wizard.html in the software.
板凳
发表于 2016-12-26 20:32 | 只看该作者
http://beimeilife.duckdns.org/forum.php?mod=redirect&goto=findpost&pid=71778&ptid=39348
# J6 \- u, W4 t$ V& B& Q* kCommand line operations do help a lot yet for someone who is unfamiliar with command prompts, it is  ...

' M1 U! |3 E7 Y6 u( U感动+高兴, Tingzizi老师是高手,希望以后多来这里指导。3 Z) x3 ^+ s4 y. {+ S. F
7 A6 u( r8 b2 {, C8 k
顺祝,身体健康,假日快乐~~
5 c! ^2 |9 G/ i3 T7 o, D) R, _. e  V- d& ?
地板
发表于 2016-12-27 03:38 | 只看该作者
http://beimeilife.duckdns.org/forum.php?mod=redirect&goto=findpost&pid=71778&ptid=39348( Y% b3 ~6 Y( u
Command line operations do help a lot yet for someone who is unfamiliar with command prompts, it is  ...
+ _+ i+ J- U4 a6 W; D
谢谢您!!!假日愉快!!

使用高级回帖 (可批量传图、插入视频等)快速回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则   Ctrl + Enter 快速发布  

发帖时请遵守我国法律,网站会将有关你发帖内容、时间以及发帖IP地址等记录保留,只要接到合法请求,即会将信息提供给有关政府机构。
快速回复 返回顶部 返回列表