Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- pulloff
- Knowledge Distillation
- Excel
- 3d medical image
- MRI
- normalization
- checkitout
- noise contrast estimation
- fastapi
- remove outliers
- rest-api
- domain adaptation
- scowl
- non parametic softmax
- sample rows
- clip intensity values
- freebooze
- Policy Gradient
- Inorder Traversal
- 자료구조
- shadowing
- loss functions
- Actor-Critic
- REINFORCE
- thresholding
- sidleup
- objective functions for machine learning
- resample
- model-free control
- straightup
Archives
- Today
- Total
Let's Run Jinyeah
Linux Disk 확인 및 Filesystem 용량 확인 본문
Display all of your drives on a Linux System
sudo fdisk -l
lsblk
- 총 2개의 disk (nvme0n1과 nvme1n1)가 마운트 되어 있음
- nvme0n1의 마운트 위치: /
- nvme1n1의 마운트 위치: /data1
Display Size of all of your drives on a Linux System
df -h
특정 디렉토리의 File system 용량 확인하기
du -sh # 총 용량
du -h # 모든 하위 디렉토리들의 용량
du -h --max-depth=1 # 첫번째 하위 디렉토리들의 용량
'Programming > Linux' 카테고리의 다른 글
Linux Command 모음 (0) | 2022.05.17 |
---|---|
VS Code 원격서버 연동 (0) | 2022.05.17 |
Copy Files from local to Ubuntu server (0) | 2022.05.17 |
VIM Editor Commands (0) | 2021.05.06 |
Comments