fdisk 显示全新硬盘中的现有分区

fdisk 显示全新硬盘中的现有分区

我刚买了一个硬盘(Seagate ST2000DM001),并从 fdisk 中得知它已经分区了。

crown mnt # fdisk -l /dev/sdc

Disk /dev/sdc: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x90ba1b1c

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *        2048   488378644   244188298+   7  HPFS/NTFS/exFAT

我已经很久没有买新硬盘了,所以我不确定这是否是 fdisk -l 的预期结果。

任何帮助都将受到赞赏。

答案1

您可能会挂载分区并查看其内容。也许您会发现您收到了一个翻新的磁盘,其中包含大量私人数据,或者希捷的员工只是在磁盘上放置了一个空的 NTFS 文件系统,因为 Windows 用户不知道如何格式化新磁盘。

相关内容