/dev/root file system full unix根文件系统满了

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了/dev/root file system full unix根文件系统满了相关的知识,希望对你有一定的参考价值。

在hp小型机上安装weblogic的时候,报错/dev/root file system full(1 block extent)Error:No space left on device.用bdf查看文件系统,发现挂载在/dev/devFileSystem上的文件系统100%了。
我进到dev的目录下,发现没有什么很大的文件啊。可是怎么就满了呢?

参考技术A 可能是文件错误。

在系统启动过程中,按任意键,中断启动序列,进入单人模式,然后fsck修复文件系统。

Am building a new 11.23 server and I accidently filled up VG00 when I FTPd a tarfile into a directory (ooops) ....
When I attempt to log in the server either via ssh or on the console, it keeps disconnecting me..
vxfs: msgcnt 180 mesg 001: V-2-1: vx_nospace - /dev/root file system full (1 block extent)Connection to 15.171.1.196 closed.
As I have access to the console, please advise on the steps to address this issue?
Thank you !!!
---------------------------------------------------------------------------------------------------------------
Depending on the unspecified model.

After connecting to the MP/ILO, login. If the server is up but you cannot log in to shut it down, then CM, then RS to crash and reset the server.

ma (main menu)
co (console)

Watch the system do self tests and boot. During the boot there will be a message stating to "interupt the boot sequence hit any key" you got 10 seconds to do so.

If this is a PA-RISC server then you will get BCH menu. If this is IA server then you will get EFI menu.

If PA-RISC:
b for boot.
answer yes to interact with ISL.
at ISL prmpt enter hpux -is
This will boot to single user mode. You can then delete your file mistake. reboot to reboot.

If IA:
select EFI Built in shell:
type in fs0: ( assuming this is boot device)
at prompt hpux -is.

this will take you to single user mode and you can cleanup your file mistake. reboot to reboot

参考资料:http://hi.baidu.com/ljm0211/blog/item/94ad8ad4f1dd9806a08bb7c3.html

本回答被提问者采纳

[Linux] File System

根文件系统(rootfs):

root filesystem


LSB, FHS: (FileSystem Heirache Standard)

/etc, /usr, /var, /root, /home, /dev


/boot:引导文件存放目录,内核文件(vmlinuz)、引导加载器(bootloader, grub)都存放于此目录;

/bin:供所有用户使用的基本命令;不能关联至独立分区,OS启动即会用到的程序;

/sbin:管理类的基本命令;不能关联至独立分区,OS启动即会用到的程序;

/lib:基本共享库文件,以及内核模块文件(/lib/modules);

/lib64:专用于x86_64系统上的辅助共享库文件存放位置;

/etc:配置文件目录(纯文本文件);

/home/USERNAME:普通用户家目录;

/root:管理员的家目录;

/media:便携式移动设备挂载点;

cdrom

usb

/mnt:临时文件系统挂载点;

/dev:设备文件及特殊文件存储位置;

b: block device,随机访问

c: character device,线性访问

/opt:第三方应用程序的安装位置;

/srv:系统上运行的服务用到的数据;

/tmp:临时文件存储位置;

/usr: universal shared, read-only data;

bin: 保证系统拥有完整功能而提供的应用程序;

sbin:

lib:

lib64:

include: C程序的头文件(header files);

share:结构化独立的数据,例如doc, man等;

local:第三方应用程序的安装位置;

bin, sbin, lib, lib64, etc, share


/var: variable data files

cache: 应用程序缓存数据目录;

lib: 应用程序状态信息数据;

local:专用于为/usr/local下的应用程序存储可变数据;

lock: 锁文件

log: 日志目录及文件;

opt: 专用于为/opt下的应用程序存储可变数据;

run: 运行中的进程相关的数据;通常用于存储进程的pid文件;

spool: 应用程序数据池;

tmp: 保存系统两次重启之间产生的临时数据;


/proc: 用于输出内核与进程信息相关的虚拟文件系统;

/sys:用于输出当前系统上硬件设备相关信息的虚拟文件系统;

/selinux: security enhanced Linux,selinux相关的安全策略等信息的存储位置;


Linux上的应用程序的组成部分:

二进制程序:/bin, /sbin, /usr/bin, /usr/sbin, /usr/local/bin, /usr/local/sbin

库文件:/lib, /lib64, /usr/lib, /usr/lib64, /usr/local/lib, /usr/local/lib64

配置文件:/etc, /etc/DIRECTORY, /usr/local/etc

帮助文件:/usr/share/man, /usr/share/doc, /usr/local/share/man, /usr/local/share/doc


Linux下的文件类型:

- (f):普通文件;

d: 目录文件;

b: 块设备;

c: 字符设备;

l: 符号链接文件;

p: 管道文件;

s: 套接字文件;socket; 


以上是关于/dev/root file system full unix根文件系统满了的主要内容,如果未能解决你的问题,请参考以下文章

转载:/dev/mapper/centos-root空间不足,新增磁盘并对root扩容。

解决/dev/mapper/centos-root 空间满了的问题

/dev/mapper/cl-root占用到达100%的解决方法

linux非root用户如何永久获取/dev/pts/1的权限

解决/dev/mapper/centos-root 占用了过高问题

Linux 根目录爆满 解决(/dev/mapper/centos-root 100%问题)