我有一个闪存驱动器,是促销时收到的,我只是想把它抹掉,然后把它用于我的目的。但是我无法对这个驱动器进行任何改造、擦除、清零等操作。Diskutil info 显示:
Device Identifier: disk2
Device Node: /dev/disk2
Part of Whole: disk2
Device / Media Name: SMI USB DISK Media
Volume Name: Not applicable (no file system)
Mounted: Not applicable (no file system)
File System: None
Content (IOContent): FDisk_partition_scheme
OS Can Be Installed: No
Media Type: Generic
Protocol: USB
SMART Status: Not Supported
Total Size: 1.0 GB (1018167296 Bytes) (exactly 1988608 512-Byte-Units)
Volume Free Space: Not applicable (no file system)
Device Block Size: 512 Bytes
Read-Only Media: Yes
Read-Only Volume: Not applicable (no file system)
Ejectable: Yes
Whole: Yes
Internal: No
OS 9 Drivers: No
Low Level Format: Not supported
我在装有 OSX 10.9 的 Mac 上执行此操作,它显示的内容像一个完全正常的文件系统、文件夹、隐藏文件等。
除了扔掉这个硬盘,我还能用它做什么?谢谢。
答案1
Read-Only Media: Yes
操作系统说不。
答案2
我看到两种可能的解决方案:
在终端中, U盘的驱动器名称在
cat /dev/zero > /dev/sd...
哪里sd...
(不是分区路径,例如/dev/sd1
)。您只需用零覆盖分区表及其上的所有内容。不过,这就是它在 Linux 上的工作原理,我不知道 OS X 上的等效工作原理是什么。在 Windows 上,我会使用 Bootice 实用程序,我依稀记得它可以选择以 HDD 方式格式化它或者删除或重新创建分区表等。
答案3
有些 USB 驱动器有物理写保护开关。如果处于“只读”模式,操作系统将无法写入。
解决您的问题的可能方法是检查 USB 驱动器是否有这样的开关,如果有,则将其更改为“写入/读取”模式。