Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- colaboratory
- dlib
- face_recognition
- python
- ppc64le
- install
- ubuntu
- urllib
- pyTorch
- keras
- colab
- raspberry pi
- windows
- 딥러닝
- error
- gpu memory
- Windows 10
- download
- CUDA
- shakeratos
- FIle
- YouTube 8M
- Deep Learning
- dataset
- Jupyter notebook
- Anaconda
- TensorFlow
- linux
- object detection
- python3
Archives
- Today
- Total
Shakerato
usb 대용량 파일 전송 실패 해결방법 (드라이브 포멧 변경 fat32 -> ntfs) 본문
관리자권한으로 cmd 실행
1. [드라이브 오류 검사, 자동 수정]
chkdsk drive: /f
(예, k드라이브에 마운트된 usb)
chkdsk k: /f
2. [드라이브 포멧(Format) 변환]
convert drive: /fs:ntfs
(예, k드라이브에 마운트된 usb)
convert k: /fs:ntfs
'Research' 카테고리의 다른 글
리눅스 한글 문제 해결 ('ascii' codec can't encode characters) (0) | 2019.08.19 |
---|---|
apache (httpd) web server setup on ppc64le server (0) | 2019.04.23 |
pytorch CUDNN_STATUS_EXECUTION_FAILED error (Anaconda3) (0) | 2019.02.23 |
Video Action Classification using 3D ResNet (0) | 2019.02.18 |
convert *.mat data file to json file (0) | 2019.02.14 |
Comments