mysqld 无法启动,因为磁盘空间已满:
101221 14:06:50 [ERROR] /usr/libexec/mysqld: Error writing file '/var/run/mysqld/mysqld.pid' (Errcode: 28)
101221 14:06:50 [ERROR] Can't start server: can't create PID file: No space left on device
Run Code Online (Sandbox Code Playgroud)
运行df -h
:
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 16G 3.2G 12G 23% /
/dev/sda5 4.8G 4.6G 0 100% /var
/dev/sda3 430G 855M 407G 1% /home
/dev/sda1 76M 24M 49M 33% /boot
tmpfs 956M 0 956M 0% /dev/shm
Run Code Online (Sandbox Code Playgroud)
du -sh *
在/var
:
12K account
56M cache
24K db …
Run Code Online (Sandbox Code Playgroud) 打字时pgrep wget
,它显示进程ID10144
但是如何知道这个进程ID的细节是什么
我是 rsync 的新手。
很多人说 rsync 在所有方面都很出色
一次复制超过 10 GB 的大量文件,大量目录怎么样?
rsync 是否足够强大?