AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题

问题[inode](ubuntu)

Martin Hope
SparkAndShine
Asked: 2020-05-15 00:11:29 +0800 CST

没有返回文件的所有硬链接

  • 1

我未能获得所有指向带有find / -inum *.

linux-5.5.9$ ls -lai
total 856
1048577 drwxrwxr-x  24 root root   4096 Mar 12 14:18 .

linux-5.5.9$ sudo find / -inum 1048577
/home/public/linux-5.5.9

ls -lai显示文件.有 24 个硬链接,但find / -inum 1048577只返回一个。

我的机器的详细信息,

$ uname -a
Linux jmu-cs-ubuntu 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
find inode
  • 1 个回答
  • 69 Views
Martin Hope
Sachin
Asked: 2020-05-07 22:32:59 +0800 CST

Ubuntu 18.04 突然崩溃了。谁能帮我找出问题并解决这个问题?

  • 0

错误显示如下:

Integrity: problem loading X.509 certificate-65
Ima: Error communicating to TPM chip
/Dev/sdb1 contain a file system with error,check forced.
Inodes that were part of corrupted orphan linked list found.
fsck inode
  • 1 个回答
  • 91 Views
Martin Hope
Saef Myth
Asked: 2020-04-11 10:57:49 +0800 CST

设备上没有剩余空间

  • 1

须藤 df -h

udev            982M     0  982M   0% /dev
tmpfs           200M  5.3M  195M   3% /run
/dev/vda2        40G  5.2G   33G  14% /
tmpfs          1000M     0 1000M   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs          1000M     0 1000M   0% /sys/fs/cgroup
tmpfs           200M     0  200M   0% /run/user/0

须藤 df -i

Filesystem      Inodes   IUsed  IFree IUse% Mounted on
udev            251350     413 250937    1% /dev
tmpfs           255984     937 255047    1% /run
/dev/vda2      2595840 2595840      0  100% /
tmpfs           255984       1 255983    1% /dev/shm
tmpfs           255984       6 255978    1% /run/lock
tmpfs           255984      16 255968    1% /sys/fs/cgroup
tmpfs           255984       4 255980    1% /run/user/0

我不知道这里出了什么问题,为什么我没有空间了?

server disk-usage webserver df inode
  • 1 个回答
  • 1013 Views
Martin Hope
Vinoth Rc
Asked: 2019-04-05 02:17:53 +0800 CST

可以在 ubuntu 16.04 中增加 inode 吗?

  • 4

df -i 显示

Filesystem       Inodes   IUsed    IFree IUse%    Mounted on
udev            1745003     593  1744410    1%    /dev
tmpfs           1760785     914  1759871    1%    /run
/dev/sda1       5283840  5283840       0    100%  /
tmpfs           1760785     225  1760560    1%    /dev/shm
tmpfs           1760785       7  1760778    1%    /run/lock
tmpfs           1760785      17  1760768    1%    /sys/fs/cgroup
tmpfs           1760785      38  1760747    1%    /run/user/1000
server partitioning 16.04 inode
  • 2 个回答
  • 4957 Views
Martin Hope
Fluffy
Asked: 2018-12-28 05:21:16 +0800 CST

创建具有最大 inode 的 ext4 文件系统有什么缺点吗?

  • 6

创建具有 2^32-1 个 inode 的 ext4 文件系统有什么缺点吗?

我有一个 1tb 驱动器,我想在上面存储 8 亿到 15 亿个小文件。似乎最大值是 40 亿,所以我想知道是否可以在创建 fs 时将其设置为最大值,或者我应该找到其他解决方案。

filesystem ext4 inode
  • 1 个回答
  • 2972 Views
Martin Hope
AbstProcDo
Asked: 2018-11-14 14:47:48 +0800 CST

设备中的“fd01h/64769d”和 Inode 中的“142368”是什么意思?

  • 2

当我检查文件的状态时:

[root@iz2ze9wve43n2nyuvmsfx5z ~]# stat test.py
  File: ‘test.py’
  Size: 33          Blocks: 8          IO Block: 4096   regular file
Device: fd01h/64769d    Inode: 142368      Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2018-11-09 20:42:30.262438217 +0800
Modify: 2018-11-09 20:42:27.266329005 +0800
Change: 2018-11-09 20:42:27.269329115 +0800
 Birth: -

fd01h/64769dDevice 和142368Inode中的含义是什么?

bash devices inode
  • 1 个回答
  • 110 Views
Martin Hope
Sergiy Kolodyazhnyy
Asked: 2018-09-10 16:06:10 +0800 CST

如何列出当前目录中的文件及其 inode 编号?

  • 3

如何在当前工作目录中获取项目列表及其 inode 编号?

command-line files inode
  • 2 个回答
  • 3908 Views
Martin Hope
Bernmeister
Asked: 2017-04-01 04:49:06 +0800 CST

要删除哪些 Linux 标头?

  • 0

我已经用完了 inode ( IUse% = 100%),当我从这个答案运行命令时,/usr/src包含最大数量的文件 ( linux-headers*)。基于这个答案,我想删除旧的linux-headers,但我对哪些是最旧的/未使用的感到困惑。

的内容/usr/src/linux-headers*是:

linux-headers-3.13.0-24
linux-headers-3.13.0-24-generic
linux-headers-3.13.0-33
linux-headers-3.13.0-33-generic
linux-headers-3.13.0-34
linux-headers-3.13.0-34-generic
linux-headers-3.13.0-37
linux-headers-3.13.0-37-generic
linux-headers-3.13.0-39
linux-headers-3.13.0-39-generic
<snip>
linux-headers-3.13.0-112
linux-headers-3.13.0-112-generic
linux-headers-3.13.0-113
linux-headers-3.13.0-113-generic

uname -r给3.13.0-34-generic

我可以安全地删除哪些标题(使用sudo rm -rf /usr/src/linux-headers-3.13.0-x*)?

如果我正在跑步3.13.0-34,是3.13.0-37通过3.13.0-113更新还是我误解了数字顺序?

inode
  • 2 个回答
  • 2093 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve