当前点击 Tab 转到顶部栏/侧栏选项,然后是第一个搜索结果。有没有这样的键盘快捷键可以直接关注搜索结果?
我有一个外部 1Tb 硬盘,由于某种原因显示如下 df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/sdb1 0 0 0 - /media/Transcend1T
Run Code Online (Sandbox Code Playgroud)
但它还有很多可用空间。所以我拿了它的备份并在 Ubuntu 中使用光盘实用程序对其进行了格式化。但即使在那之后,索引节点仍然保持为零(它在 上显示相同的输出df -i)。
这是一个问题吗?某些文件系统可以总是有零个 inode 吗?
以下是fdisk -l格式化磁盘的输出。
Disk /dev/sdb: 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 / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0ff10b79
Device Boot Start End …Run Code Online (Sandbox Code Playgroud)