"No space left on device"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 2개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
<source lang='console'>
<syntaxhighlight lang='bash'>
du -hs $(ls -A)
</syntaxhighlight>
 
<syntaxhighlight lang='console'>
testuser@localhost:~$ mkdir a
testuser@localhost:~$ mkdir a
mkdir: cannot create directory ‘a’: No space left on device
mkdir: cannot create directory ‘a’: No space left on device
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
testuser@localhost:~$ rm -f aa-bash: cannot create temp file for here-document: No space left on device
testuser@localhost:~$ rm -f aa-bash: cannot create temp file for here-document: No space left on device
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
testuser@localhost:~$ df -h
testuser@localhost:~$ df -h
Filesystem      Size  Used Avail Use% Mounted on
Filesystem      Size  Used Avail Use% Mounted on
17번째 줄: 21번째 줄:
tmpfs          483M    0  483M  0% /sys/fs/cgroup
tmpfs          483M    0  483M  0% /sys/fs/cgroup
tmpfs            97M    0  97M  0% /run/user/1001
tmpfs            97M    0  97M  0% /run/user/1001
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[du -hs $(ls -A)]]
* [[파일시스템 full]]
* [[파일시스템 full]]
* [[mysqld: Disk is full writing]]
* [[mysqld: Disk is full writing]]


[[분류: 리눅스]]
[[분류: 리눅스]]

2024년 8월 20일 (화) 23:56 기준 최신판

1 개요[ | ]

du -hs $(ls -A)
testuser@localhost:~$ mkdir a
mkdir: cannot create directory ‘a’: No space left on device
testuser@localhost:~$ rm -f aa-bash: cannot create temp file for here-document: No space left on device
testuser@localhost:~$ df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            475M     0  475M   0% /dev
tmpfs            97M   11M   87M  11% /run
/dev/nvme0n1p1   18G   18G     0 100% /
tmpfs           483M     0  483M   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           483M     0  483M   0% /sys/fs/cgroup
tmpfs            97M     0   97M   0% /run/user/1001

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}