1 个大小为 140TB 的可疑文件?

moh*_*hur 6 64-bit hard-drive 12.04

解决了

请参阅我的解决方案的底部答案

在我使用 GParted 修复我的分区后(GParted 运行良好,但我的笔记本电脑关机了,因为它耗尽了电池电量并且没有完成复制我的其他分区的过程,详细信息),

我注意到我的 Ubuntu 分区增加了 10GB,然后我检查并在 /proc 中发现了 1 个大小为 140TB 的可疑文件...

这是一个问题吗?

Ubuntu 12.04 lts 64 位

更新

我希望这些细节可以帮助

sudo fdisk -l
Run Code Online (Sandbox Code Playgroud)

输出

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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: 0x00075eb1

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
/dev/sda2          206848   212719615   106256384    7  HPFS/NTFS/exFAT
/dev/sda3       212721664  1953519615   870398976    5  Extended
/dev/sda5       212725760   410556415    98915328   83  Linux
/dev/sda6      1937895424  1953519615     7812096   82  Linux swap / Solaris
/dev/sda7       410560512   508213247    48826368   83  Linux
/dev/sda8       508215296  1937888819   714836762    7  HPFS/NTFS/exFAT

Partition table entries are not in disk order
Run Code Online (Sandbox Code Playgroud)

添加

我认为我的 Ubuntu 分区突然增加 10GB 是因为未完成的 GParted 进程,我目前使用了 27GB(当我右键单击文件系统然后检查属性时),但是磁盘分析器说另一件事(它说我只使用 12-13GB )

des*_*gua 7

我不认为 140TB kcore 是一个问题。

正如Gropiuskalle在一个论坛中所说:“/proc/kcore 是内核创建的 RAM 映像,用于为您提供相应信息,它实际上不是您可以删除的文件,而是一个虚拟文件系统,它实际上并不占用硬盘空间。 ”

此外,我的 kcore 与您的大小相同:

在此处输入图片说明

这并不意味着您没有由 gparted 中断引起的其他问题。

问候。